RepoJournal
Anthropic

@anthropics

Claude SDKs and developer tooling

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

CONNECT-RUST SHIPS DEADLINE POLICY, BUFFA 0.6.0 LANDS WITH FEATURE GATES

By RepoJournal · Filed · About Anthropic

Connect-Rust closes three major ergonomic gaps in one release cycle: server-side timeout moderation, builder API consistency, and RequestContext stability for middleware.

The Connect-Rust team shipped three breaking changes that matter [1] [3] [5]. DeadlinePolicy [2] lets servers clamp untrusted client timeouts, preventing both denial-of-service (1ms cancellations, 24h hangs) and unbounded stream flows once handlers return. The Server builder now proxies all ConnectRpcService dispatch config through with_* methods [3] [4], eliminating the discovery tax of Server::from_service(...). RequestContext is now #[non_exhaustive] [5], locking the contract before post-0.4.0 ergonomics review adds service name, method name, RPC kind, and protocol negotiation fields that middleware needs. Buffa 0.6.0 is out [6] [7], finalizing feature-gated codegen and serde_json re-export, with buffa-build and protoc-gen-buffa now exposing gate_impls_on_crate_features for library crates [8] [9]. Claude-for-legal merged cleanup following CoCounsel integration [10] [11], normalizing whitespace, syncing metadata, and scrubbing stale skill names across thirteen plugin files. The plugins desk bumped box plugin SHA in claude-plugins-official [12].

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] service: DeadlinePolicy for server-side timeout moderation ↗ anthropics/connect-rust
  2. [2] service: DeadlinePolicy for server-side timeout moderation (#103) anthropics/connect-rust
  3. [3] server: with_* builder consistency + ConnectRpcService dispatch-config proxies ↗ anthropics/connect-rust
  4. [4] server: with_* builder consistency + ConnectRpcService dispatch-config proxies (#105) anthropics/connect-rust
  5. [5] RequestContext: #[non_exhaustive] + accessor methods ↗ anthropics/connect-rust
  6. [6] v0.6.0 ↗ anthropics/buffa
  7. [7] release: bump workspace to 0.6.0, finalize changelog and docs ↗ anthropics/buffa
  8. [8] build: expose gate_impls_on_crate_features in buffa-build and protoc-gen-buffa ↗ anthropics/buffa
  9. [9] build: expose gate_impls_on_crate_features in buffa-build and protoc-gen-buffa (#119) anthropics/buffa
  10. [10] Post-merge cleanup: whitespace, doc sync, and canonical skill names ↗ anthropics/claude-for-legal
  11. [11] Post-merge cleanup: whitespace, doc sync, canonical skill names, root CLAUDE.md (#33) anthropics/claude-for-legal
  12. [12] Bump box plugin SHA and enumerate skills ↗ anthropics/claude-plugins-official

Quick answers

What shipped in Anthropic on May 16, 2026?
Connect-Rust closes three major ergonomic gaps in one release cycle: server-side timeout moderation, builder API consistency, and RequestContext stability for middleware. In total, 7 commits, 7 pull requests, and 1 releases landed.
Who contributed to Anthropic on May 16, 2026?
3 developers shipped this update, including iainmcgin, tobinsouth, and bryan-anthropic.
What were the notable Anthropic updates?
service: DeadlinePolicy for server-side timeout moderation, service: DeadlinePolicy for server-side timeout moderation (#103), and server: with_* builder consistency + ConnectRpcService dispatch-config proxies.

More from @anthropics

Daily updates, in your inbox

Follow Anthropic

Keep up with Anthropic in about 3 minutes a day: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?