File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff 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.9.0] - 2026-03-20
11+
12+ ### Added
13+
14+ - ` MCP::Client::Stdio ` transport (#262 )
15+ - Progress notifications per MCP specification (#254 )
16+ - Automatic ` _meta ` parameter extraction support (#172 )
17+ - CORS and Accept wildcard support for browser-based MCP clients (#253 )
18+
19+ ### Changed
20+
21+ - Use ` autoload ` to defer loading of unused subsystems (#255 )
22+ - Reduce release package size (#239 )
23+
24+ ### Fixed
25+
26+ - Return 404 for invalid session ID in ` handle_regular_request ` (#257 )
27+ - Use mutex-protected ` session_exists? ` in ` handle_regular_request ` (#258 )
28+
1029## [ 0.8.0] - 2026-03-03
1130
1231### Added
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.8 .0"
4+ VERSION = "0.9 .0"
55end
You can’t perform that action at this time.
0 commit comments