# Psycopg 3.2.13 - Product: Psycopg (https://whatsnew.fyi/product/psycopg) - Vendor: Psycopg - Date: 2025-11-21 - Version: 3.2.13 - Original notes: https://pypi.org/project/psycopg/3.2.13/ - Permalink: https://whatsnew.fyi/product/psycopg/releases/3.2.13 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **changed** — Show the host name in the error message in case of name resolution error - **fixed** — Fix Cursor.copy() and AsyncCursor.copy() to hold the connection lock for the entire operation, preventing concurrent access issues - **fixed** — Fix GSSAPI check with C extension built with libpq < v16 - 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).