You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.