Releases: Azure/Microsoft.Extensions.Caching.Cosmos
Releases · Azure/Microsoft.Extensions.Caching.Cosmos
1.0.0
Added
- #43 Adding Diagnostics capture APIs
- #44 & #46 Bump dependencies versions to latest stable before GA release
1.0.0-preview6
Added
- #41 EnableContentResponseOnWrite to reduce network usage when not needed
Fixed
- #38 Fixed Resource Not Found when removing an entry that does not exist
1.0.0-preview5
Added
- #31 Added support for Gremlin accounts
- #33 Added support for chaining SlidingExpiration and AbsoluteExpiration
1.0.0-preview4
Added
- #28 Added CosmosCacheOptions.RetrySlidingExpirationUpdates to disable write retries during Get operations for highly concurrent stale item scenarios.
1.0.0-preview3
Fixed
- #25 Added ConfigureAwait to avoid locks when using sync APIs
1.0.0-preview2
Fixed
- #23 Fixed null ttl attribute value on no expiration
1.0.0-preview
Added
- #13 Bumping dependency to SDK 3.5.0 and adding Consistency readme
- #16 Do not update _ts on reads for absolute expirations
- #18 Added YAML files for release and CSPROJ related changes