File tree Expand file tree Collapse file tree 3 files changed +35
-3
lines changed
Expand file tree Collapse file tree 3 files changed +35
-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.15 .0" , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 0.15 .0" , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 0.16 .0" , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 0.16 .0" , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
12- version = " 0.15 .0"
12+ version = " 0.16 .0"
1313authors = [" 4t145 <u4t145@163.com>" ]
1414license = " Apache-2.0"
1515license-file = " LICENSE"
Original file line number Diff line number Diff line change @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.16.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.15.0...rmcp-macros-v0.16.0 ) - 2026-02-17
11+
12+ ### Fixed
13+
14+ - align task response types with MCP spec ([ #658 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/658 ) )
15+
16+ ### Other
17+
18+ - include LICENSE in final crate tarball ([ #657 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/657 ) )
19+ - add rudof-mcp to MCP servers list ([ #645 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/645 ) )
20+
1021## [ 0.15.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v0.14.0...rmcp-macros-v0.15.0 ) - 2026-02-10
1122
1223### Fixed
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.16.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.15.0...rmcp-v0.16.0 ) - 2026-02-17
11+
12+ ### Added
13+
14+ - add support for custom HTTP headers in StreamableHttpClient ([ #655 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/655 ) )
15+ - * (auth)* add token_endpoint_auth_method to OAuthClientConfig ([ #648 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/648 ) )
16+
17+ ### Fixed
18+
19+ - duplicate meta serialization ([ #662 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/662 ) )
20+ - sort list_all() output in ToolRouter and PromptRouter for deterministic ordering ([ #665 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/665 ) )
21+ - align task response types with MCP spec ([ #658 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/658 ) )
22+
23+ ### Other
24+
25+ - include LICENSE in final crate tarball ([ #657 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/657 ) )
26+ - * (deps)* update rand requirement from 0.9 to 0.10 ([ #650 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/650 ) )
27+ - remove unused axum dependency from server-side-http feature ([ #642 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/642 ) )
28+ - 11-25-2025 compliant Auth ([ #651 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/651 ) )
29+ - add rudof-mcp to MCP servers list ([ #645 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/645 ) )
30+
1031## [ 0.15.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v0.14.0...rmcp-v0.15.0 ) - 2026-02-10
1132
1233### Added
You can’t perform that action at this time.
0 commit comments