Skip to content

Commit c05d9da

Browse files
authored
Npgsql 10 is officially out (#434)
1 parent abc2aab commit c05d9da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

conceptual/Npgsql/release-notes/10.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Npgsql 10.0 Release Notes
22

3-
Npgsql version 10.0 is now in development, preview versions are available on [nuget.org](https://www.nuget.org/packages/Npgsql).
3+
Npgsql version 10.0 is out and available on [nuget.org](https://www.nuget.org/packages/Npgsql).
44

55
> [!NOTE]
66
> We're considering to start dropping support for synchronous APIs (`NpgsqlConnection.Open`, `NpgsqlCommand.ExecuteNonQuery`, etc.) starting with Npgsql 11.0. The current plan is to deprecate the API by throwing a runtime exception by default (with a switch to re-enable synchronous I/O) for Npgsql 11.0, while possibly completely removing it for Npgsql 12.0. This is in line with ASP.NET Core and .NET APIs in general, which are moving in the direction of async I/O only (for example, `System.IO.Pipelines` doesn't have synchronous I/O). If you have any questions or want to share you experience/issues with async I/O, please feel free to post in the [issue](https://github.com/npgsql/npgsql/issues/5865).

conceptual/Npgsql/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
href: index.md
33
- name: Release notes
44
items:
5-
- name: "10.0 (rc)"
5+
- name: "10.0"
66
href: release-notes/10.0.md
77
- name: "9.0"
88
href: release-notes/9.0.md

0 commit comments

Comments
 (0)