We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f0186d0 + 73b018c commit 03a78f9Copy full SHA for 03a78f9
2 files changed
CHANGELOG.md
@@ -7,6 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
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
29
## [0.9.2] - 2026-03-27
30
31
### Fixed
lib/mcp/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module MCP
4
- VERSION = "0.9.2"
+ VERSION = "0.10.0"
5
end
0 commit comments