Add changelog

This commit is contained in:
Moritz 2024-09-30 15:02:34 +02:00
parent 98f1259ceb
commit 18ee67a9a6
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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