All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.0 - 2026-07-07
- (deps) bump rmcp from 1.8.0 to 2.1.0 (#239)
1.1.0 - 2026-07-06
- (acp) Make request cancellation stable (#242)
1.0.0 - 2026-06-24
- (test) Expand scenarios testy can support (#221)
0.15.0 - 2026-06-18
- (deps) update schema to 0.14.0 (#211)
- (acp) Update schema crate to 0.13.8 (#210)
- (transports) add HTTP/WebSocket transport support (#162)
- (acp) add unstable request cancellation support (#179)
- (acp) Replace jsonrpcmsg crate with shared schema types (#205)
- (acp) Remove unused module files (#204)
- (deps) Preserve serde_json object order (#202)
0.14.0 - 2026-06-05
- (acp) Serialize proxy metadata as _meta (#198)
- Add features to docs.rs (#190)
0.13.1 - 2026-06-01
- update Cargo.lock dependencies
0.12.2 - 2026-06-01
- (acp) Extract all rmcp logic to the rmcp crate (#180)
0.12.1 - 2026-05-17
- (polyfill) bump version to 0.12.0 (#168)
0.12.0 - 2026-05-16
- (deps) update Rust dependencies (#166)
- (deps) bump the minor group with 7 updates (#152)
- Trim dependencies (#149)
- remove unreachable!() and improve error messages (#139)
- Removed
McpBridgeModeand themcp_bridge_modeparameter fromConductorImpl::new,new_agent, andnew_proxy. MCP-over-ACP bridging is no longer built into the conductor. Useagent-client-protocol-polyfill::mcp_over_acp::McpOverAcpPolyfillas a proxy in the chain instead. - Removed
conductor mcp $portCLI subcommand. The stdio↔TCP bridge subprocess is no longer needed.
0.11.1 - 2026-04-21
- updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-tokio
0.11.0 - 2026-04-20
- (schema) Update schema to 0.12.0 (#119)
- Migrate to new SDK design (#117)
- Bring in SACP crates again (#102)
- Remove redundant Box::pin calls from async code (#106)
- Cleanup docs still referencing sacp (#129)
- Add migration guide for next release (#111) The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.