Releases: paiml/rust-mcp-sdk
Releases · paiml/rust-mcp-sdk
v0.6.3
Release v0.6.3 - Documentation improvements
v0.6.2
Release v0.6.2: CI fixes and test improvements - Fixed all CI pipeline issues including rustfmt, clippy, and MSRV - Updated MSRV to Rust 1.82 for compatibility with dependencies - Fixed RequestContext test for proper W3C Trace Context compliance - Added comprehensive clippy allow list for pedantic lints - All library tests passing successfully
v0.6.1
Release v0.6.1: CI fixes and test improvements - Fixed all CI pipeline issues including rustfmt, clippy, and MSRV - Updated MSRV to Rust 1.82 for compatibility with dependencies - Fixed RequestContext test for proper W3C Trace Context compliance - Added comprehensive clippy allow list for pedantic lints - All library tests passing successfully
v0.4.0
Release v0.4.0 - Major feature update with OAuth 2.0, completable arg…
v0.3.1
Release v0.3.1 - Correct Implementation Publishing the actual implementation with all v0.3 features: - Server-side subscription management - WebSocket server transport - Roots support and directory management - Request cancellation with async tokens - Batch request processing - Enhanced type safety and performance optimizations All 208 tests pass, all 50 doctests pass, zero lint issues. This is the correct implementation that should be used.
v0.3.0
Release v0.3.0 Major release with comprehensive new server features: - Server-side subscription management - WebSocket server transport - Roots support and directory management - Request cancellation with async tokens - Batch request processing - Enhanced type safety and performance optimizations - Improved documentation and error handling All 208 tests pass, all 50 doctests pass, zero lint issues.