Skip to content

Commit f9fd78e

Browse files
authored
Merge pull request #462 from koic/release_0_25_0
Release 0.25.0
2 parents 0b51173 + df578d7 commit f9fd78e

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.25.0] - 2026-07-18
11+
12+
### Added
13+
14+
- Support SEP-990 Cross-App Access via ID-JAG and the `jwt-bearer` grant (#454)
15+
- Support client-side sampling via `MCP::Client#on_sampling` (#458)
16+
17+
### Fixed
18+
19+
- Reject notifications carrying an unknown or expired session (#455)
20+
- Handle an `initialize` request sent without an ID (#456)
21+
- Bound client-side message buffering in the HTTP transport (#459)
22+
- Lowercase response header names in `StreamableHTTPTransport` (#460)
23+
1024
## [0.24.0] - 2026-07-12
1125

1226
### 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.24.0"
4+
VERSION = "0.25.0"
55
end

0 commit comments

Comments
 (0)