Skip to content

Commit 0589503

Browse files
authored
Bump SDK constraint and add dependency on fixnum (#377)
1 parent 21529c6 commit 0589503

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
## 2.7.0
22

3-
* 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).
3+
* Added decoding/parsing of `grpc-status-details-bin` to pass all response
4+
exception details to the `GrpcError` thrown in Dart, via
5+
[#349](https://github.com/grpc/grpc-dart/pull/349).
6+
* Dart SDK constraint is bumped to `>=2.3.0 <3.0.0` due to language version
7+
in the generated protobuf code.
48

59
## 2.6.0
610

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ description: Dart implementation of gRPC, a high performance, open-source univer
33

44
version: 2.7.0
55

6-
author: Dart Team <[email protected]>
76
homepage: https://github.com/dart-lang/grpc-dart
87

98
environment:
10-
sdk: ">=2.2.0 <3.0.0"
9+
sdk: '>=2.3.0 <3.0.0'
1110

1211
dependencies:
1312
async: ^2.2.0
1413
crypto: ^2.1.4
14+
fixnum: ^0.10.11
1515
googleapis_auth: ^0.2.7
1616
meta: ^1.1.6
1717
http: ^0.12.0

0 commit comments

Comments
 (0)