Releases: videokojot/EFCore.BulkExtensions.MIT
Releases · videokojot/EFCore.BulkExtensions.MIT
version x.17.0 (6.17.0, 7.17.0, 8.17.0)
What's Changed
- Bump Microsoft.Data.SqlClient from 5.2.0 to 5.2.1 in /NugetProjects/EFCore.BulkExtensions.v6 by @dependabot in #137
- Bump Microsoft.EntityFrameworkCore.Relational from 8.0.5 to 8.0.6 in /NugetProjects/EFCore.BulkExtensions.v8 by @dependabot in #136
- Bump Microsoft.Data.SqlClient from 5.2.0 to 5.2.1 in /NugetProjects/EFCore.BulkExtensions.v7 by @dependabot in #134
- Bump Microsoft.Data.SqlClient from 5.2.0 to 5.2.1 in /NugetProjects/EFCore.BulkExtensions.v8 by @dependabot in #135
- Fix: Identity insert handling for merge (InsertOrUpdate) statements in SQLite by @triforcely in #138
New Contributors
- @triforcely made their first contribution in #138
Full Changelog: 16.2...17.0
version x.16.2 (6.16.2 , 7.16.2 , 8.16.2)
What's Changed
- Bump Pomelo.EntityFrameworkCore.MySql from 6.0.2 to 6.0.3 in /NugetProjects/EFCore.BulkExtensions.v6 by @dependabot in #114
- Bump Microsoft.EntityFrameworkCore.Relational from 8.0.0 to 8.0.4 in /NugetProjects/EFCore.BulkExtensions.v8 by @dependabot in #121
- Fixed BulkInsert throwing an exception with custom column name on SQLite by @vdbwouter in #125
- Bump Microsoft.Data.SqlClient from 5.1.5 to 5.2.0 in /NugetProjects/EFCore.BulkExtensions.v7 by @dependabot in #116
- Bump Microsoft.Data.SqlClient from 5.1.5 to 5.2.0 in /NugetProjects/EFCore.BulkExtensions.v6 by @dependabot in #115
- Bump Microsoft.Data.SqlClient from 5.1.5 to 5.2.0 in /NugetProjects/EFCore.BulkExtensions.v8 by @dependabot in #118
- Bump System.Diagnostics.DiagnosticSource from 7.0.2 to 8.0.1 in /NugetProjects/EFCore.BulkExtensions.v7 by @dependabot in #117
- Bump Microsoft.EntityFrameworkCore.Relational from 8.0.4 to 8.0.5 in /NugetProjects/EFCore.BulkExtensions.v8 by @dependabot in #128
- Bump Npgsql.EntityFrameworkCore.PostgreSQL and Microsoft.EntityFrameworkCore.Relational in /NugetProjects/EFCore.BulkExtensions.v6 by @dependabot in #126
- Bump Npgsql.EntityFrameworkCore.PostgreSQL and Microsoft.EntityFrameworkCore.Relational in /NugetProjects/EFCore.BulkExtensions.v7 by @dependabot in #127
- Bump Microsoft.EntityFrameworkCore.SqlServer.NetTopologySuite and Microsoft.EntityFrameworkCore.Relational in /NugetProjects/EFCore.BulkExtensions.v6 by @dependabot in #130
New Contributors
- @vdbwouter made their first contribution in #125
Full Changelog: 16.1...16.2
version 16.1 (6.16.1 , 7.16.1 , 8.16.1)
What's Changed
- Fixed InsertOnlyNew scenario for the PostgreSQL (remove unnecessary LIMIT) by @videokojot in #111
Full Changelog: 16.0...16.1
version 16.0 (6.16.0 , 7.16.0 , 8.16.0)
What's Changed
- Added reload entities test by @videokojot in #108
- SetOutputIdentity fixed (fixes: #52) by @videokojot in #86
Nuget
- 8.16.0 https://www.nuget.org/packages/EFCore.BulkExtensions.MIT/8.16.0
- 7.16.0 https://www.nuget.org/packages/EFCore.BulkExtensions.MIT/7.16.0
- 6.16.0 https://www.nuget.org/packages/EFCore.BulkExtensions.MIT/6.16.0
Full Changelog: 15.0...16.0
version 15.0 (6.15.0 , 7.15.0 , 8.15.0)
Nuget
- 8.15.0 https://www.nuget.org/packages/EFCore.BulkExtensions.MIT/8.15.0
- 7.15.0 https://www.nuget.org/packages/EFCore.BulkExtensions.MIT/7.15.0
- 6.15.0 https://www.nuget.org/packages/EFCore.BulkExtensions.MIT/6.15.0
What's Changed
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #93
- Bump actions/download-artifact from 3 to 4 by @dependabot in #94
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /NugetProjects/EFCore.BulkExtensions.v6 by @dependabot in #95
- Bump Microsoft.SourceLink.GitHub from 1.1.1 to 8.0.0 in /NugetProjects/EFCore.BulkExtensions.v7 by @dependabot in #96
- Upgrade packages (Move NET8 from preview to release, updated Microsoft.SqlClient, updated test packages) by @videokojot in #71
Full Changelog: 14.0...15.0
version 14.0 (6.14.0 , 7.14.0 , 8.14.0-preview1)
What's Changed
- Synced FileVersion, AssemblyVersion with NuGet version. Project structure cleanup. by @videokojot in #65
- Refactor SQL provider specific methods out of shared SqlQueryBuilder by @videokojot in #66
- Added tests for BulkInsert when setting output identity. by @videokojot in #70
- Investigation for SetOutputIdentity on MySQL by @videokojot in #91
- Bump actions/setup-dotnet from 3 to 4 by @dependabot in #89
- Fix 'insert new only' for MySQL by @videokojot in #92
Full Changelog: 13.0...14.0
version 13.0 (6.13.0 , 7.13.0 , 8.13.0-preview1)
version 12.0 (6.12.0 , 7.12.0 , 8.12.0-preview1)
What's Changed
- Make SQL providers thread safe by @videokojot in #22
- Insert Only New - added test scenario for https://github.com/borisdj/EFCore.BulkExtensions/issues/321#issuecomment-1767954987 by @videokojot in #59
- Test scenario for: KeepIdentity + Identity column is not key | https://github.com/borisdj/EFCore.BulkExtensions/issues/1263 by @videokojot in #60
- Improve exception reporting. by @videokojot in #61
Full Changelog: 11.0...12.0
version 11 (6.11.0 , 7.11.0 , 8.11.0-preview1)
What's Changed
- Fix issues by @videokojot in #24
- Fixes issues in original repo:
- https://github.com/borisdj/EFCore.BulkExtensions/issues/1248
- https://github.com/borisdj/EFCore.BulkExtensions/issues/1249
- https://github.com/borisdj/EFCore.BulkExtensions/issues/1250
- https://github.com/borisdj/EFCore.BulkExtensions/issues/1251
Tracking issues in this repo:
Full Changelog: 10.0...11.0
version (6.10.0 , 7.10.0 , 8.10.0)
Full Changelog: 6.9...10.0