mirror of https://github.com/grpc/grpc-dart.git
Merge branch 'master' into response_future
This commit is contained in:
commit
be6670593b
|
@ -1,6 +1,7 @@
|
|||
## 4.1.1-wip
|
||||
## 4.2.0-wip
|
||||
|
||||
- Require Dart 3.8.
|
||||
- Export a protobuf generated symbol (`Any`)
|
||||
- Dart format all files for the new 3.8 formatter.
|
||||
- Require package:googleapis_auth
|
||||
- Require package:http 1.4.0
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
// See the License for the specific language governing permissions and
|
||||
// limitations under the License.
|
||||
|
||||
export 'package:grpc/src/generated/google/protobuf/any.pb.dart';
|
||||
export 'package:grpc/src/generated/google/rpc/error_details.pb.dart';
|
||||
|
||||
export 'src/auth/auth.dart' show BaseAuthenticator;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: grpc
|
||||
version: 4.1.1-wip
|
||||
version: 4.2.0-wip
|
||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||
repository: https://github.com/grpc/grpc-dart
|
||||
|
||||
|
|
Loading…
Reference in New Issue