Skip to content

caching/v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Sep 13:02
· 14 commits to main since this release
caching/v1.1.0
5ddd16d

✨ New Major Features

• Generic Caching Namespace Reliable.HttpClient.Caching.Generic
• Type-safe CachedHttpClient<T> for specific response types
• Compile-time type safety with improved performance
• Separate namespace organization: Generic vs Universal caching approaches
• Enhanced extension methods with "Generic" prefixes for clear API distinction

🏗️ Architecture Improvements

• Clear separation between Generic (type-safe) and Universal (multi-type) caching
• Namespace restructuring for better developer experience
• Comprehensive documentation and choosing guides

🔄 Backward Compatibility

• All existing Universal caching APIs remain unchanged
• Existing code continues to work without modifications
• Migration path available for those wanting type-safe benefits

📖 Documentation

• Complete architecture guide and decision framework
• Real-world examples and common scenarios
• Migration guidance for different use cases


Full Changelog: v1.1.0...caching/v1.1.0