v8.3.0
WARNING
8.3.0 includes breaking changes related to nullable properties and alternative BSON representations. Please read the Breaking Changes before upgrading.
New Features
- EF-195: Support setting BSON representation on PropertiesConfigurationBuilder by @mburumaxwell
- EF-196: Support configuration-level HasDateTimeKind by @damieng
Changes
- 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 8.0.13
- 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: v8.2.3...v8.3.0