Skip to content

Releases: miltador/AspNetCore.Identity.DynamoDB

1.0.0-rc2-1: NuGet

28 Feb 16:10
Compare
Choose a tag to compare
1.0.0-rc2-1: NuGet Pre-release
Pre-release

Recovery build, NuGet packaging pipeline is now fixed.

1.0.0-rc2: querying fixes, project uplift

28 Feb 15:39
Compare
Choose a tag to compare

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:
1.0.0-rc1...1.0.0-rc2

1.0.0-rc1

26 Feb 10:31
Compare
Choose a tag to compare
1.0.0-rc1 Pre-release
Pre-release

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