Skip to content

Conversation

@nikomatsakis
Copy link
Member

@nikomatsakis nikomatsakis commented Dec 29, 2025

πŸ€– New release

  • sacp: 10.0.0-alpha.2 -> 10.0.0-alpha.3 (βœ“ API compatible changes)
  • sacp-conductor: 10.0.0-alpha.2 -> 10.0.0-alpha.3 (βœ“ API compatible changes)
  • sacp-test: 10.0.0-alpha.2
  • sacp-cookbook: 10.0.0-alpha.2 -> 10.0.0-alpha.3 (βœ“ API compatible changes)
  • sacp-tokio: 10.0.0-alpha.2 -> 10.0.0-alpha.3
  • yopo: 10.0.0-alpha.2 -> 10.0.0-alpha.3
  • elizacp: 10.0.0-alpha.2 -> 10.0.0-alpha.3
  • sacp-rmcp: 10.0.0-alpha.2 -> 10.0.0-alpha.3
  • sacp-tee: 10.0.0-alpha.2 -> 10.0.0-alpha.3
Changelog

sacp

10.0.0-alpha.3 - 2025-12-29

Added

  • (sacp) implement Component for JrConnectionBuilder
  • (sacp) add tool enable/disable filtering for MCP servers
  • (sacp-cookbook) create dedicated cookbook crate with comprehensive examples

Other

  • [breaking] make McpServer implement component

sacp-conductor

10.0.0-alpha.3 - 2025-12-29

Added

  • (sacp) add tool enable/disable filtering for MCP servers

Other

  • (sacp-conductor) add standalone MCP server tests
  • [breaking] make McpServer implement component

sacp-test

10.0.0-alpha.2 - 2025-12-29

Added

  • (sacp) [breaking] require Send for JrMessageHandler with boxing witness macros
  • [breaking] introduce role-based connection API
  • [breaking] change JrMessage trait to take &self and require Clone
  • (sacp-test) add mcp-echo-server binary for testing
  • (sacp) add IntoHandled trait for flexible handler return types
  • (sacp-test) add arrow proxy for testing

Fixed

  • fix cargo.toml metadata, dang it

Other

  • set version to 10.0.0-alpha.2
  • release
  • set all crate versions to 10.0.0-alpha.1
  • release
  • [breaking] split peer.rs into separate peer and link modules
  • [breaking] update module and documentation references from role to peer
  • [breaking] rename FooRole types to FooPeer
  • [breaking] rename link endpoint types from Foo to FooRole
  • [breaking] give component a link
  • align all crate versions to 9.0.0
  • release
  • bump all crates to 8.0.0
  • release
  • bump all crates to version 7.0.0
  • release
  • (sacp-test) release v6.0.0
  • set all crates to version 6.0.0
  • release
  • cleanup cargo metadata
  • replace yolo_prompt with direct yopo::prompt calls
  • (yopo) return sacp::Error instead of Box
  • (sacp-test) use yopo library for test client implementation
  • release version 1.0.0 for all crates (sacp-rmcp at 0.8.0)
  • Revert to state before 1.0.0 release
  • release version 1.0.0 for all crates
  • (sacp) add Component::serve() and simplify channel API
  • [breaking] make Component trait ergonomic with async fn and introduce DynComponent
  • [breaking] make Component the primary trait with Transport as blanket impl
  • cleanup and simplify some of the logic to avoid "indirection" through
  • unify Transport and Component traits with BoxFuture-returning signatures
  • create selective jsonrpcmsg re-export module
  • replace jsonrpcmsg::Message with sacp::JsonRpcMessage throughout codebase
  • Merge pull request cleanup and refactor the APIΒ #16 from nikomatsakis/main
  • fix doctests for API refactoring
  • wip wip wip
  • [breaking] remove Unpin bounds and simplify transport API
  • update all versions from 1.0.0-alpha to 1.0.0-alpha.1
  • release v1.0.0-alpha
  • (conductor) add integration test with arrow proxy and eliza
  • (conductor) add integration test with arrow proxy and eliza
  • rename sacp-doc-test to sacp-test

sacp-cookbook

10.0.0-alpha.3 - 2025-12-29

Added

  • (sacp) add tool enable/disable filtering for MCP servers

sacp-tokio

10.0.0-alpha.3 - 2025-12-29

Other

  • updated the following local packages: sacp

yopo

10.0.0-alpha.3 - 2025-12-29

Other

  • updated the following local packages: sacp, sacp-tokio

elizacp

10.0.0-alpha.3 - 2025-12-29

Other

  • updated the following local packages: sacp, sacp-tokio

sacp-rmcp

10.0.0-alpha.3 - 2025-12-29

Other

  • updated the following local packages: sacp

sacp-tee

10.0.0-alpha.3 - 2025-12-29

Other

  • updated the following local packages: sacp, sacp-tokio


This PR was generated with release-plz.

@nikomatsakis nikomatsakis changed the title chore(sacp-test): release v10.0.0-alpha.2 chore: release Dec 29, 2025
@nikomatsakis nikomatsakis force-pushed the release-plz-2025-12-29T00-44-26Z branch from 738a9d5 to a38be3e Compare December 29, 2025 17:32
@nikomatsakis nikomatsakis force-pushed the release-plz-2025-12-29T00-44-26Z branch from a38be3e to 6952475 Compare December 29, 2025 22:26
@nikomatsakis nikomatsakis merged commit 215b175 into main Dec 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants