1.9.0 (2026-01-27)
Features Added
- Added core support for Microsoft.Extensions.Configuration and Microsoft.Extensions.DependencyInjection.
- Added
JsonModel<T>abstract base class that provides a simplified way to implementIJsonModel<T>for JSON serialization and deserialization.
Bugs Fixed
- Fixed an issue with
ClientRetryPolicywhere delays were being calculated using the retry count instead of the attempt count, causing the initial retry to occur without delay and subsequent retries to be performed more quickly than intended.