Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 29 Aug 14:51
· 28 commits to main since this release
v1.0.0
6f4ca72

🚀 What's New in v1.0.0

✨ Core Features

  • Fluent Configuration API with HttpClientOptionsBuilder for 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