Skip to content

v9.0.1

Choose a tag to compare

@damieng damieng released this 29 Aug 09:31
· 13 commits to main since this release
b843926

New Features

  • EF-204: Queryable Encryption schema generation with new IsEncrypted fluent API
  • EF-211: Queryable Encryption server-side schema support
  • EF-207: Alternate key support
  • EF-212: Allow exception suppression when entity type property has ColumnAttribute
  • EF-226: Database seeding via EnsureCreated support
  • EF-213: Allow default C# driver serializers for mapping of structs with simple types
  • EF-259: Read-only property materialization support
  • EF-262: Shadow key support
  • New UseMongo API alternatives to accepting MongoClient (e.g. accept MongoClientSettings)

Fixes

  • EF-251: Fix EF.Property access to composite key properties/elements

Maintenance

  • EF-27: EF Core provider specification & Northwind test coverage
  • EF-258: EF Core API consistency checks and related fixes
  • Bump the MongoDB C# Driver version to 3.4.3
  • Bump the EF Core 9 version to 9.0.8

Documentation

Full Changelog: v9.0.0...v9.0.1