Prepare to release 3.0.1 (#514)

This commit is contained in:
Vyacheslav Egorov 2021-08-10 12:03:14 +02:00 committed by GitHub
parent acd2e93a25
commit c2fb47c8a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## 3.0.1-dev ## 3.0.1
* Require `package:googleapis_auth` `^1.1.0` * Require `package:googleapis_auth` `^1.1.0`
* Fix issues [#421](https://github.com/grpc/grpc-dart/issues/421) and * Fix issues [#421](https://github.com/grpc/grpc-dart/issues/421) and
@ -9,6 +9,7 @@
to translate HTTP statuses into gRPC statuses. to translate HTTP statuses into gRPC statuses.
* Add GrpcOrGrpcWebClientChannel which uses gRPC on all platforms except web, * Add GrpcOrGrpcWebClientChannel which uses gRPC on all platforms except web,
on which it uses gRPC-web. on which it uses gRPC-web.
* `GrpcError` now exposes response trailers via `GrpcError.trailers`.
## 3.0.0 ## 3.0.0

View File

@ -1,7 +1,7 @@
name: grpc name: grpc
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework. description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
version: 3.0.1-dev version: 3.0.1
repository: https://github.com/grpc/grpc-dart repository: https://github.com/grpc/grpc-dart