Skip to content

Latest commit

 

History

History
275 lines (122 loc) · 13.1 KB

File metadata and controls

275 lines (122 loc) · 13.1 KB

Changelog

0.9.0 (2026-03-13)

⚠ BREAKING CHANGES

  • introduce McpObserver for telemetry and message monitoring (#136)

🚀 Features

  • Introduce McpObserver for telemetry and message monitoring (#136) (58df88f)

0.8.0 (2026-01-01)

⚠ BREAKING CHANGES

  • update to MCP Protocol 2025-11-25, new mcp_icon macro and various improvements (#120)

🚀 Features

  • Update to MCP Protocol 2025-11-25, new mcp_icon macro and various improvements (#120) (e70f8b7)

0.6.3 (2025-11-23)

🚀 Features

  • Add authentication flow support to MCP servers (#119) (fe467d3)

0.6.2 (2025-10-20)

🐛 Bug Fixes

🚜 Code Refactoring

  • Eventstore with better error handling and stability (#109) (150e3a0)

0.6.1 (2025-10-13)

🚀 Features

  • server: Decouple core logic from HTTP server for improved architecture (#106) (d10488b)

0.6.0 (2025-09-19)

⚠ BREAKING CHANGES

  • add Streamable HTTP Client , multiple refactoring and improvements (#98)
  • update ServerHandler and ServerHandlerCore traits (#96)

🚀 Features

  • Add Streamable HTTP Client , multiple refactoring and improvements (#98) (abb0c36)
  • Event store support for resumability (#101) (08742bb)
  • Update ServerHandler and ServerHandlerCore traits (#96) (a2d6d23)

🐛 Bug Fixes

  • Correct pending_requests instance (#94) (9d8c1fb)

0.5.1 (2025-08-31)

🐛 Bug Fixes

  • Correct pending_requests instance (#94) (9d8c1fb)

0.5.0 (2025-08-19)

⚠ BREAKING CHANGES

  • improve request ID generation, remove deprecated methods and adding improvements

🚀 Features

  • Improve request ID generation, remove deprecated methods and adding improvements (95b91aa)

0.4.1 (2025-08-12)

🚀 Features

  • Add Streamable HTTP Support to MCP Server (#76) (1864ce8)

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)

0.3.6 (2025-06-20)

🐛 Bug Fixes

  • Sync reqwest dependencies in rust-mcp-transport (f76468e)

0.3.5 (2025-06-17)

🚀 Features

  • Improve schema version configuration using Cargo features (#51) (836e765)

0.3.4 (2025-05-30)

🚀 Features

  • Multi protocol version - phase 1 (#49) (4c4daf0)

0.3.3 (2025-05-28)

🐛 Bug Fixes

  • Ensure custom headers are included in initial SSE connection to remote MCP Server (#46) (166939e)

0.3.2 (2025-05-25)

🚀 Features

  • Improve build process and dependencies (#38) (e88c4f1)

0.3.1 (2025-05-24)

🐛 Bug Fixes

  • Ensure server resilience against malformed client requests (95aed88)

0.3.0 (2025-05-23)

⚠ BREAKING CHANGES

  • update crates to default to the latest MCP schema version. (#35)

🚀 Features

  • Update crates to default to the latest MCP schema version. (#35) (6cbc3da)

0.2.3 (2025-05-20)

🐛 Bug Fixes

  • Crate packaging issue caused by stray Cargo.toml (5475b1b)

0.2.2 (2025-05-20)

🚀 Features

0.2.1 (2025-04-26)

🚀 Features

  • Upgrade to rust-mcp-schema v0.4.0 (#21) (819d113)

🐛 Bug Fixes

  • Capture launch errors in client-runtime (#19) (c0d05ab)

0.2.0 (2025-04-16)

⚠ BREAKING CHANGES

  • naming & less constrained dependencies (#8)

🚜 Code Refactoring

  • Naming & less constrained dependencies (#8) (2aa469b)

0.1.2 (2025-04-05)

🚀 Features

  • Update to latest version of rust-mcp-schema (#9) (05f4729)

0.1.1 (2025-03-29)

Bug Fixes

  • Update crate readme links and docs (#2) (4f8a5b7)

0.1.0 (2025-03-29)

Features

0.1.7 (2025-03-24)

Bug Fixes

0.1.6 (2025-03-24)

Features

Bug Fixes

0.1.5 (2025-03-24)

Bug Fixes

0.1.4 (2025-03-24)

Features

0.1.3 (2025-03-24)

Features

0.1.2 (2025-03-24)

Features

0.1.1 (2025-03-24)

Features