connectrpc 0.3.0
connectrpc: ^0.3.0 copied to clipboard
Implementation of the Connect protocol for Dart. Simple, reliable, interoperable. Protobuf RPC that works
0.3.0 #
- Add
Http2ClientTransportto manage HTTP/2 connections using PING frames for keep alive. This resulted in a breaking change increateHttpClientofpackage:connectrpc/http2.dart.SecurityContextis no longer accepted, and instead replaced by a newtransportoption. The default transport (Http2ClientTransport) accepts aSecurityContext. - Send a default
User-Agentheader on non web platforms.
0.2.1 #
- Fix the connectrpc path in example and internal package.
0.2.0 #
- Add compression support
- Fix an HTTP/2 bug where idle connections were not being closed.
0.1.0 #
- First release of Connect for Dart (alpha).