Skip to content

Latest commit

 

History

History
80 lines (46 loc) · 3.84 KB

File metadata and controls

80 lines (46 loc) · 3.84 KB

Changelog

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.

[Unreleased]

0.14.0 - 2026-06-05

Fixed

  • (acp) Serialize proxy metadata as _meta (#198)

Other

  • Add features to docs.rs (#190)

0.13.1 - 2026-06-01

Other

  • update Cargo.lock dependencies

0.12.2 - 2026-06-01

Added

  • (acp) Extract all rmcp logic to the rmcp crate (#180)

0.12.1 - 2026-05-17

Fixed

  • (polyfill) bump version to 0.12.0 (#168)

0.12.0 - 2026-05-16

Added

  • extract mcp-over-acp proxy (#146)
  • remove direct dependency on tokio (#145)

Other

  • (deps) update Rust dependencies (#166)
  • (deps) bump the minor group with 7 updates (#152)
  • Trim dependencies (#149)
  • remove unreachable!() and improve error messages (#139)

Breaking Changes

  • Removed McpBridgeMode and the mcp_bridge_mode parameter from ConductorImpl::new, new_agent, and new_proxy. MCP-over-ACP bridging is no longer built into the conductor. Use agent-client-protocol-polyfill::mcp_over_acp::McpOverAcpPolyfill as a proxy in the chain instead.
  • Removed conductor mcp $port CLI subcommand. The stdio↔TCP bridge subprocess is no longer needed.

0.11.1 - 2026-04-21

Other

  • updated the following local packages: agent-client-protocol, agent-client-protocol-tokio, agent-client-protocol-tokio

0.11.0 - 2026-04-20

Added

  • (schema) Update schema to 0.12.0 (#119)
  • Migrate to new SDK design (#117)
  • Bring in SACP crates again (#102)

Fixed

  • Remove redundant Box::pin calls from async code (#106)

Other