Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 2.75 KB

CHANGELOG.md

File metadata and controls

35 lines (25 loc) · 2.75 KB

3.3.0 (02 December 2024)

  • #21 - [Snyk] Security upgrade Newtonsoft.Json.Bson from 1.0.2 to 1.0.3 contributed by StefH
  • #23 - Adding net8 support and package updates [feature] contributed by anth12

3.2.0 (10 May 2023)

  • #18 - Added table storage API version ID to AzureTableStorageCacheOptions [feature] contributed by natiox

3.1.0 (21 October 2022)

  • #16 - Add support for ManagedIdentity [feature] contributed by StefH
  • #15 - Support for managed identities [feature]

3.0.1 (12 July 2022)

  • #14 - Use UpsertEntityAsync instead of AddEntityAsync [bug] contributed by StefH
  • #13 - SetAsync fails when updating an existing value in V3.0 [bug]

3.0.0 (18 June 2022)

  • #12 - Create version 3.x.x. with a dependency on Azure.Data.Tables [feature] contributed by StefH

2.0.1 (05 February 2021)

  • #10 - Create new NuGet packages [feature] contributed by StefH
  • #9 - Cannot be used with Azure Functions bindings

1.1.0.0 (12 June 2020)

  • #7 - Add Expired items deletion +create new version (2.0.0) [feature] contributed by StefH
  • #5 - Cache Table must be created manually [feature]

1.0.4.0 (13 September 2019)

  • #3 - options not passed in when value is string contributed by ilmaestro

1.0.3.0 (15 February 2019)

  • #2 - Add support for string and IEnumerable [feature] contributed by StefH

1.0.2.0 (13 February 2019)

  • #1 - Use Microsoft.Extensions.DependencyInjection.Abstractions [feature] contributed by StefH