Skip to content

Commit 1077ecd

Browse files
authored
chore(sacp-test): release v6.0.0
1 parent 1510f6a commit 1077ecd

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

src/sacp-test/CHANGELOG.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,48 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [6.0.0](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v6.0.0) - 2025-12-15
11+
12+
### Added
13+
14+
- [**breaking**] introduce role-based connection API
15+
- [**breaking**] change JrMessage trait to take &self and require Clone
16+
- *(sacp-test)* add mcp-echo-server binary for testing
17+
- *(sacp)* add IntoHandled trait for flexible handler return types
18+
- *(sacp-test)* add arrow proxy for testing
19+
20+
### Fixed
21+
22+
- fix cargo.toml metadata, dang it
23+
24+
### Other
25+
26+
- set all crates to version 6.0.0
27+
- release
28+
- cleanup cargo metadata
29+
- replace yolo_prompt with direct yopo::prompt calls
30+
- *(yopo)* return sacp::Error instead of Box<dyn Error>
31+
- *(sacp-test)* use yopo library for test client implementation
32+
- release version 1.0.0 for all crates (sacp-rmcp at 0.8.0)
33+
- Revert to state before 1.0.0 release
34+
- release version 1.0.0 for all crates
35+
- *(sacp)* add Component::serve() and simplify channel API
36+
- [**breaking**] make Component trait ergonomic with async fn and introduce DynComponent
37+
- [**breaking**] make Component the primary trait with Transport as blanket impl
38+
- cleanup and simplify some of the logic to avoid "indirection" through
39+
- unify Transport and Component traits with BoxFuture-returning signatures
40+
- create selective jsonrpcmsg re-export module
41+
- replace jsonrpcmsg::Message with sacp::JsonRpcMessage throughout codebase
42+
- Merge pull request #16 from nikomatsakis/main
43+
- fix doctests for API refactoring
44+
- wip wip wip
45+
- [**breaking**] remove Unpin bounds and simplify transport API
46+
- update all versions from 1.0.0-alpha to 1.0.0-alpha.1
47+
- release v1.0.0-alpha
48+
- *(conductor)* add integration test with arrow proxy and eliza
49+
- *(conductor)* add integration test with arrow proxy and eliza
50+
- rename sacp-doc-test to sacp-test
51+
1052
## [1.0.0](https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v1.0.0) - 2025-11-05
1153

1254
### Added

0 commit comments

Comments
 (0)