Skip to content

Commit 2f7ed1f

Browse files
committed
Link to the 9.0 release notes
1 parent c12440d commit 2f7ed1f

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

conceptual/EFCore.PG/mapping/enum.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ builder.Services.AddDbContext<MyContext>(options => options.UseNpgsql(
2323

2424
This configures all aspects of Npgsql to use your `Mood` enum - both at the EF and the lower-level Npgsql layer - and ensures that the enum is created in the database in EF migrations.
2525

26-
### [With an external NpgsqlDataSource](#tab/with-datasource)
26+
### [With an external NpgsqlDataSource](#tab/with-external-datasource)
2727

2828
If you're creating an external NpgsqlDataSource and passing it to `UseNpgsql`, you must make sure to map your enum on that data independently of the EF-level setup:
2929

conceptual/EFCore.PG/release-notes/9.0.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Npgsql.EntityFrameworkCore.PostgreSQL version 9.0 is under development; previews are available on [nuget.org](https://www.nuget.org/packages/Npgsql.EntityFrameworkCore.PostgreSQL).
44

5+
> [!NOTE]
6+
> The following release notes and breaking changes are partial. More will be added nearer to the 9.0 final release.
7+
58
## Improved configuration for enums and plugins
69

710
Previously, configuration around enums and plugins (NodaTime, NetTopologySuite) was complicated, requiring multiple setup actions at both the EF and the lower-level Npgsql layers. EF 9.0 improves the configuration story, allowing you to configure enums and plugins via a single EF gesture:

conceptual/EFCore.PG/toc.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@
22
href: index.md
33
- name: Release notes
44
items:
5+
- name: "9.0 (prerelease)"
6+
href: release-notes/9.0.md
57
- name: "8.0"
68
href: release-notes/8.0.md
7-
- name: "7.0"
8-
href: release-notes/7.0.md
99
- name: "6.0"
1010
href: release-notes/6.0.md
1111
- name: Out of support
1212
items:
13+
- name: "7.0"
14+
href: release-notes/7.0.md
1315
- name: "5.0"
1416
href: release-notes/5.0.md
1517
- name: "3.1"

0 commit comments

Comments
 (0)