The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- #85 Increased SDK dependency version for critical fixes
- #85 Fix another race condition with less than 1 seconds left on sliding expiration
- #84 Fix race condition with less than 1 seconds left on sliding expiration
- #80 Fixed race conditions on SlidingExpiration + AbsoluteExpiration
- #72 Increased SDK dependency version for critical fixes
- #71 Increased SDK dependency version for critical fixes
- #69 Increased SDK dependency version for critical fixes
- #63 Increased SDK dependency version and Microsoft.Extensions.Caching.Abstractions to 6.X to align with NET Core 3.1 deprecation
- #62 Fixed error text to point to correct missing property when deserializing session object
- #59 Increased SDK dependency version
- #58 Added support for IOptionsMonitor
- #52 Fixed DefaultTimeToLiveInMs handling when creating container
- #43 Adding Diagnostics capture APIs
- #44 & #46 Bump dependencies versions to latest stable before GA release
- #41 EnableContentResponseOnWrite to reduce network usage when not needed
- #38 Fixed Resource Not Found when removing an entry that does not exist
- #31 Added support for Gremlin accounts
- #33 Added support for chaining SlidingExpiration and AbsoluteExpiration
- #28 Added CosmosCacheOptions.RetrySlidingExpirationUpdates to disable write retries during Get operations for highly concurrent stale item scenarios.
- #25 Added ConfigureAwait to avoid locks when using sync APIs
- #23 Fixed null ttl attribute value on no expiration
- #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
- Initial code release.