Skip to content

Commit 27ff7e4

Browse files
authored
Merge pull request #329 from koic/release_0_14_0
Release 0.14.0
2 parents a89047a + b03ec40 commit 27ff7e4

2 files changed

Lines changed: 21 additions & 1 deletion

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.14.0] - 2026-04-24
11+
12+
### Added
13+
14+
- Support pagination per MCP specification (#320)
15+
- Support resource subscriptions per MCP specification (#313)
16+
- Add `roots/list` and `notifications/roots/list_changed` support (#315)
17+
- Support JSON response mode for `StreamableHTTPTransport` (#328)
18+
- Add HTTP client close for explicit session termination (#326)
19+
- Track `Mcp-Session-Id` and protocol version in HTTP client (#325)
20+
- Support `ping` client API per MCP specification (#324)
21+
22+
### Fixed
23+
24+
- Handle 202 Accepted response in HTTP client (#323)
25+
26+
### Changed
27+
28+
- Parse SSE responses in HTTP client via `event_stream_parser` (#322)
29+
1030
## [0.13.0] - 2026-04-16
1131

1232
### 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.13.0"
4+
VERSION = "0.14.0"
55
end

0 commit comments

Comments
 (0)