Skip to content

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:35
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]>