Releases: npgsql/efcore.pg
Release 2.1.1.1
This release fixed the assembly strong naming problem in 2.1.1 and also includes some bug fixes. It's recommended that everyone upgrade.
The list of changes is available here.
Release 2.1.1
This release contains some important fixes for bugs found since the 2.1.0 release. It's recommended that everyone upgrade.
The list of changes is available here.
Release 2.1.0
The full release notes can be found here.
Release 2.0.2
This release fixes several bugs in the 2.0 line, everyone is encouraged to upgrade.
The list of bugs fixed can be found here.
Release 2.0.0
The full release notes can be found here.
Release 1.1.1
Version 1.1.1 of the Npgsql Entity Framework Core provider has been released and is available on nuget. This long-overdue release contains some bug fixes, everyone is encouraged to upgrade.
Here's the full list of issues.
Release 1.1.0
Version 1.1.0 of the Npgsql Entity Framework Core provider has been released and is available on nuget. This version works with the recently released 1.1.0 of Entity Framework Core, and contains some new Npgsql features as well. Note that if you're using the command-line tools, you'll have to modify your tools section as described in the EF Core release post:
"tools": {
"Microsoft.EntityFrameworkCore.Tools.DotNet": "1.0.0-preview4"
},
New Features
Aside from general EF Core features, version 1.1.0 of the Npgsql provider contains the following:
- Hilo key generation (#5). This can be a much more efficient way to generate autoincrement key values.
- PostgreSQL array mapping (#15). This allows you to have plain CLR arrays on your entities, and have those arrays mapped to native PostgreSQL array columns.
- Optimistic concurrency with PostgreSQL's xmin column (#19). Simply specify
.UseXminAsConcurrencyToken()
on an entity to start using this, see the EF docs for more details. - Cleanup of how serial (autoincrement) and generated GUID/UUID columns are managed.
Here's the full list of issues.
Note that this release includes some breaking changes: please see the migration notes. Please report any problems to https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL.
Release 1.0.2
Release 1.0.1
v1.0.1 Merge branch 'hotfix/1.0.1'