4.7 KiB
4.7 KiB
Changelog
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
1.7.0 - 2024-10-08
Added
- #85 Increased SDK dependency version for critical fixes
Fixed
- #85 Fix another race condition with less than 1 seconds left on sliding expiration
1.6.2 - 2024-08-30
Fixed
- #84 Fix race condition with less than 1 seconds left on sliding expiration
1.6.1 - 2024-03-27
Fixed
- #80 Fixed race conditions on SlidingExpiration + AbsoluteExpiration
1.6.0 - 2023-11-01
Added
- #72 Increased SDK dependency version for critical fixes
1.5.0 - 2023-06-22
Added
- #71 Increased SDK dependency version for critical fixes
1.4.0 - 2022-10-08
Added
- #69 Increased SDK dependency version for critical fixes
1.3.0 - 2022-06-02
Added
- #63 Increased SDK dependency version and Microsoft.Extensions.Caching.Abstractions to 6.X to align with NET Core 3.1 deprecation
Fixed
- #62 Fixed error text to point to correct missing property when deserializing session object
1.2.0 - 2022-02-23
Added
- #59 Increased SDK dependency version
1.1.0 - 2021-10-28
Added
- #58 Added support for IOptionsMonitor
1.0.1 - 2021-08-24
Fixed
- #52 Fixed DefaultTimeToLiveInMs handling when creating container
1.0.0 - 2021-07-14
Added
- #43 Adding Diagnostics capture APIs
- #44 & #46 Bump dependencies versions to latest stable before GA release
1.0.0-preview6 - 2021-03-08
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 - 2020-10-13
Added
- #31 Added support for Gremlin accounts
- #33 Added support for chaining SlidingExpiration and AbsoluteExpiration
1.0.0-preview4 - 2020-07-27
Added
- #28 Added CosmosCacheOptions.RetrySlidingExpirationUpdates to disable write retries during Get operations for highly concurrent stale item scenarios.
1.0.0-preview3 - 2020-07-20
Fixed
- #25 Added ConfigureAwait to avoid locks when using sync APIs
1.0.0-preview2 - 2020-06-01
Fixed
- #23 Fixed null ttl attribute value on no expiration
1.0.0-preview - 2019-01-09
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
0.0.1 - 2019-09-19
- Initial code release.