]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
docs: add note about fixing the copy pinning issue 1193/head
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>
Fri, 24 Oct 2025 14:52:49 +0000 (15:52 +0100)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Sat, 25 Oct 2025 10:11:19 +0000 (11:11 +0100)
docs/news.rst

index 74450d4c846d9bf7f19c68f88c5cf312eb1bc97b..f879ff6599b8dd85aa76b36d88db1e69279af29e 100644 (file)
@@ -43,9 +43,16 @@ Psycopg 3.3.0 (unreleased)
 - Drop support for Python 3.8 (:ticket:`#976`) and 3.9 (:ticket:`#1056`).
 
 
-Psycopg 3.2.11 (unreleased)
+Psycopg 3.2.12 (unreleased)
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^
 
+- Allow copy to pass different types per column, as long as the database can
+  convert them. Regression introduced in 3.2.11 (:ticket:`#1192`).
+
+
+Psycopg 3.2.11
+^^^^^^^^^^^^^^
+
 - Fix spurious readiness flags in some of the wait functions (:ticket:`#1141`).
 - Fix high CPU usage using the ``wait_c`` function on Windows (:ticket:`#645`).
 - Fix bad data on error in binary copy (:ticket:`#1147`).