Psycopg 2.7.5 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: psycopg(at)postgresql(dot)org
Subject: Psycopg 2.7.5 released
Date: 2018-06-17 18:37:56
Message-ID: CA+mi_8bRMc+FN041=Cu4MA9NsOvOiXr1QsnAo5wfjo8_vu+qSg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

psycopg2 version 2.7.5 has been released, fixing a few bugs found in
the last months:

Summary of changes:

- Allow non-ascii chars in namedtuple fields (regression introduced
fixing ticket #211).
- Fixed adaptation of arrays of arrays of nulls (ticket #325).
- Fixed building on Solaris 11 and derivatives such as SmartOS and
illumos (ticket #677).
- Maybe fixed building on MSYS2 (as reported in ticket #658).
- Allow string subclasses in connection and other places (ticket #679).
- Don't raise an exception closing an unused named cursor (ticket #716).
- Wheel package compiled against PostgreSQL 10.4 libpq and OpenSSL 1.0.2o.

You can install psycopg2 from PyPI or grab the new code from:

- source package:
http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.5.tar.gz
- signature
http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.5.tar.gz.asc

Happy hacking!

----

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 psycopg by date

  From Date Subject
Next Message Sandeep Thakkar 2018-07-11 12:44:02 psycopg2 2.7.5 linking error
Previous Message Federico Di Gregorio 2018-05-31 17:12:59 R: Re: License Question