Releases: agentclientprotocol/rust-sdk
Releases · agentclientprotocol/rust-sdk
agent-client-protocol-v0.11.1
Fixed
- (acp) remove
boxfnoncedependency in favor ofBox<dyn FnOnce>(#137)
agent-client-protocol-tokio-v0.11.1
Other
- updated the following local packages: agent-client-protocol
agent-client-protocol-rmcp-v0.11.1
Other
- updated the following local packages: agent-client-protocol
agent-client-protocol-cookbook-v0.11.1
Other
- updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-conductor, agent-client-protocol-rmcp
agent-client-protocol-conductor-v0.11.1
Other
- updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-tokio
v0.11.0
0.11.0 - 2026-04-20
Added
- Migrate to new SDK design (#117)
- Migration Guide here: https://agentclientprotocol.github.io/rust-sdk/migration_v0.11.x.html
Fixed
- (rpc) log errors when sending response to peer fails (#101)
- (rpc) handle write failures in handle_io loop (#99)
- (rpc) use RawValue::NULL constant instead of from_string().unwrap() (#96)
Other
- Cleanup docs still referencing sacp (#129)
- Add mdbook build (#120)
- Add migration guide for next release (#111)
- remove debug code from rpc_tests (#100)
- (test) add conditional compilation (#98)
Full Changelog: v0.10.4...v0.11.0