Skip to content

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 18 May 22:07
· 37 commits to main since this release
v0.5.0
18ab744

What's Changed

  • handler: PreEncoded body type + Encodable items for streaming handlers by @rpb-ant in #98
  • fix(build): skip rerun-if-changed for .files() in Buf mode by @hobostay in #59
  • ci: pass repo-token to setup-protoc to avoid anonymous rate limit by @iainmcgin in #107
  • client: ClientConfig/CallOptions accessors, rename builders to with_* by @iainmcgin in #100
  • service: DeadlinePolicy for server-side timeout moderation by @iainmcgin in #103
  • RequestContext: #[non_exhaustive] + accessor methods by @iainmcgin in #101
  • server: with_* builder consistency + ConnectRpcService dispatch-config proxies by @iainmcgin in #105
  • deps: bump buffa to 0.6.0, regenerate checked-in code by @iainmcgin in #108
  • error: add ConnectError::into_http_response for short-circuiting layers by @iainmcgin in #111
  • docs: add doc(cfg) annotations for feature-gated APIs by @Yong-yuan-X in #109
  • release: 0.5.0 (buffa 0.6.0 sync, contract-locking runtime types) by @iainmcgin in #115

New Contributors

Full Changelog: v0.4.2...v0.5.0