mirror of https://github.com/grpc/grpc-dart.git
Add changelog
This commit is contained in:
parent
98f1259ceb
commit
18ee67a9a6
|
@ -4,6 +4,7 @@
|
||||||
* Small fixes, such as ports in testing and enabling `timeline_test.dart`.
|
* Small fixes, such as ports in testing and enabling `timeline_test.dart`.
|
||||||
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
|
* When the keep alive manager runs into a timeout, it will finish the transport instead of closing
|
||||||
the connection, as defined in the gRPC spec.
|
the connection, as defined in the gRPC spec.
|
||||||
|
* Upgrade to `package:lints` version 5.0.0 and Dart SDK version 3.5.0.
|
||||||
|
|
||||||
## 4.0.1
|
## 4.0.1
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,7 @@ version: 4.0.2-wip
|
||||||
repository: https://github.com/grpc/grpc-dart
|
repository: https://github.com/grpc/grpc-dart
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ^3.2.0
|
sdk: ^3.5.0
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
async: ^2.5.0
|
async: ^2.5.0
|
||||||
|
|
Loading…
Reference in New Issue