From c2fb47c8a42b792ea33ea448b6a29063718f3f08 Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Tue, 10 Aug 2021 12:03:14 +0200 Subject: [PATCH] Prepare to release 3.0.1 (#514) --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01e0afe..6b54863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index 633ce43..5c26922 100644 --- a/pubspec.yaml +++ b/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 repository: https://github.com/grpc/grpc-dart