]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
chore: bump psycopg package version to 3.2.13
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Nov 2025 16:41:07 +0000 (17:41 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 21 Nov 2025 16:47:24 +0000 (17:47 +0100)
docs/news.rst

index c7b40e85c7ff3d4250cfb4209ed50f51bf65b06a..0e891ac8e358783976635bfd87062e4b31181188 100644 (file)
@@ -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
 ^^^^^^^^^^^^^^