File tree Expand file tree Collapse file tree
agent-client-protocol-conductor
agent-client-protocol-cookbook
agent-client-protocol-derive
agent-client-protocol-rmcp
agent-client-protocol-tokio
agent-client-protocol-trace-viewer Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ homepage = "https://github.com/agentclientprotocol/rust-sdk"
2121
2222[workspace .dependencies ]
2323# Internal crates
24- agent-client-protocol = { path = " src/agent-client-protocol" , version = " 0.10.4 " }
24+ agent-client-protocol = { path = " src/agent-client-protocol" , version = " 0.11.0 " }
2525agent-client-protocol-conductor = { path = " src/agent-client-protocol-conductor" , version = " 0.11.0" }
2626agent-client-protocol-derive = { path = " src/agent-client-protocol-derive" , version = " 0.11.0" }
2727agent-client-protocol-rmcp = { path = " src/agent-client-protocol-rmcp" , version = " 0.11.0" }
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-conductor-v0.11.0 ) - 2026-04-17
11+
12+ ### Added
13+
14+ - * (schema)* Update schema to 0.12.0 ([ #119 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/119 ) )
15+ - Migrate to new SDK design ([ #117 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/117 ) )
16+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
17+
18+ ### Fixed
19+
20+ - Remove redundant Box::pin calls from async code ([ #106 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/106 ) )
21+
22+ ### Other
23+
24+ - Add migration guide for next release ([ #111 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/111 ) )
125The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
226and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-cookbook-v0.11.0 ) - 2026-04-17
11+
12+ ### Added
13+
14+ - Migrate to new SDK design ([ #117 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/117 ) )
15+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
16+
17+ ### Fixed
18+
19+ - Re-export Result and update docs to use V1 ([ #110 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/110 ) )
20+
21+ ### Other
22+
23+ - Add migration guide for next release ([ #111 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/111 ) )
124The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
225and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-derive-v0.11.0 ) - 2026-04-17
11+
12+ ### Added
13+
14+ - Migrate to new SDK design ([ #117 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/117 ) )
15+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
16+
17+ ### Fixed
18+
19+ - Catch handler errors instead of killing the connection ([ #131 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/131 ) ) ([ #114 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/114 ) )
20+
21+ ### Other
22+
23+ - Add migration guide for next release ([ #111 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/111 ) )
124The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
225and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-rmcp-v0.11.0 ) - 2026-04-17
11+
12+ ### Added
13+
14+ - Migrate to new SDK design ([ #117 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/117 ) )
15+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
16+
17+ ### Fixed
18+
19+ - Remove redundant Box::pin calls from async code ([ #106 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/106 ) )
20+
21+ ### Other
22+
23+ - Fix dead code for release builds ([ #118 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/118 ) )
24+ - Add migration guide for next release ([ #111 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/111 ) )
125The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
226and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-tokio-v0.11.0 ) - 2026-04-17
11+
12+ ### Added
13+
14+ - Migrate to new SDK design ([ #117 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/117 ) )
15+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
16+
17+ ### Fixed
18+
19+ - Remove redundant Box::pin calls from async code ([ #106 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/106 ) )
20+
21+ ### Other
22+
23+ - Add migration guide for next release ([ #111 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/111 ) )
124The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
225and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-trace-viewer-v0.11.0 ) - 2026-04-17
11+
12+ ### Added
13+
14+ - Migrate to new SDK design ([ #117 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/117 ) )
15+ - Bring in SACP crates again ([ #102 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/102 ) )
16+
17+ ### Other
18+
19+ - Add migration guide for next release ([ #111 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/111 ) )
120The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
221and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.11.0] ( https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.4...v0.11.0 ) - 2026-04-17
4+
5+ ### Added
6+
7+ - Migrate to new SDK design ([ #117 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/117 ) )
8+
9+ ### Fixed
10+
11+ - * (rpc)* log errors when sending response to peer fails ([ #101 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/101 ) )
12+ - * (rpc)* handle write failures in handle_io loop ([ #99 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/99 ) )
13+ - * (rpc)* use RawValue::NULL constant instead of from_string().unwrap() ([ #96 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/96 ) )
14+
15+ ### Other
16+
17+ - Add migration guide for next release ([ #111 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/111 ) )
18+ - remove debug code from rpc_tests ([ #100 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/100 ) )
19+ - * (test)* add conditional compilation ([ #98 ] ( https://github.com/agentclientprotocol/rust-sdk/pull/98 ) )
20+
321## [ 0.10.4] ( https://github.com/agentclientprotocol/rust-sdk/compare/v0.10.3...v0.10.4 ) - 2026-03-31
422
523### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " agent-client-protocol"
3- version = " 0.10.4 "
3+ version = " 0.11.0 "
44edition.workspace = true
55authors.workspace = true
66license.workspace = true
You can’t perform that action at this time.
0 commit comments