Tags: bwoodsend/psycopg
Tags
psycopg_pool 3.2.4 released - Add a hint to the warning printed if threads fail to stop during ``__del__``, which has been reported happening during interpreter shutdown on Python 3.13 (see psycopg#954).
psycopg 3.2.3 released - Release binary packages including PostgreSQL 17 libpq (:ticket:`psycopg#852`).
psycopg 3.2.2 released - Drop `!TypeDef` specifications as string from public modules, as they cannot be composed by users as `!typing` objects previously could (:ticket:`psycopg#860`). - Release Python 3.13 binary packages.
psycopg_pool 3.2.3 released - Add metadata to declare compatibility with Python 3.13.
psycopg 3.2.1 released - Fix packaging metadata breaking ``[c]``, ``[binary]`` dependencies (:ticket:`psycopg#853`).
psycopg 3.1.20 released - Use the simple query protocol to execute COMMIT/ROLLBACK when possible. This should make easier to connect the PgBouncer admin database (:ticket:`psycopg#820`). - Avoid unneeded escaping checks and memory over-allocation in text copy (:ticket:`psycopg#829`). - Bundle binary package with OpenSSL 3.3.x (:ticket:`psycopg#847`).
psycopg 3.1.19 released - Fix unaligned access undefined behaviour in C extension (:ticket:`psycopg#734`). - Fix excessive stripping of error message prefixes (:ticket:`psycopg#752`). - Allow to specify the ``connect_timeout`` connection parameter as float (:ticket:`psycopg#796`). - Improve COPY performance on macOS (:ticket:`psycopg#745`).
psycopg_pool 3.2.2 released - Raise a `RuntimeWarning` instead of a `DeprecationWarning` if an async pool is open in the constructor. - Fix connections possibly left in the pool after closing (:ticket:`psycopg#784`). - Use an empty query instead of ``SELECT 1`` to check connections (:ticket:`psycopg#790`).
psycopg 3.1.18 released - Fix possible deadlock on pipeline exit (:ticket:`psycopg#685`). - Fix overflow loading large intervals in C module (:ticket:`psycopg#719`). - Fix compatibility with musl libc distributions affected by `CPython issue #65821`__ (:ticket:`psycopg#725`).
PreviousNext