@@ -7,6 +7,65 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 10.0.0-alpha.2] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v10.0.0-alpha.2 ) - 2025-12-29
11+
12+ ### Added
13+
14+ - * (sacp)* [ ** breaking** ] require Send for JrMessageHandler with boxing witness macros
15+ - [ ** breaking** ] introduce role-based connection API
16+ - [ ** breaking** ] change JrMessage trait to take &self and require Clone
17+ - * (sacp-test)* add mcp-echo-server binary for testing
18+ - * (sacp)* add IntoHandled trait for flexible handler return types
19+ - * (sacp-test)* add arrow proxy for testing
20+
21+ ### Fixed
22+
23+ - fix cargo.toml metadata, dang it
24+
25+ ### Other
26+
27+ - set version to 10.0.0-alpha.2
28+ - release
29+ - set all crate versions to 10.0.0-alpha.1
30+ - release
31+ - [ ** breaking** ] split peer.rs into separate peer and link modules
32+ - [ ** breaking** ] update module and documentation references from role to peer
33+ - [ ** breaking** ] rename FooRole types to FooPeer
34+ - [ ** breaking** ] rename link endpoint types from Foo to FooRole
35+ - [ ** breaking** ] give component a link
36+ - align all crate versions to 9.0.0
37+ - release
38+ - bump all crates to 8.0.0
39+ - release
40+ - bump all crates to version 7.0.0
41+ - release
42+ - * (sacp-test)* release v6.0.0
43+ - set all crates to version 6.0.0
44+ - release
45+ - cleanup cargo metadata
46+ - replace yolo_prompt with direct yopo::prompt calls
47+ - * (yopo)* return sacp::Error instead of Box<dyn Error >
48+ - * (sacp-test)* use yopo library for test client implementation
49+ - release version 1.0.0 for all crates (sacp-rmcp at 0.8.0)
50+ - Revert to state before 1.0.0 release
51+ - release version 1.0.0 for all crates
52+ - * (sacp)* add Component::serve() and simplify channel API
53+ - [ ** breaking** ] make Component trait ergonomic with async fn and introduce DynComponent
54+ - [ ** breaking** ] make Component the primary trait with Transport as blanket impl
55+ - cleanup and simplify some of the logic to avoid "indirection" through
56+ - unify Transport and Component traits with BoxFuture-returning signatures
57+ - create selective jsonrpcmsg re-export module
58+ - replace jsonrpcmsg::Message with sacp::JsonRpcMessage throughout codebase
59+ - Merge pull request #16 from nikomatsakis/main
60+ - fix doctests for API refactoring
61+ - wip wip wip
62+ - [ ** breaking** ] remove Unpin bounds and simplify transport API
63+ - update all versions from 1.0.0-alpha to 1.0.0-alpha.1
64+ - release v1.0.0-alpha
65+ - * (conductor)* add integration test with arrow proxy and eliza
66+ - * (conductor)* add integration test with arrow proxy and eliza
67+ - rename sacp-doc-test to sacp-test
68+
1069## [ 10.0.0-alpha.1] ( https://github.com/symposium-dev/symposium-acp/releases/tag/sacp-test-v10.0.0-alpha.1 ) - 2025-12-15
1170
1271### Added
0 commit comments