Skip to content

Commit 73b018c

Browse files
committed
Release 0.10.0
This release focuses primarily on changes related to the internal session architecture. It also removes some publicly exposed methods that are effectively obsolete.
1 parent f0186d0 commit 73b018c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.10.0] - 2026-03-30
11+
12+
### Added
13+
14+
- Session expiry controls for `StreamableHTTPTransport` via `session_idle_timeout:` option (#268)
15+
16+
### Changed
17+
18+
- `ServerSession` for per-connection state (#275)
19+
20+
### Removed
21+
22+
- Remove `Server#notify_progress` broadcast API (#276)
23+
- Remove undocumented handler override methods (#270)
24+
25+
### Fixed
26+
27+
- Reject POST requests without session ID in stateful mode (#274)
28+
1029
## [0.9.2] - 2026-03-27
1130

1231
### Fixed

lib/mcp/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module MCP
4-
VERSION = "0.9.2"
4+
VERSION = "0.10.0"
55
end

0 commit comments

Comments
 (0)