Psycopg 2.7.3.2 released

Lists: psycopg
From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org, "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Psycopg 2.7.3.2 released
Date: 2017-10-24 16:26:47
Message-ID: CA+mi_8ZK0eMK+GPxTi9XhCeY1wmXab_BgMo2PJgSTHrJK6hcRQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: psycopg

Following the release of PostgreSQL 10 we have released new binary
packages as Psycopg 2.7.3.2. There are no code changes from Psycopg
2.7.3, but the new binary packages ship with the PostgreSQL 10 client
library, enabling the use of new features such as multiple hosts in
connection string, read-only mode, SCRAM-SHA-256 authentication.

The packages are already available on PyPI and automatically installed
by pip install psycopg2 (if your pip is up-to-date). You can grab the
source code from:

- source package:
http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.3.2.tar.gz
- signature: http://initd.org/psycopg/tarballs/PSYCOPG-2-7/psycopg2-2.7.3.2.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.