Skip to content

Releases: matteofabbri/AspNetCore.Identity.Mongo

9.1.2

23 Dec 10:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: 9.1.1...9.1.2

9.1.1

18 Dec 21:20
Compare
Choose a tag to compare

What's Changed

  • Add option to disable automatic migrations during startup by @mac-michael in #136

New Contributors

Full Changelog: 9.1.0...9.1.1

9.1.0

21 Nov 22:13
Compare
Choose a tag to compare

bugs:

  • #134 Error on MongoDB.Driver version 3

9.0.0

08 Sep 09:35
Compare
Choose a tag to compare

bugs:

  • #118 Unable to make User collection indexes unique
  • #129 The build issue that occurs after updating the MongoCSharpDriver

enhancements:

  • Net8 support.

deprecations:

  • removed references to versions older than Net6. They are still supported under releases/8.x branch & 8.x.x nuget version

8.3.5

02 Sep 12:02
Compare
Choose a tag to compare

bugs:

  • #129 The build issue that occurs after updating the MongoCSharpDriver

enhancements:

  • updated dependencies: MongoDB.Driver v2.28.0

8.3.0

19 Sep 20:57
Compare
Choose a tag to compare

enhancements:

  • #106 Security issue

8.2.0

22 Jun 17:49
Compare
Choose a tag to compare

enhancements:

  • #93 Performance issue
  • #99 Support for AddIdentityCore

8.1.0

09 Apr 15:55
2c474d3
Compare
Choose a tag to compare

enhancements:

  • #92 Allow to use X509 certificates to connect to Mongo
  • #76 Ability to subscribe to Mongo Events

6.8.0

09 Apr 15:41
4ec9acc
Compare
Choose a tag to compare

enhancements:

  • #92 Allow to use X509 certificates to connect to Mongo
  • #76 Ability to subscribe to Mongo Events

8.0.0

27 Jan 14:56
Compare
Choose a tag to compare

First release for .Net 5.0

bugs:
#74 System.NotSupportedException: 'TypeConverter cannot convert from System.String.'

enhancements:
.Net 5.0 compatible version.