From 6a630b25654ab9f7e6ae65f05cd446e2fedde132 Mon Sep 17 00:00:00 2001 From: Nikita Kazmin Date: Sun, 23 Nov 2025 12:34:22 +0300 Subject: [PATCH] Npgsql 10 is officially out --- conceptual/Npgsql/release-notes/10.0.md | 2 +- conceptual/Npgsql/toc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conceptual/Npgsql/release-notes/10.0.md b/conceptual/Npgsql/release-notes/10.0.md index 9e733386..422cf8e7 100644 --- a/conceptual/Npgsql/release-notes/10.0.md +++ b/conceptual/Npgsql/release-notes/10.0.md @@ -1,6 +1,6 @@ # Npgsql 10.0 Release Notes -Npgsql version 10.0 is now in development, preview versions are available on [nuget.org](https://www.nuget.org/packages/Npgsql). +Npgsql version 10.0 is out and available on [nuget.org](https://www.nuget.org/packages/Npgsql). > [!NOTE] > 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). diff --git a/conceptual/Npgsql/toc.yml b/conceptual/Npgsql/toc.yml index 63768801..befec3e3 100644 --- a/conceptual/Npgsql/toc.yml +++ b/conceptual/Npgsql/toc.yml @@ -2,7 +2,7 @@ href: index.md - name: Release notes items: - - name: "10.0 (rc)" + - name: "10.0" href: release-notes/10.0.md - name: "9.0" href: release-notes/9.0.md