Skip to content

2.7.0

Compare
Choose a tag to compare
@mraleph mraleph released this 30 Oct 11:05
· 142 commits to master since this release
0589503

2.7.0

  • Added decoding/parsing of grpc-status-details-bin to pass all response
    exception details to the GrpcError thrown in Dart, via
    #349.
  • Dart SDK constraint is bumped to >=2.3.0 <3.0.0 due to language version
    in the generated protobuf code.

2.6.0

  • Create gRPC servers and clients with [Server|Client]TransportConnnection.
    This allows callers to propvide their own transport configuration, such
    as their own implementation of streams and sinks instead of sockets.

2.5.0

  • Expose a validateClient method for server credentials so gRPC server
    users may know when clients are loopback addresses.

2.4.1

  • Plumb stacktraces through request / response stream error handlers.
  • Catch and forward any errors decoding the response.

2.4.0

  • Add the ability to bypass CORS preflight requests.