connectrpc 1.0.0
connectrpc: ^1.0.0 copied to clipboard
Implementation of the Connect protocol for Dart. Simple, reliable, interoperable. Protobuf RPC that works
1.0.0 #
- First stable release of Connect for Dart!
0.5.0 #
- Promote to stable.
- Add an option to configure
credentials
in the web http client.
0.4.1 #
- Relax the content length requirement for the fetch transport.
0.4.0 #
- Update protobuf version constraint to include version
4.0.0
0.3.0 #
- Add
Http2ClientTransport
to manage HTTP/2 connections using PING frames for keep alive. This resulted in a breaking change increateHttpClient
ofpackage:connectrpc/http2.dart
.SecurityContext
is no longer accepted, and instead replaced by a newtransport
option. The default transport (Http2ClientTransport
) accepts aSecurityContext
. - Send a default
User-Agent
header 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).