v8.4.3
New features
- EF-117: Support cross-collection Includes, navigations & joins
- EF-250: Support various string operators in final projection
- EF-281: Support building "Atlas" search indexes
- EF-257: Add metadata to instantiated MongoClient
Fixes
- EF-320: Reject concurrency tokens on owned entities
- EF-352: Fix shadow/scalar EF.Property read on joined entity in projection
- EF-356: Fix computed-arithmetic leaf clobbered by whole-entity mixed projection
- EF-349: Fix driver-LINQ discriminator filters to match converted/represented values
- EF-333: Fix MongoOptionsExtension copy constructor dropping crypt options
- EF-233: Fix compiled query ending in a non-query operator
- EF-232: Fix Sum() over an empty set returning null for nullable projections
- EF-229: Fix Contains-on-projected-scalar-collection returning wrong results
Maintenance
- EF-316: Harden Atlas TestContainers startup and readiness probe
- Upgrade MongoDB C# driver to 3.11.0, EF Core 8 to 8.0.30
Full Changelog: v8.4.2...v8.4.3