connect_kit 0.1.0
connect_kit: ^0.1.0 copied to clipboard
A Connect RPC runtime for Dart: a transport factory with pinned roots and keep-alive, an interceptor chain with retry, metadata and compression middlewares, and the protobuf well-known types.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.0 - 2026-09-04 #
First release: createConnectTransport with ConnectTransportConfig and RpcHttpClientHandle,
the pinned RootCertificates, ConnectMiddleware with back-pressure and signal-based
cancellation, ConnectRetryMiddleware, ConnectMetadataMiddleware, ConnectClient and the
well-known type re-exports.