Skip to content

v1.0.0-rc3

Pre-release
Pre-release
Compare
Choose a tag to compare
@tugberkugurlu tugberkugurlu released this 01 Feb 23:42
· 69 commits to master since this 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)