Skip to content

Releases: artiomchi/FlexLabs.Upsert

v10.0.0

26 Feb 23:46
1bab79e

Choose a tag to compare

Adding support for EF Core 10
Internal code refactoring
Fix attaching entities to the change tracker
Improve column mappings and composite key handling performance
Adding support for multiple exclude calls

Full Changelog: release/v10/10.0.0-rc1...release/v10/10.0.0

v10.0.0-rc1

03 Feb 10:58
32b7c5f

Choose a tag to compare

v10.0.0-rc1 Pre-release
Pre-release

Internal code refactoring
Fix attaching entities to the change tracker
Improve column mappings and composite key handling performance
Adding support for multiple exclude calls

Full Changelog: release/v10/10.0.0-beta2...release/v10/10.0.0-rc1

v9.103.0

21 Jan 20:24
b4abc86

Choose a tag to compare

What's Changed

  • Fix RunAndReturn methods failing to correctly attach entities to the change tracker

Full Changelog: release/v9/9.102.0...release/v9/9.103.0

v9.102.0

24 Dec 12:33
4b9a9c0

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release/v9/9.101.0...release/v9/9.102.0

v10.0.0-beta2

24 Dec 12:33
05bc207

Choose a tag to compare

v10.0.0-beta2 Pre-release
Pre-release

What's Changed

  • Feat/net10: Fixes Owned JSON Entities and Adds Support for the new Complex Properties. by @r-Larch in #190
  • Pulled changes from the latest v9 release

Full Changelog: release/v9/9.102.0...release/v10/10.0.0-beta2

v10.0.0-beta1

05 Nov 17:54
8f578e5

Choose a tag to compare

v10.0.0-beta1 Pre-release
Pre-release

Adding support for EF Core 10

v9.101.0

04 Nov 19:51
cddb11e

Choose a tag to compare

What's Changed

  • Patching implicit conversions not being supported after last update (Thanks to @fortender) in #185
  • Patching query filters preventing from retrieving upserted entities by @Lexiphan in #184

New Contributors

Full Changelog: release/v9/9.100.1...release/v9/9.101.0

v9.100.1

17 Sep 17:04
3e814ff

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release/v9/9.100.0...release/v9/9.100.1

v9.100.0

30 Aug 13:56
ab419f9

Choose a tag to compare

What's Changed

  • Improve integration tests by @0xced in #173
  • Added CancellationToken support to RunAndReturnAsync by @NickStrupat in #178
  • Add FULL support for owned entities and owned json entities by @r-Larch in #177
  • Implementing Exclude expression by @B3RR10 in #180

New Contributors

Full Changelog: release/v9/9.0.0...release/v9/9.100.0

v9.0.0

08 Mar 21:53
316344f

Choose a tag to compare

  • Adding support for EF Core 9