Skip to content

Commit 27b8366

Browse files
chore: release v0.11.0
1 parent d6c9d51 commit 27b8366

10 files changed

Lines changed: 157 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" }
2525
agent-client-protocol-conductor = { path = "src/agent-client-protocol-conductor", version = "0.11.0" }
2626
agent-client-protocol-derive = { path = "src/agent-client-protocol-derive", version = "0.11.0" }
2727
agent-client-protocol-rmcp = { path = "src/agent-client-protocol-rmcp", version = "0.11.0" }
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
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))
125
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
226
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
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))
124
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
225
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
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))
124
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
225
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,26 @@
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))
125
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
226
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
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))
124
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
225
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,21 @@
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))
120
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
221
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

src/agent-client-protocol/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
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

src/agent-client-protocol/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "agent-client-protocol"
3-
version = "0.10.4"
3+
version = "0.11.0"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)