Skip to content

Latest commit

 

History

History
128 lines (66 loc) · 4.66 KB

changelog.md

File metadata and controls

128 lines (66 loc) · 4.66 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

Added

  • #85 Increased SDK dependency version for critical fixes

Fixed

  • #85 Fix another race condition with less than 1 seconds left on sliding expiration

Fixed

  • #84 Fix race condition with less than 1 seconds left on sliding expiration

Fixed

  • #80 Fixed race conditions on SlidingExpiration + AbsoluteExpiration

Added

  • #72 Increased SDK dependency version for critical fixes

Added

  • #71 Increased SDK dependency version for critical fixes

Added

  • #69 Increased SDK dependency version for critical fixes

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

Added

  • #59 Increased SDK dependency version

Added

  • #58 Added support for IOptionsMonitor

Fixed

  • #52 Fixed DefaultTimeToLiveInMs handling when creating container

Added

  • #43 Adding Diagnostics capture APIs
  • #44 & #46 Bump dependencies versions to latest stable before GA release

Added

  • #41 EnableContentResponseOnWrite to reduce network usage when not needed

Fixed

  • #38 Fixed Resource Not Found when removing an entry that does not exist

Added

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

Added

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

Fixed

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

Fixed

  • #23 Fixed null ttl attribute value on no expiration

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
  • Initial code release.