We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd2e93 commit c2fb47cCopy full SHA for c2fb47c
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## 3.0.1-dev
+## 3.0.1
2
3
* Require `package:googleapis_auth` `^1.1.0`
4
* Fix issues [#421](https://github.com/grpc/grpc-dart/issues/421) and
@@ -9,6 +9,7 @@
9
to translate HTTP statuses into gRPC statuses.
10
* Add GrpcOrGrpcWebClientChannel which uses gRPC on all platforms except web,
11
on which it uses gRPC-web.
12
+* `GrpcError` now exposes response trailers via `GrpcError.trailers`.
13
14
## 3.0.0
15
pubspec.yaml
@@ -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
5
6
repository: https://github.com/grpc/grpc-dart
7
0 commit comments