connectrpc 1.0.0 copy "connectrpc: ^1.0.0" to clipboard
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 in createHttpClient of package:connectrpc/http2.dart. SecurityContext is no longer accepted, and instead replaced by a new transport option. The default transport (Http2ClientTransport) accepts a SecurityContext.
  • 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).
10
likes
150
points
5.37k
downloads

Publisher

verified publisherconnectrpc.com

Weekly Downloads

Implementation of the Connect protocol for Dart. Simple, reliable, interoperable. Protobuf RPC that works

Homepage
Repository (GitHub)

Documentation

Documentation
API reference

License

Apache-2.0 (license)

Dependencies

fixnum, http2, path, protobuf

More

Packages that depend on connectrpc