v9.0.0
WARNING
9.0.0 includes breaking changes related to nullable properties and alternative BSON representations. Please read the Breaking Changes before upgrading.
New Features since 9.0.0-preview.1
- EF-195: Support setting BSON representation on PropertiesConfigurationBuilder by @mburumaxwell
- EF-196: Support configuration-level HasDateTimeKind by @damieng
Changes since 9.0.0-preview.1
- EF-201: Apply HasBsonRepresentation to nullable properties by @damieng
- EF-199: Allow navigation collections to be tested for nullability (thanks Marcelo Feodrippe)
Maintenance
- Upgrade EF dependency to 9.0.4
- Upgrade MongoDB.Driver dependency to 3.3.0
- EF-198: Add queryable encryption test coverage by @damieng
- Improve test coverage for queryable encryption, DbContextPool+AutoTransactionBehavior and Dictionary properties with struct values
Full Changelog: v9.0.0-preview.1...v9.0.0