Skip to content

package:grpc v4.0.2

Compare
Choose a tag to compare
@mraleph mraleph released this 31 Mar 08:22
· 5 commits to master since this release
f077328
  • Internal optimization to client code.
  • 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
    the connection, as defined in the gRPC spec.
  • Upgrade to package:lints version 5.0.0 and Dart SDK version 3.5.0.
  • Upgrade example/grpc-web code.
  • Update xhr transport to migrate off legacy JS/HTML apis.
  • Use package:web to get HttpStatus.
  • Fix package:web deprecations.