File tree Expand file tree Collapse file tree 4 files changed +45
-3
lines changed
Expand file tree Collapse file tree 4 files changed +45
-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.16 .0" , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 0.16 .0" , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 0.17 .0" , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 0.17 .0" , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
12- version = " 0.16 .0"
12+ version = " 0.17 .0"
1313authors = [" 4t145 <u4t145@163.com>" ]
1414license = " Apache-2.0"
1515license-file = " LICENSE"
Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7+
8+ ## [ Unreleased]
9+
10+ ## [ 0.1.0] ( https://github.com/modelcontextprotocol/rust-sdk/releases/tag/mcp-conformance-v0.1.0 ) - 2026-02-26
11+
12+ ### Added
13+
14+ - mcp sdk conformance ([ #687 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/687 ) )
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.17.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.16.0...rmcp-macros-v0.17.0 ) - 2026-02-26
11+
12+ ### Added
13+
14+ - add trait-based tool declaration ([ #677 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/677 ) )
15+
1016## [ 0.16.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.15.0...rmcp-macros-v0.16.0 ) - 2026-02-17
1117
1218### Fixed
Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.17.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.16.0...rmcp-v0.17.0 ) - 2026-02-26
11+
12+ ### Added
13+
14+ - mcp sdk conformance ([ #687 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/687 ) )
15+ - add default value support to string, number, and integer schemas ([ #686 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/686 ) )
16+ - add trait-based tool declaration ([ #677 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/677 ) )
17+ - send and validate MCP-Protocol-Version header ([ #675 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/675 ) )
18+
19+ ### Fixed
20+
21+ - improve error logging and remove token secret from logs ([ #685 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/685 ) )
22+ - refresh token expiry ([ #680 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/680 ) )
23+ - gate optional dependencies behind feature flags ([ #672 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/672 ) )
24+ - allow empty content in CallToolResult ([ #681 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/681 ) )
25+ - * (schema)* remove AddNullable from draft2020_12 settings ([ #664 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/664 ) )
26+
27+ ### Other
28+
29+ - Fix/sse channel replacement conflict ([ #682 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/682 ) )
30+ - document session management for streamable HTTP transport ([ #674 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/674 ) )
31+
1032## [ 0.16.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.15.0...rmcp-v0.16.0 ) - 2026-02-17
1133
1234### Added
You can’t perform that action at this time.
0 commit comments