File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module MCP
4- VERSION = "0.13 .0"
4+ VERSION = "0.14 .0"
55end
You can’t perform that action at this time.
0 commit comments