7.100.0.0
·
30 commits
to master
since this release
Download the library here
- BREAKING CHANGES: The IncludeGraph has been entirely rewritten. Reducing the memory usage to around 20% of the memory its predecessor required while offering performance 5 times faster. However, it also comes with some breaking changes.
- Read our article: v7.100.0.0 - Breacking Changes: Include Graph
- The
IncludeGraphhas been renamedLegacyIncludeGraph - The
IncludeGraphBetahas been renamedIncludeGraph
- BREAKING CHANGES: Formal adoption of EFCore-Pinned Versioning conventions
- ADDED: Support to concurrency for
PostgreSQLandMySQL. Like other supported providers, theAllowConcurrencymust be enabled such ascontext.BulkSaveChanges(option => option.AllowConcurrency = true);(#527) - ADDED: Support to
UpdateMatchedAndOneNotConditionExpression,UpdateMatchedAndOneConditionExpressionoptions toMySQL(#537) - FXIED: Add support to more types from the
NetTopologySuite.Geometries.namespace part of the NetTopologySuite package - FIXED: Issue for EF Effort when using a bulk operation on an entity type with a nullable enum property.
- FIXED: Issue in EF Core with
Many to Manyrelationship that was mapping the junction entity with theUsingEntity<T>method. - UPDATED: Monthly Trial Release
Trial unlocked until the end of October