Identityazuretable Versions Save

This project provides a high performance cloud solution for ASP.NET Identity Core using Azure Table storage replacing the Entity Framework / MSSQL provider.

v8.0

6 months ago

Release v8.0

ElCamino.AspNetCore.Identity.AzureTable

v7.1

6 months ago

Release v7.1

ElCamino.AspNetCore.Identity.AzureTable

v7.0

1 year ago

Release v7.0

ElCamino.AspNetCore.Identity.AzureTable

v6.2

1 year ago

Release v6.2

ElCamino.AspNetCore.Identity.AzureTable

  • Important! Check https://dlmelendez.github.io/identityazuretable/#/migration for data migration information.
    • Data migration may be required for this release.
  • LocationMode removed from config
  • Tests for Azure table SDK expanded helpers in ElCamino.Azure.Data.Tables
  • Code cleanup and formatting
  • Threading and query cleanup and optimization, CancellationTokens and .ConfigureAwait(false)
  • Azure SDK Update 12.6.1
  • Refactor GetRoles()
  • Role tests for SHA256 keyhelper
  • BatchOperationHelper batch limit per partitionkey plus tests
  • ExecuteTableQuery - take count respect implemented plus tests

v6.1

1 year ago

Release v6.1

ElCamino.AspNetCore.Identity.AzureTable

  • Important! Check https://dlmelendez.github.io/identityazuretable/#/migration for data migration information.
    • Data migration may be required for this release.
  • Entity mapping perf improvement
  • Added .editorconfig updated rules
  • Code cleanup and formatting
  • Moving Azure table SDK helpers to ElCamino.Azure.Data.Tables

v6.0

2 years ago

Release v6.0

ElCamino.AspNetCore.Identity.AzureTable

  • This is the GA release for .NET 6
  • Important! Check https://dlmelendez.github.io/identityazuretable/#/migration for data migration information.
    • Data migration may be required for this release.
  • ElCamino.AspNetCore.Identity.AzureTable.Model reimplemented ignored members in serialization to table storage
  • LocationMode configuration deprecated further, next release will remove completely

v5.1

2 years ago

Release v5.1

ElCamino.AspNetCore.Identity.AzureTable

  • This is the GA release for .NET 5
  • Important! Check https://dlmelendez.github.io/identityazuretable/#/migration for data migration information.
    • Data migration may be required for this release.
  • #72 Upgrade to SDK Azure.Data.Tables
  • #76 Register TContext class as Singleton, not Scoped
  • #74 CreateAzureTablesIfNotExists throws when TUser is not public, does not wait for completion, resolved
  • LocationMode configuration deprecated
  • New ElCamino.AspNetCore.Identity.AzureTable.Model package

v5.0

3 years ago

Release v5.0.0

ElCamino.AspNetCore.Identity.AzureTable

  • This is the GA release for .NET 5
  • Important! Check https://dlmelendez.github.io/identityazuretable/#/migration for data migration information.
    • Data migration may be required for this release.
  • #70 Support for .NET 5 GA release
  • #62 web template for mvc .net 5
  • #5 basic query functionality
  • #67 Bug fix, username index delete on change
  • #64 Task changes for .ConfigureAwait(false) for most async operations

v5.0.0-rc.2.201019.2

3 years ago

Release v5.0.0-rc.2.201019.2

ElCamino.AspNetCore.Identity.AzureTable

v5.0.0-rc.1.200927.1

3 years ago

Release v5.0.0-rc.1.200927.1

ElCamino.AspNetCore.Identity.AzureTable