Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions src/agent-client-protocol-test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-test-v0.11.0) - 2026-04-20

### Added

- Migrate to new SDK design ([#117](https://github.com/agentclientprotocol/rust-sdk/pull/117))
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))

### Fixed

- 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))
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))

### Other

- Make sure other packages are published so we can publish ([#131](https://github.com/agentclientprotocol/rust-sdk/pull/131))
- Fix dead code for release builds ([#118](https://github.com/agentclientprotocol/rust-sdk/pull/118))
- Add migration guide for next release ([#111](https://github.com/agentclientprotocol/rust-sdk/pull/111))
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
32 changes: 32 additions & 0 deletions src/yopo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,34 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.0](https://github.com/agentclientprotocol/rust-sdk/releases/tag/agent-client-protocol-yopo-v0.11.0) - 2026-04-20

### Added

- Migrate to new SDK design ([#117](https://github.com/agentclientprotocol/rust-sdk/pull/117))
- Bring in SACP crates again ([#102](https://github.com/agentclientprotocol/rust-sdk/pull/102))

### Fixed

- Re-export Result and update docs to use V1 ([#110](https://github.com/agentclientprotocol/rust-sdk/pull/110))
- Remove redundant Box::pin calls from async code ([#106](https://github.com/agentclientprotocol/rust-sdk/pull/106))

### Other

- Make sure other packages are published so we can publish ([#131](https://github.com/agentclientprotocol/rust-sdk/pull/131))
- Add migration guide for next release ([#111](https://github.com/agentclientprotocol/rust-sdk/pull/111))
- Update release settings ([#115](https://github.com/agentclientprotocol/rust-sdk/pull/115))
- remove sacp crates for now ([#67](https://github.com/agentclientprotocol/rust-sdk/pull/67))
- More explicit publish settings ([#22](https://github.com/agentclientprotocol/rust-sdk/pull/22))
- Update to agent-client-protocol-schema v0.8.0 ([#17](https://github.com/agentclientprotocol/rust-sdk/pull/17))
- Update to agent-client-protocol-schema 0.7 ([#15](https://github.com/agentclientprotocol/rust-sdk/pull/15))
- Setup lint config ([#13](https://github.com/agentclientprotocol/rust-sdk/pull/13))
- Contribute "Symposium ACP" crates ([#12](https://github.com/agentclientprotocol/rust-sdk/pull/12))
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).