Skip to content

Commit 5b83332

Browse files
committed
Fix 2.0 release notes
(cherry picked from commit 2c68116)
1 parent 0e7acbf commit 5b83332

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

doc/migration/2.0.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# 2.0 Release Notes
22

3-
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.
3+
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.
44

55
## New Features
66

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

99
* 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.
1010
* 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.
1111
* PostgreSQL extensions are now included in scaffolded models ([#102](https://github.com/npgsql/Npgsql.EntityFrameworkCore.PostgreSQL/issues/102)).
12-
* More LINQ operations are translated to SQL, and more database scenarios are scaffolded correctly.
12+
* 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)).
1313

1414
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.
1515

0 commit comments

Comments
 (0)