Bump SDK constraint and add dependency on fixnum (#377)

This commit is contained in:
Vyacheslav Egorov 2020-10-30 12:04:57 +01:00 committed by GitHub
parent 21529c6be7
commit 0589503800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 3 deletions

View File

@ -1,6 +1,10 @@
## 2.7.0
* Added decoding/parsing of `grpc-status-details-bin` to pass all response exception details to the `GrpcError` thrown in Dart, via [#349](https://github.com/grpc/grpc-dart/pull/349).
* Added decoding/parsing of `grpc-status-details-bin` to pass all response
exception details to the `GrpcError` thrown in Dart, via
[#349](https://github.com/grpc/grpc-dart/pull/349).
* Dart SDK constraint is bumped to `>=2.3.0 <3.0.0` due to language version
in the generated protobuf code.
## 2.6.0

View File

@ -3,15 +3,15 @@ description: Dart implementation of gRPC, a high performance, open-source univer
version: 2.7.0
author: Dart Team <misc@dartlang.org>
homepage: https://github.com/dart-lang/grpc-dart
environment:
sdk: ">=2.2.0 <3.0.0"
sdk: '>=2.3.0 <3.0.0'
dependencies:
async: ^2.2.0
crypto: ^2.1.4
fixnum: ^0.10.11
googleapis_auth: ^0.2.7
meta: ^1.1.6
http: ^0.12.0