mirror of https://github.com/grpc/grpc-dart.git
Prepare to release 3.0.1 (#514)
This commit is contained in:
parent
acd2e93a25
commit
c2fb47c8a4
|
|
@ -1,4 +1,4 @@
|
|||
## 3.0.1-dev
|
||||
## 3.0.1
|
||||
|
||||
* Require `package:googleapis_auth` `^1.1.0`
|
||||
* Fix issues [#421](https://github.com/grpc/grpc-dart/issues/421) and
|
||||
|
|
@ -9,6 +9,7 @@
|
|||
to translate HTTP statuses into gRPC statuses.
|
||||
* Add GrpcOrGrpcWebClientChannel which uses gRPC on all platforms except web,
|
||||
on which it uses gRPC-web.
|
||||
* `GrpcError` now exposes response trailers via `GrpcError.trailers`.
|
||||
|
||||
## 3.0.0
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
name: grpc
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue