Skip to content

Releases: artiomchi/FlexLabs.Upsert

v8.0.0

03 Dec 22:50
09e5dc5
Compare
Choose a tag to compare

Adding support for EF Core 8

v7.0.0

19 Nov 12:37
152a890
Compare
Choose a tag to compare

.NET v7 release

v6.0.1

02 Jan 23:24
381a947
Compare
Choose a tag to compare
release/v6/6.0.1

One version per package

v5.1.0

02 Jan 23:24
77e2c69
Compare
Choose a tag to compare
release/v5/5.1.0

Merging latest changes for v5 release

v5.0.0

11 Jul 18:12
d1efab1
Compare
Choose a tag to compare

! Fixing the library versioning. From now one, one version of the library depends on one version of EF Core, for all supported target frameworks

v4.0.1

11 Jul 18:11
dd7f185
Compare
Choose a tag to compare

! Patching some MySql conditional update queries

v6.0.0-preview5

11 Jul 18:14
c96b559
Compare
Choose a tag to compare
v6.0.0-preview5 Pre-release
Pre-release

Adding .NET 6 preview builds support

v4.0.0

02 Mar 21:39
c4113f7
Compare
Choose a tag to compare
  • Adding support for .NET 5 and EF Core 5
    ! Patched support for constants in the update condition
    ! Run and RunAsync will not return all rows affected when command was split into multiple batches, not just the last batch's row count
    ! Patching the extension method to replace/inject custom command runner
    ! Removed old extension method on IServiceCollection, since it wasn't working anyway

v3.1.0

27 Feb 20:02
Compare
Choose a tag to compare
  • Referencing EF Core 3.1 only, due to internal namespace changes and compatibility issues with .NET Full Framework
  • Nulable type metadata
  • Adding support for upserting by identity column
  • Splitting the request into multiple queries if the query parameter limit is reached

v3.0.0

29 Sep 16:00
Compare
Choose a tag to compare
release/v3/3.0.0

* Update SourceLink configuration