Although this release of the EF Core Provider does not include any intentional breaking changes the underlying MongoDB.Driver dependency has significant breaking changes in the 3.0 release used in this EF Core Provider v8.2.0. Please read the breaking changes for MongoDB.Driver 3.0 and ensure compatibility before upgrading.
New features
- EF-80: Type discriminator support including unmapped type discriminator property (shadow property)
- EF-49: TimeOnly and DateOnly type support
Bug fixes
- EF-167: Fallback to unfiltered ListDatabaseNames for Atlas compatibility with
EnsureDatabaseCreated
Maintenance
- Upgrade EF from 8.0.7 to 8.0.10
- Upgrade MongoDB.CSharp.Driver from 2.28.0 to 3.0.0
- Upgrade XUnit & Microsoft.Test.SDKs to latest
Full Changelog: v8.1.1...v8.2.0