Releases: artiomchi/FlexLabs.Upsert
v10.0.0
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
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
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
What's Changed
- Fix Npgsql RunAndReturn for ulong constants by @ahmednfwela in #191
- Fix RunAndReturn methods returning stale tracked entity values by @sdukehart-omnesoft in #189
New Contributors
- @ahmednfwela made their first contribution in #191
- @sdukehart-omnesoft made their first contribution in #189
Full Changelog: release/v9/9.101.0...release/v9/9.102.0
v10.0.0-beta2
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
Adding support for EF Core 10
v9.101.0
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
v9.100.0
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
- @NickStrupat made their first contribution in #178
- @r-Larch made their first contribution in #177
- @B3RR10 made their first contribution in #180
Full Changelog: release/v9/9.0.0...release/v9/9.100.0
v9.0.0
- Adding support for EF Core 9