Releases: rust-mcp-stack/rust-mcp-sdk
Releases · rust-mcp-stack/rust-mcp-sdk
rust-mcp-sdk: v0.6.0
20 Aug 00:38
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-08-19)
⚠ BREAKING CHANGES
This PR introduces a breaking change due to updates in the method signatures of the handler traits and messaging.
In addition, it includes several refactorings, housekeeping tasks, and various fixes and improvements. Notably, the request ID generation logic has been enhanced, deprecated methods have been removed, and overall maintainability and stability has been improved.
🚀 Features
Improve request ID generation, remove deprecated methods and adding improvements (95b91aa )
rust-mcp-sdk: v0.5.3
19 Aug 00:38
Compare
Sorry, something went wrong.
No results found
0.5.3 (2025-08-19)
🐛 Bug Fixes
Handle missing client details and abort keep-alive task on drop (#83 ) (308b1db )
rust-mcp-sdk: v0.5.2
16 Aug 23:11
Compare
Sorry, something went wrong.
No results found
0.5.2 (2025-08-16)
🚀 Features
Integrate list root and client info into hyper runtime (36dfa4c )
🐛 Bug Fixes
Abort keep-alive task when transport is removed (#82 ) (1ca8e49 )
Ensure server-initiated requests include a valid request_id (#80 ) (5f9a966 )
rust-mcp-transport: v0.4.1
12 Aug 21:19
Compare
Sorry, something went wrong.
No results found
0.4.1 (2025-08-12)
🚀 Features
Add Streamable HTTP Support to MCP Server (#76 ) (1864ce8 )
rust-mcp-sdk: v0.5.1
12 Aug 21:19
Compare
Sorry, something went wrong.
No results found
0.5.1 (2025-08-12)
🚀 Features
Add Streamable HTTP Support to MCP Server (#76 ) (1864ce8 )
Update examples and docs for streamable http (#77 ) (e714482 )
📚 Documentation
rust-mcp-macros: v0.5.1
12 Aug 21:19
Compare
Sorry, something went wrong.
No results found
0.5.1 (2025-08-12)
🚀 Features
Add Streamable HTTP Support to MCP Server (#76 ) (1864ce8 )
rust-mcp-transport: v0.4.0
03 Jul 21:43
Compare
Sorry, something went wrong.
No results found
0.4.0 (2025-07-03)
⚠ BREAKING CHANGES
implement support for the MCP protocol version 2025-06-18 (#73 )
🚀 Features
Implement support for the MCP protocol version 2025-06-18 (#73 ) (6a24f78 )
🐛 Bug Fixes
Exclude assets from published packages (#70 ) (0b73873 )
rust-mcp-sdk: v0.5.0
03 Jul 21:43
Compare
Sorry, something went wrong.
No results found
0.5.0 (2025-07-03)
⚠ BREAKING CHANGES
implement support for the MCP protocol version 2025-06-18 (#73 )
🚀 Features
Implement support for the MCP protocol version 2025-06-18 (#73 ) (6a24f78 )
🐛 Bug Fixes
Address issue with improper server start failure handling (#72 ) (fc4d664 )
Exclude assets from published packages (#70 ) (0b73873 )
rust-mcp-macros: v0.5.0
03 Jul 21:43
Compare
Sorry, something went wrong.
No results found
0.5.0 (2025-07-03)
⚠ BREAKING CHANGES
implement support for the MCP protocol version 2025-06-18 (#73 )
🚀 Features
Implement support for the MCP protocol version 2025-06-18 (#73 ) (6a24f78 )
🐛 Bug Fixes
Exclude assets from published packages (#70 ) (0b73873 )
rust-mcp-sdk: v0.4.7
29 Jun 20:52
Compare
Sorry, something went wrong.
No results found
0.4.7 (2025-06-29)
🚀 Features
🐛 Bug Fixes
remove leftover prints for tracing statements #60