File tree Expand file tree Collapse file tree 3 files changed +31
-3
lines changed
Expand file tree Collapse file tree 3 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ default-members = ["crates/rmcp", "crates/rmcp-macros"]
44resolver = " 2"
55
66[workspace .dependencies ]
7- rmcp = { version = " 0.14 .0" , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 0.14 .0" , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 0.15 .0" , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 0.15 .0" , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
12- version = " 0.14 .0"
12+ version = " 0.15 .0"
1313authors = [" 4t145 <u4t145@163.com>" ]
1414license = " Apache-2.0"
1515repository = " https://github.com/modelcontextprotocol/rust-sdk/"
Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.15.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.14.0...rmcp-macros-v0.15.0 ) - 2026-02-08
11+
12+ ### Fixed
13+
14+ - * (tasks)* avoid dropping completed task results during collection ([ #639 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/639 ) )
15+ - * (tasks)* expose ` execution.taskSupport ` on tools ([ #635 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/635 ) )
16+
1017## [ 0.14.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.13.0...rmcp-macros-v0.14.0 ) - 2026-01-23
1118
1219### Other
Original file line number Diff line number Diff line change @@ -7,6 +7,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.15.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.14.0...rmcp-v0.15.0 ) - 2026-02-08
11+
12+ ### Added
13+
14+ - * (elicitation)* add support URL elicitation. SEP-1036 ([ #605 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/605 ) )
15+ - enforce SEP-1577 MUST requirements for sampling with tools ([ #646 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/646 ) )
16+ - add native-tls as an optional TLS backend ([ #631 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/631 ) )
17+ - * (capabilities)* add extensions field for SEP-1724 ([ #643 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/643 ) )
18+
19+ ### Fixed
20+
21+ - * (tasks)* avoid dropping completed task results during collection ([ #639 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/639 ) )
22+ - * (auth)* oauth metadata discovery ([ #641 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/641 ) )
23+ - compilation with --no-default-features ([ #593 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/593 ) )
24+ - * (tasks)* expose ` execution.taskSupport ` on tools ([ #635 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/635 ) )
25+ - * (tasks)* correct enum variant ordering for deserialization ([ #634 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/634 ) )
26+
27+ ### Other
28+
29+ - Implement SEP-1577: Sampling With Tools ([ #628 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/628 ) )
30+
1031## [ 0.14.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.13.0...rmcp-v0.14.0 ) - 2026-01-23
1132
1233### Fixed
You can’t perform that action at this time.
0 commit comments