ReleaseAnthropicAnthropicpublished May 20, 2026seen 5d

anthropics/connect-rust v0.6.0

anthropics/connect-rust

Open original ↗

Captured source

source ↗
published May 20, 2026seen 5dcaptured 2dhttp 200method plain

v0.6.0

Repository: anthropics/connect-rust

Tag: v0.6.0

Published: 2026-05-20T04:12:41Z

Prerelease: no

Release notes:

What's Changed

  • spec: add Spec, StreamType, IdempotencyLevel; thread through dispatch by @aknott-ant in https://github.com/anthropics/connect-rust/pull/112
  • response: add RequestContext::path() — the requested procedure path by @iainmcgin in https://github.com/anthropics/connect-rust/pull/116
  • client: HttpClientBuilder with connect_timeout by @azdagron in https://github.com/anthropics/connect-rust/pull/117
  • payload: AnyMessage and Payload — type-erased, lazily-decoded message bodies by @aknott-ant in https://github.com/anthropics/connect-rust/pull/113
  • interceptor: Interceptor trait, Next continuation, server registration by @aknott-ant in https://github.com/anthropics/connect-rust/pull/114
  • service: with_interceptor_arc — register a shared Arc by @iainmcgin in https://github.com/anthropics/connect-rust/pull/118
  • router: store Spec per route so dynamic dispatch carries it by @iainmcgin in https://github.com/anthropics/connect-rust/pull/120
  • dispatcher: pass Payload to call_unary so handlers reuse the interceptor decode by @iainmcgin in https://github.com/anthropics/connect-rust/pull/119
  • interceptor: streaming RPC support via Stream-shaped intercept_streaming by @iainmcgin in https://github.com/anthropics/connect-rust/pull/121
  • server: proxy with_interceptor / with_interceptor_arc to ConnectRpcService by @iainmcgin in https://github.com/anthropics/connect-rust/pull/123
  • release: 0.6.0 (server interceptors, Spec metadata, Payload bodies) by @iainmcgin in https://github.com/anthropics/connect-rust/pull/122

New Contributors

  • @aknott-ant made their first contribution in https://github.com/anthropics/connect-rust/pull/112
  • @azdagron made their first contribution in https://github.com/anthropics/connect-rust/pull/117

Full Changelog: https://github.com/anthropics/connect-rust/compare/v0.5.0...v0.6.0

Notability

notability 3.0/10

Routine library release update.