Skip to content

Releases: paiml/rust-mcp-sdk

v1.2.2

17 Aug 06:27
Compare
Choose a tag to compare
Release v1.2.2 - Fix clippy warnings and improve WASM support

v1.2.1

14 Aug 10:10
Compare
Choose a tag to compare
v1.2.1: Toyota Way Quality Excellence & PMAT Integration

🏭 Toyota Way Implementation
- Zero-defect development with Jidoka, Genchi Genbutsu, Kaizen
- Pre-commit quality hooks and systematic quality gates
- Quality-first development workflow

📊 PMAT Quality Analysis
- TDG Score: 0.76 (excellent quality)
- Quality gates with complexity limits (≤25 cyclomatic)
- SATD detection and resolution
- 436h managed technical debt

📈 Quality Badges System
- Real-time quality metrics with GitHub Actions
- TDG, Quality Gate, Complexity, Technical Debt badges
- Daily quality monitoring and trend analysis

🛡️ SIMD Refactoring
- Reduced complexity while maintaining 10-50x performance
- Enhanced security documentation with RFC references
- Comprehensive OAuth and PKCE guidance

Quality Metrics:
- Zero clippy warnings
- All functions ≤25 cyclomatic complexity
- 100% documentation coverage
- Comprehensive test coverage

🤖 Generated with Claude Code - Toyota Way Quality Excellence

v1.2.0

14 Aug 10:07
Compare
Choose a tag to compare
v1.2.0: Toyota Way Quality Excellence & PMAT Integration

🏭 Toyota Way Implementation
- Zero-defect development with Jidoka, Genchi Genbutsu, Kaizen
- Pre-commit quality hooks and systematic quality gates
- Quality-first development workflow

📊 PMAT Quality Analysis
- TDG Score: 0.76 (excellent quality)
- Quality gates with complexity limits (≤25 cyclomatic)
- SATD detection and resolution
- 436h managed technical debt

📈 Quality Badges System
- Real-time quality metrics with GitHub Actions
- TDG, Quality Gate, Complexity, Technical Debt badges
- Daily quality monitoring and trend analysis

🛡️ SIMD Refactoring
- Reduced complexity while maintaining 10-50x performance
- Enhanced security documentation with RFC references
- Comprehensive OAuth and PKCE guidance

Quality Metrics:
- Zero clippy warnings
- All functions ≤25 cyclomatic complexity
- 100% documentation coverage
- Comprehensive test coverage

🤖 Generated with Claude Code - Toyota Way Quality Excellence

v1.1.1

14 Aug 05:28
Compare
Choose a tag to compare
Release v1.1.1 - Dependency updates and compatibility fixes

v1.1.0

12 Aug 08:33
Compare
Choose a tag to compare
Release v1.1.0 - Enhanced TypeScript SDK Parity

Major improvements:
- Event Store for connection resumability
- SSE Parser for streaming responses
- Complete RFC 6570 URI Templates
- Zero-tolerance for warnings/errors
- Full TypeScript SDK feature parity

v1.0.0

08 Aug 12:07
Compare
Choose a tag to compare
Release v1.0.0 - Production Ready!

v0.7.0

08 Aug 10:29
Compare
Choose a tag to compare
Release version 0.7.0 - Major feature update with TypeScript SDK v1.1…

v0.6.6: OIDC Discovery and Transport Isolation

06 Aug 14:44
Compare
Choose a tag to compare

🚀 Features

🔐 OIDC Discovery Support

  • Full OpenID Connect configuration discovery
  • Automatic retry on CORS/network errors
  • Token exchange with explicit JSON accept headers
  • Comprehensive auth client module

🔒 Transport Response Isolation

  • Unique transport IDs prevent cross-transport routing
  • Enhanced protocol safety for concurrent connections
  • Request-response correlation per transport instance

📚 Enhanced Testing & Documentation

  • 394 total tests passing
  • 5 new property tests for transport isolation
  • 135+ doctests with examples
  • New example: 20_oidc_discovery

📦 Installation

[dependencies]
pmcp = "0.6.6"

🔄 Compatibility

Aligned with TypeScript SDK v1.17.1

📝 Full Changelog

See CHANGELOG.md

v0.6.5

06 Aug 14:40
Compare
Choose a tag to compare
Release v0.6.5: OIDC discovery and transport isolation

Features:
- Full OpenID Connect discovery support
- Transport response isolation
- Comprehensive auth client module
- Property tests for transport invariants
- Example 20: OIDC discovery demo

Aligned with TypeScript SDK v1.17.1

v0.6.4

01 Aug 20:35
Compare
Choose a tag to compare
feat: add comprehensive doctests for advanced SDK components

This major documentation enhancement adds 65+ new doctest examples covering:

- Transport layer types (TransportMessage, MessageMetadata, MessagePriority, SendOptions)
- Utility types with complete async patterns (MessageBatcher, MessageDebouncer)
- Parallel processing utilities (BatchProcessor, ParallelBatchConfig, BatchMetrics)
- Context propagation system (RequestContext, ContextPropagator, context macros)
- Middleware system (Middleware trait, LoggingMiddleware, AuthMiddleware, RetryMiddleware, MiddlewareChain)

All doctests include realistic usage examples and compile successfully.
Updated documentation tracker with completion status.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <[email protected]>