Skip to content

Commit 910d3ca

Browse files
authored
Merge pull request #264 from koic/release_0_9_0
Release 0.9.0
2 parents 09b4e30 + 12922a6 commit 910d3ca

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.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

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.8.0"
4+
VERSION = "0.9.0"
55
end

0 commit comments

Comments
 (0)