Skip to content

v9.0.0

Choose a tag to compare

@damieng damieng released this 16 Apr 12:52
· 38 commits to main since this release
9594f32

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

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