AspNetCore.Identity.DynamoDB Versions Save

DynamoDB Data Store Adaptor for ASP.NET Core Identity

1.0.0-rc2-1

7 years ago

Recovery build, NuGet packaging pipeline is now fixed.

1.0.0-rc2

7 years ago

Breaking changes:

  • Email.NormalizedValue attribute has been moved to the top level and renamed to NormalizedEmail, global secondary index for this has been updated accordingly

Fixes:

  • #1 - querying of users by Email or UserName is now working

New:

Compare commits with previous release: https://github.com/miltador/AspNetCore.Identity.DynamoDB/compare/1.0.0-rc1...1.0.0-rc2

1.0.0-rc1

7 years ago

This is the initial release which contains the DynamoDB store implementation for ASP.NET Core Identity.