Microsoft.Extensions.Caching.Cosmos Versions Save

Distributed cache implemented with Azure Cosmos DB

v1.0.0-preview5

3 years ago

Added

  • #31 Added support for Gremlin accounts
  • #33 Added support for chaining SlidingExpiration and AbsoluteExpiration

v1.0.0-preview4

3 years ago

Added

  • #28 Added CosmosCacheOptions.RetrySlidingExpirationUpdates to disable write retries during Get operations for highly concurrent stale item scenarios.

1.0.0-preview3

3 years ago

Fixed

  • #25 Added ConfigureAwait to avoid locks when using sync APIs

v1.0.0-preview2

3 years ago

Fixed

  • #23 Fixed null ttl attribute value on no expiration

v1.0.0-preview

4 years ago

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