From: Daniele Varrazzo Date: Fri, 21 Nov 2025 16:41:07 +0000 (+0100) Subject: chore: bump psycopg package version to 3.2.13 X-Git-Tag: 3.3.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44cfb5a23a9301cda0df8cd6d2897111dabe127;p=thirdparty%2Fpsycopg.git chore: bump psycopg package version to 3.2.13 --- diff --git a/docs/news.rst b/docs/news.rst index c7b40e85c..0e891ac8e 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -46,18 +46,19 @@ Psycopg 3.3.0 (unreleased) - Drop support for Python 3.8 (:ticket:`#976`) and 3.9 (:ticket:`#1056`). -Psycopg 3.2.13 (unreleased) -^^^^^^^^^^^^^^^^^^^^^^^^^^^ +Current release +--------------- + +Psycopg 3.2.13 +^^^^^^^^^^^^^^ - Show the host name in the error message in case of name resolution error (:ticket:`#1205`). - Fix `Cursor.copy()` and `AsyncCursor.copy()` to hold the connection lock for the entire operation, preventing concurrent access issues (:ticket:`#1210`). +- Fix GSSAPI check with C extension built with libpq < v16 (:ticket:`#1216`). -Current release ---------------- - Psycopg 3.2.12 ^^^^^^^^^^^^^^