Skip to content

Releases: npgsql/efcore.pg

Release 2.0.2

22 Apr 10:18
Compare
Choose a tag to compare

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

08 Oct 09:11
Compare
Choose a tag to compare

The full release notes can be found here.

Release 1.1.1

25 Jul 12:15
Compare
Choose a tag to compare

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

20 Nov 16:00
Compare
Choose a tag to compare

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:/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL.

Release 1.0.2

24 Sep 10:14
Compare
Choose a tag to compare

Release 1.0.1

21 Jul 21:03
Compare
Choose a tag to compare
v1.0.1

Merge branch 'hotfix/1.0.1'

Release 1.0.0

29 Jun 23:16
Compare
Choose a tag to compare