Skip to content

2.8.0

Compare
Choose a tag to compare
@mraleph mraleph released this 12 Nov 11:54
· 131 commits to master since this release
5b0e942
  • Added support for client interceptors, which can be configured through
    Client constructor's interceptors parameter. Interceptors will be
    executed by Client.$createStreamingCall and Client.$createUnaryCall.
    Using interceptors requires regenerating client stubs using version 19.2.0 or
    newer of protobuf compiler plugin.
  • Client.$createCall is deprecated because it does not invoke client
    interceptors.
  • Fix issue #380 causing
    incorrect duplicated headers in gRPC-Web requests.
  • Change minimum required Dart SDK to 2.8 to enable access to Unix domain sockets.
  • Add support for Unix domain sockets in Socket.serve and ClientChannel.
  • Fix issue #331 causing
    an exception in GrpcWebClientChannel.terminate().