AspNetCore.Identity.MongoDB Versions Save

MongoDB Data Store Adaptor for ASP.NET Core Identity

1.0.0-rc3

7 years ago

⚠️ BREAKING CHANGES!

This release includes bunch of breaking changes!

Starting from this release, the id of the document will be stored as MongoDB ObjectId (see https://github.com/tugberkugurlu/AspNetCore.Identity.MongoDB/pull/32). There is no automatic migration path offered by the project. So, you are on your own!

All Changes

  • ⚠️ Id of the document is now stored as MongoDB ObjectId rather than the username (#32, thanks @SorenZ)
  • ✨ MongoDB collection name can now be configured (#27, thanks @SorenZ!)
  • 🐛 Fix the deserialization bug when deriving from MongoIdentityUser (#39)

1.0.0-rc2-2

7 years ago

1.0.0-rc2-1

7 years ago

1.0.0-rc2

7 years ago

Contains support for .NET Core, ASP.NET Core Identity v1.0.0.

v1.0.0-rc

8 years ago

This is the initial release which contains the MongoDB store implementation for ASP.NET Core Identity on RC1.

from removed 1.0.0-rc1-1 release: Screw you NuGet! NuGet/Home#2543