Skip to content

7.100.0.0

Compare
Choose a tag to compare
@JonathanMagnan JonathanMagnan released this 12 Sep 18:36
· 3 commits to master since this release
bf71bbb

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.
  • BREAKING CHANGES: Formal adoption of EFCore-Pinned Versioning conventions

  • ADDED: Support to concurrency for PostgreSQL and MySQL. Like other supported providers, the AllowConcurrency must be enabled such as context.BulkSaveChanges(option => option.AllowConcurrency = true); (#527)
  • ADDED: Support to UpdateMatchedAndOneNotConditionExpression, UpdateMatchedAndOneConditionExpression options to MySQL (#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 Many relationship that was mapping the junction entity with the UsingEntity<T> method.
  • UPDATED: Monthly Trial Release

Trial unlocked until the end of October