Skip to content

Releases: dlmelendez/identityazuretable

v10.0

17 Nov 15:57
f50c282

Choose a tag to compare

What's Changed

Full Changelog: v9.0.5...v10.0

v10.0.0-rc.1.251004.2

04 Oct 17:09
f14cd40

Choose a tag to compare

v10.0.0-rc.1.251004.2 Pre-release
Pre-release

What's Changed

Full Changelog: v9.0.5...v10.0.0-rc.1.251004.2

v9.0.5

26 Mar 23:30
6114724

Choose a tag to compare

What's Changed

  • Query building memory improvements, hot paths for 0,1 userids by @dlmelendez in #132

Full Changelog: v9.0.4...v9.0.5

v9.0.4

24 Feb 20:13
1c0746c

Choose a tag to compare

What's Changed

  • Only distributing ElCamino.Azure.Data.Tables minor release
  • TableQueryBuilder ref fix by @dlmelendez in #131

Full Changelog: v9.0.3...v9.0.4

v9.0.3

20 Feb 02:40
8c686e6

Choose a tag to compare

What's Changed

  • Only distributing ElCamino.Azure.Data.Tables minor release
  • TableQuery null queries, TableQueryBuilder refactor. by @dlmelendez in #130

Full Changelog: v9.0.2...v9.0.3

v9.0.2

04 Dec 17:54
3742c2f

Choose a tag to compare

What's Changed

  • Only distributing ElCamino.Azure.Data.Tables minor release
  • TableQueryBuilder bug init filter by @dlmelendez in #129

Full Changelog: v9.0.1...v9.0.2

v9.0.1

02 Dec 14:35
d722296

Choose a tag to compare

What's Changed

Full Changelog: v9.0...v9.0.1

v9.0

19 Nov 00:16
963b7b0

Choose a tag to compare

Release v9.0

ElCamino.AspNetCore.Identity.AzureTable

Interface and Method Changes:

  • Breaking change Support for netstandard 2.0 has been removed and .net 8 & 9 are currently supported.
  • Breaking changes IdentityBuilder.AddAzureTableStores now requires a TableServiceClient to be included in DI, eliminating the need for the storage connection string in the `IdentityConfiguration'.
  • Breaking changes TableQuery query filter to use ReadOnlySpan<char> instead of string and gained almost 10x improvement in emitting odata query filters.
  • Fixed token update bugs #113 #104 not setting the value correctly
  • Modified IKeyHelper interface methods to return ReadOnlySpan<char> instead of string.
  • Updated IdentityRole, IdentityRoleClaim, IdentityUser, IdentityUserClaim, IdentityUserLogin, IdentityUserRole, and IdentityUserToken classes to convert ReadOnlySpan<char> to string where necessary. [1] [2] [3] [4] [5] [6] [7] [8] [9]

Code Quality Improvements:

  • Removed StorageConnectionString property from IdentityConfiguration class.
  • Added ReadOnlySpan<char> IKeyHelper.cs and TableQuery query filter to support tighter memory management

v8.0

15 Nov 00:07
1799ac8

Choose a tag to compare

Release v8.0

ElCamino.AspNetCore.Identity.AzureTable

v7.1

06 Nov 20:41
5aa94df

Choose a tag to compare

Release v7.1

ElCamino.AspNetCore.Identity.AzureTable