mirror of https://github.com/grpc/grpc-dart.git
Bump http version from 0.13.0 to 1.0.0 (#629)
This commit is contained in:
parent
ceb879d769
commit
1f8d992da7
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 3.2.1
|
||||||
|
|
||||||
|
* `package:http` now supports more versions: `>=0.13.0 <2.0.0`.
|
||||||
|
|
||||||
## 3.2.0
|
## 3.2.0
|
||||||
|
|
||||||
* `ChannelOptions` now exposes `connectTimeout`, which is used on the
|
* `ChannelOptions` now exposes `connectTimeout`, which is used on the
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
name: grpc
|
name: grpc
|
||||||
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
description: Dart implementation of gRPC, a high performance, open-source universal RPC framework.
|
||||||
|
|
||||||
version: 3.2.0
|
version: 3.2.1
|
||||||
|
|
||||||
repository: https://github.com/grpc/grpc-dart
|
repository: https://github.com/grpc/grpc-dart
|
||||||
|
|
||||||
|
|
@ -15,7 +15,7 @@ dependencies:
|
||||||
fixnum: ^1.0.0
|
fixnum: ^1.0.0
|
||||||
googleapis_auth: ^1.1.0
|
googleapis_auth: ^1.1.0
|
||||||
meta: ^1.3.0
|
meta: ^1.3.0
|
||||||
http: ^0.13.0
|
http: '>=0.13.0 <2.0.0'
|
||||||
http2: ^2.0.0
|
http2: ^2.0.0
|
||||||
protobuf: ^2.0.0
|
protobuf: ^2.0.0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue