v1.0.0
🚀 What's New in v1.0.0
✨ Core Features
- Fluent Configuration API with
HttpClientOptionsBuilderfor type-safe, intuitive setup - 6 Predefined Presets covering common scenarios
🔧 Resilience Patterns
- Retry Policies with exponential backoff and jitter to prevent thundering herd
- Circuit Breaker pattern to prevent cascading failures
- Timeout Management with configurable timeouts per operation
- HTTP Response Handling with typed response processing
🎯 Developer Experience
- Zero Configuration – works out of the box with sensible defaults
- Multi-Target Support – .NET 6.0, 8.0, and 9.0
- Minimal Dependencies – only Microsoft.Extensions.Http.Polly and Polly
- Production Ready – battle-tested defaults based on industry best practices
Full Changelog: caching/v1.0.0-alpha1...v1.0.0