Skip to content

Commit

Permalink
Fix 2.0 release notes
Browse files Browse the repository at this point in the history
(cherry picked from commit 2c68116)
  • Loading branch information
roji committed Apr 22, 2018
1 parent 0e7acbf commit 5b83332
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/migration/2.0.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# 2.0 Release Notes

Version 2.0.0 of the Npgsql Entity Framework Core provider has been released and is available on nuget. This version works with version 2.0.0 of Entity Framework Core (LINK), and contains some new Npgsql features as well.
Version 2.0.0 of the Npgsql Entity Framework Core provider has been released and is available on nuget. This version works with [version 2.0.0 of Entity Framework Core](https://blogs.msdn.microsoft.com/dotnet/2017/08/14/announcing-entity-framework-core-2-0/), and contains some new Npgsql features as well.

## New Features

Aside from general EF Core features new in 2.0.0 (LINK), the Npgsql provider contains the following major new features:
Aside from general EF Core features new in 2.0.0, the Npgsql provider contains the following major new features:

* PostgreSQL array operation translation ([#120](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/120)). While array properties have been supported since 1.1, operations on those arrays where client-evaluated. Version 2.0 will now translate array indexing, `.Contains()`, `.SequenceEquals()` and `.Length`. See the [mapping and translation docs](../mapping-and-translation.md) for more details.
* A retrying execution strategy ([#155](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/155)), which will automatically retry operations on exceptions which are considered transient.
* PostgreSQL extensions are now included in scaffolded models ([#102](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/102)).
* More LINQ operations are translated to SQL, and more database scenarios are scaffolded correctly.
* More LINQ operations are translated to SQL, and more database scenarios are scaffolded correctly (see [the docs](http://www.npgsql.org/efcore/mapping-and-translation.html)).

Here's the [full list of issues](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/milestone/6?closed=1). Please report any problems to https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL.

Expand Down

0 comments on commit 5b83332

Please sign in to comment.