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 = " 1.3 .0" , path = " ./crates/rmcp" }
8- rmcp-macros = { version = " 1.3 .0" , path = " ./crates/rmcp-macros" }
7+ rmcp = { version = " 1.4 .0" , path = " ./crates/rmcp" }
8+ rmcp-macros = { version = " 1.4 .0" , path = " ./crates/rmcp-macros" }
99
1010[workspace .package ]
1111edition = " 2024"
12- version = " 1.3 .0"
12+ version = " 1.4 .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,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.4.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.3.0...rmcp-macros-v1.4.0 ) - 2026-04-09
11+
12+ ### Added
13+
14+ - * (macros)* auto-generate get_info and default router ([ #785 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/785 ) )
15+
1016## [ 1.3.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-macros-v1.2.0...rmcp-macros-v1.3.0 ) - 2026-03-24
1117
1218### Added
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+ ## [ 1.4.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.3.0...rmcp-v1.4.0 ) - 2026-04-09
11+
12+ ### Added
13+
14+ - add Default and constructors to ServerSseMessage ([ #794 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/794 ) )
15+ - add meta to elicitation results ([ #792 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/792 ) )
16+ - * (macros)* auto-generate get_info and default router ([ #785 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/785 ) )
17+ - * (transport)* add which_command for cross-platform executable resolution ([ #774 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/774 ) )
18+ - * (auth)* add StoredCredentials::new() constructor ([ #778 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/778 ) )
19+
20+ ### Fixed
21+
22+ - * (server)* remove initialized notification gate to support Streamable HTTP ([ #788 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/788 ) )
23+ - default session keep_alive to 5 minutes ([ #780 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/780 ) )
24+ - * (http)* add host check ([ #764 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/764 ) )
25+ - exclude local feature from docs.rs build ([ #782 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/782 ) )
26+
27+ ### Other
28+
29+ - update Rust toolchain to 1.92 ([ #797 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/797 ) )
30+ - unify IntoCallToolResult Result impls ([ #787 ] ( https://github.com/modelcontextprotocol/rust-sdk/pull/787 ) )
31+
1032## [ 1.3.0] ( https://github.com/modelcontextprotocol/rust-sdk/compare/rmcp-v1.2.0...rmcp-v1.3.0 ) - 2026-03-24
1133
1234### Added
You can’t perform that action at this time.
0 commit comments