Psycopg 2.8.5 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Psycopg 2.8.5 released
Date: 2020-04-06 07:53:26
Message-ID: CA+mi_8ZYGxp+hnjk02vkTieNht7LS1VJZ3WmMTfjPRcaRSg3xw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

Psycopg 2.8.5 has been released. The release adds AIX support and a
few bug fixes.

Please note that we have deployed a new website which is now available
on <https://www.psycopg.org>. Many thanks to Federico Di Gregorio for
hosting the project on the venerable initd.org so far and to Devrim
Gündüz for taking good care of the psycopg domain name and to donate
it to the project.

The release changes are:

- Fixed use of 'connection_factory' and 'cursor_factory' together
(ticket #1019).
- Added support for 'logging.LoggerAdapter' in 'LoggingConnection'
(ticket #1026).
- 'Column' objects in 'cursor.description' can be sliced (ticket #1034).
- Added AIX support (ticket #1061).
- Fixed 'copy()' of 'DictCursor' rows (ticket #1073).

You can install psycopg2 using "pip" or grab the new code from
https://pypi.org/project/psycopg2/2.8.5/#files

Wishing you all the best in this difficult time.

----

Psycopg is the most popular PostgreSQL adapter for the Python
programming language. At its core it fully implements the Python DB
API 2.0 specifications. Several extensions allow access to many of the
features offered by PostgreSQL.

Browse pgsql-announce by date

  From Date Subject
Next Message Devrim Gündüz 2020-04-07 17:25:12 Announcing "common" YUM repository
Previous Message David Fetter 2020-04-05 20:30:51 == PostgreSQL Weekly News - April 5, 2020 ==