Skip to content

Releases: tugberkugurlu/AspNetCore.Identity.MongoDB

v1.0.0-rc3

01 Feb 23:42
Compare
Choose a tag to compare
v1.0.0-rc3 Pre-release
Pre-release

⚠️ 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 #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

29 Oct 15:48
Compare
Choose a tag to compare
1.0.0-rc2-2 Pre-release
Pre-release
upgrade to v2.3.0 of MongoDB Driver

1.0.0-rc2-1

29 Oct 15:44
Compare
Choose a tag to compare
1.0.0-rc2-1 Pre-release
Pre-release
Merge pull request #22 from tugberkugurlu/fix-namespaces

Fix namespaces

1.0.0-rc2

24 Aug 21:43
Compare
Choose a tag to compare
1.0.0-rc2 Pre-release
Pre-release

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

1.0.0-rc

26 Apr 10:36
Compare
Choose a tag to compare
1.0.0-rc Pre-release
Pre-release

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