Psycopg 3.1.9 released - Mailing list psycopg

From Daniele Varrazzo
Subject Psycopg 3.1.9 released
Date
Msg-id CA+mi_8YkvU18HDbVRqm8s7nJ6UJA6YkGz5tkVmexvjSPaBWyJw@mail.gmail.com
Whole thread Raw
List psycopg
Hello,

Just released psycopg 3.1.9. This release includes more bug fixes than
usual, so i'd like to report it to the list.

- Fix TypeInfo.fetch() using a connection in sql_ascii encoding (ticket #503).
- Fix “filedescriptor out of range” using a large number of files open
in Python implementation (ticket #532).
- Allow JSON dumpers to be registered on dict or any other object, as
was possible in psycopg2 (ticket #541).
- Fix canceling running queries on process interruption in async
connections (ticket #543).
- Fix loading ROW values with different types in the same query using
the binary protocol (ticket #545).
- Fix dumping recursive composite types (ticket #547).

Nice to see psycopg 3 being used in more unusual situations than expected!

Happy hacking!

-- Daniele



psycopg by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: Consecutive Inserts Freeze Execution of Psycopg3
Next
From: Scott Laird
Date:
Subject: Connection Types with Logical Replication functions