Added
- (transport) add Unix domain socket client for streamable HTTP (#749)
- (auth) implement SEP-2207 OIDC-flavored refresh token guidance (#676)
- add configuration for transparent session re-init (#760)
- add local feature for !Send tool handler support (#740)
Fixed
- prevent CallToolResult and GetTaskPayloadResult from shadowing CustomResult in untagged enums (#771)
- drain in-flight responses on stdin EOF (#759)
- remove default type param from StreamableHttpService (#758)
- use cfg-gated Send+Sync supertraits to avoid semver break (#757)
- (rmcp) surface JSON-RPC error bodies on HTTP 4xx responses (#748)
- default CallToolResult content to empty vec on missing field (#752)
- (auth) redact secrets in Debug output for StoredCredentials and StoredAuthorizationState (#744)
Other
- fix all clippy warnings across workspace (#746)