v8.3.1
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 8 version to 8.0.19
Documentation
- EF-208: Add ASP.NET/DI example to README.md by @armanossiloko
- Detailed guide for building the code and running the tests
Full Changelog: v8.3.0...v8.3.1