diff --git a/Cargo.toml b/Cargo.toml index b11c45e..c125aaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ members = [ ] [workspace.package] -version = "0.10.0" +version = "0.10.1" edition = "2024" rust-version = "1.90" authors = ["Josh Rotenberg "] diff --git a/crates/tower-mcp-macros/CHANGELOG.md b/crates/tower-mcp-macros/CHANGELOG.md index 1a8f0f3..bc8cc10 100644 --- a/crates/tower-mcp-macros/CHANGELOG.md +++ b/crates/tower-mcp-macros/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [0.10.1] - 2026-05-07 + + + ## [0.10.0] - 2026-03-26 diff --git a/crates/tower-mcp-types/CHANGELOG.md b/crates/tower-mcp-types/CHANGELOG.md index b222bda..3a006a6 100644 --- a/crates/tower-mcp-types/CHANGELOG.md +++ b/crates/tower-mcp-types/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [0.10.1] - 2026-05-07 + +### Features + +- **context:** Typed helpers for server-originated tasks/* (SEP-1686) ([#793](https://github.com/joshrotenberg/tower-mcp/pull/793)) + +### Miscellaneous Tasks + +- Verify tower-mcp-types compiles for wasm32-unknown-unknown ([#784](https://github.com/joshrotenberg/tower-mcp/pull/784)) + + + ## [0.10.0] - 2026-03-26 ### Documentation diff --git a/crates/tower-mcp/CHANGELOG.md b/crates/tower-mcp/CHANGELOG.md index 39f3a07..1c38029 100644 --- a/crates/tower-mcp/CHANGELOG.md +++ b/crates/tower-mcp/CHANGELOG.md @@ -2,6 +2,33 @@ All notable changes to this project will be documented in this file. +## [0.10.1] - 2026-05-07 + +### Bug Fixes + +- **client:** Use match guard for OAuth error_description fallback ([#794](https://github.com/joshrotenberg/tower-mcp/pull/794)) +- **stdio:** Bidi transport closes on parse error; strip UTF-8 BOM ([#797](https://github.com/joshrotenberg/tower-mcp/pull/797)) + +### Documentation + +- Production deployment guide ([#780](https://github.com/joshrotenberg/tower-mcp/pull/780)) + +### Features + +- Unix Domain Socket transport ([#773](https://github.com/joshrotenberg/tower-mcp/pull/773)) +- Pluggable SessionStore for horizontal scaling ([#778](https://github.com/joshrotenberg/tower-mcp/pull/778)) +- **event-store:** Pluggable SSE event store for stream resumption ([#779](https://github.com/joshrotenberg/tower-mcp/pull/779)) +- **session:** Restore unknown sessions from SessionStore + auto-reinitialize ([#782](https://github.com/joshrotenberg/tower-mcp/pull/782)) +- **context:** Typed helpers for server-originated tasks/* (SEP-1686) ([#793](https://github.com/joshrotenberg/tower-mcp/pull/793)) +- **router:** Reversible tool/resource/prompt disable/enable ([#792](https://github.com/joshrotenberg/tower-mcp/pull/792)) +- **http:** Host header validation with :authority fallback and rejection logging ([#798](https://github.com/joshrotenberg/tower-mcp/pull/798)) + +### Testing + +- Close critical test coverage gaps ([#757](https://github.com/joshrotenberg/tower-mcp/pull/757)) ([#766](https://github.com/joshrotenberg/tower-mcp/pull/766)) + + + ## [0.10.0] - 2026-03-26 ### Documentation