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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ members = [
]

[workspace.package]
version = "0.10.0"
version = "0.10.1"
edition = "2024"
rust-version = "1.90"
authors = ["Josh Rotenberg <joshrotenberg@gmail.com>"]
Expand Down
4 changes: 4 additions & 0 deletions crates/tower-mcp-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down
12 changes: 12 additions & 0 deletions crates/tower-mcp-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
27 changes: 27 additions & 0 deletions crates/tower-mcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down