Releases: miltador/AspNetCore.Identity.DynamoDB
1.0.1
1.0.0: First release! 💥🔥
First release is out! Most common Identity stores are supported, critical bugs are fixed.
DynamoDB data store adaptor for ASP.NET Core Identity allows you to build ASP.NET Core web applications, including membership, login, and user data. With this library, you can store your user's membership related data on DynamoDB.
See the samples which show how to use the library and what it can offer.
1.0.0-rc3-1: fix DynamoDBBuilder
Fixes:
- #3: register
IRoleStore
instead ofIRoleClaimStore
1.0.0-rc3: Role store, service collection extensions
IRoleClaimStore
got implemented with the a join table between roles and users, thanks to @cmsd2 for his awesome work!
New:
- add a role table, and a join table between roles and users, and the stores to manage them
- add tests for role table store and join table
- add service collection extension
See details here: #2.
Compare with previous release:
1.0.0-rc2...1.0.0-rc3
1.0.0-rc2-7: downgrade to netcoreapp1.0 and netstandard1.6
This is to support wider range of projects which target LTS netcoreapp1.0
.
1.0.0-rc2-6: target netstandard 1.6
In order to add support for netcoreapp1.0
framework the library target has been lowered to netstandard1.6
.
1.0.0-rc2-5: NuGet (5 is my fav. number)
It is finally on NuGet.
For the changelog please see 1.0.0-rc2 release notes.
Some pic to make you happy at the end of the day:
1.0.0-rc2-4: NuGet (part 4 🔢)
build: fix path to artifacts
1.0.0-rc2-3: NuGet (part 3 🔢)
build: fix path to artifacts
1.0.0-rc2-2: NuGet (part 2 🔢)
build: add Mono for publishing