Releases: rust-mcp-stack/rust-mcp-schema
Releases · rust-mcp-stack/rust-mcp-schema
v0.5.2
28 May 00:06
Compare
Sorry, something went wrong.
No results found
0.5.2 (2025-05-28)
Features
add protocol version enum, update draft version (#71 ) (1040b11 )
v0.5.1
23 May 21:15
Compare
Sorry, something went wrong.
No results found
0.5.1 (2025-05-23)
Features
update cargo docs to 2025_03_26 version (dd1763b )
v0.5.0
22 May 22:26
Compare
Sorry, something went wrong.
No results found
0.5.0 (2025-05-22)
⚠ BREAKING CHANGES
update schema default version and latest draft changes (#68 )
Updated the default schema version to 2025_03_26 (previously available only when using the Cargo feature).
Updated draft version of schema to the latest (for instance CallToolStructuredResult and CallToolUnstructuredResult)
Features
update schema default version and latest draft changes (#68 ) (279baf2 )
v0.4.0
26 Apr 22:19
Compare
Sorry, something went wrong.
No results found
0.4.0 (2025-04-26)
⚠ BREAKING CHANGES
added new draft version and update 2025_03_26 (#66 )
renamed and deprecated the RPCMessage and MCPMessage traits in favor of RpcMessage and McpMessage.respectively.
Features
add new draft version and update 2025_03_26 (#66 ) (bc233ea )
v0.3.0
04 Apr 23:28
Compare
Sorry, something went wrong.
No results found
0.3.0 (2025-04-04)
⚠ BREAKING CHANGES
add support for schema version 2025-03-26 (#62 )
Features
add support for schema version 2025-03-26 (#62 ) (10aca90 )
set default schema version to 2024_11_05 (#64 ) (c72d252 )
v0.2.2
30 Mar 12:45
Compare
Sorry, something went wrong.
No results found
0.2.2 (2025-03-30)
Bug Fixes
update readme, announce rust-mcp-sdk (#59 ) (c5c6808 )
v0.2.1
24 Mar 10:06
Compare
Sorry, something went wrong.
No results found
0.2.1 (2025-03-23)
Bug Fixes
soft depricate CustomResult variants to suppress warnings (#57 ) (069b7a4 )
v0.2.0
22 Mar 16:07
Compare
Sorry, something went wrong.
No results found
0.2.0 (2025-03-22)
This update is classified as a breaking change due to the removal of certain deprecated methods and the standardization of method parameter order of generated constructors ( new(...) methods ) , ensuring that required arguments are placed before optional ones.
⚠ BREAKING CHANGES
Method parameter order of generated constructors ( new(...) methods ) has been standardized, with required arguments now consistently positioned before optional ones.
Deprecated get_method() methods have been eliminated.
improve generated schema, eliminate deprecated methods (#53 )
Features
add associated methods to structs for static values (#56 ) (f5a97a3 )
improve generated schema, eliminate deprecated methods (#53 ) (604de64 )
v0.1.11
18 Mar 22:18
Compare
Sorry, something went wrong.
No results found
0.1.11 (2025-03-18)
Features
add new utility functions for CallToolResultContentItem (#46 ) (1fe212c )
add tool_name() method to CallToolRequest (#52 ) (2489d90 )
implement default trait for eligible types (#51 ) (92022da )
Bug Fixes
updated release action to keep the readme version updated (#49 ) (e8b03cf )
v0.1.10
09 Mar 23:11
Compare
Sorry, something went wrong.
No results found
0.1.10 (2025-03-08)
Bug Fixes
custom result deserialization conflic with rust_mcp_schema::Result (#44 ) (f141060 )