Latest articles
Psycopg 2.7.3.1 released
Posted by Daniele Varrazzo on 2017-08-26
Tagged as
news,
release
We have released psycopg2 release 2.7.3.1 as a new build of psycopg 2.7.3. The new build only affects the wheel packages and contains no change in the code.
The release 2.7.3.1 fixes psycopg2-wheels bug #2 which was in turn caused by auditwheel bug #80, resulting in incompatibility with glibc 2.26. The problem only affects Linux wheels users, it doesn't affect Windows, OSX, or user installing psycopg2 from source.
Psycopg 2.7.3 released
Posted by Daniele Varrazzo on 2017-07-24
Tagged as
news,
release
A quick release to fix a regression found in psycopg 2.7.2:
- Restored default timestamptz[] typecasting to Python datetime. Regression introduced in Psycopg 2.7.2 (ticket #578).
Psycopg 2.7.2 released
Posted by Daniele Varrazzo on 2017-07-22
Tagged as
news,
release
Releasing psycopg2 version 2.7.2: a release fixing a host of bugs found in the last 3-4 months.
Psycopg 2.7.1 released
Posted by Daniele Varrazzo on 2017-03-13
Tagged as
news,
release
A quick bugfix release to solve some teething problems with some of the changes introduced in 2.7:
- Ignore None arguments passed to connect() and make_dsn() (ticket #517).
- OpenSSL upgraded from major version 0.9.8 to 1.0.2 in the Linux wheel packages (ticket #518).
- Fixed build with libpq versions < 9.3 (ticket #520).
Psycopg 2.7 released
Posted by Daniele Varrazzo on 2017-03-01
Tagged as
news,
release
Finally here! Thank you very much for waiting so long: we have finally released Psycopg 2.7!
Buzzwords:
- Faster! Helps generating SQL for repeatedly executed statements and faster Unicode decoding.
- Safer! Helps generating dynamic SQL statements with variable table and field names.
- Easier! Use the binary package to avoid the need of C compiler, pg_config, libpq required on the clients.
- Replication! Support for PostgreSQL physical and logical replication.
- Plays-better-with-pgbouncer-at-transaction-pooling-level! This.
Psycopg 2.7 beta 2 released
Posted by Daniele Varrazzo on 2017-02-17
Tagged as
news,
release
Hello,
we have released psycopg2 version 2.7 beta 2. This version comes two years after the previous major release so it is packed with new features and improvements; among the main points:
Psycopg 2.6.2 released
Posted by Daniele Varrazzo on 2016-07-07
Tagged as
news,
release
Psycopg 2.6.2 has been released. You can get it from:
This is an interim release, packing together one year of bug fixes, before the release 2.7, intended to deliver several new features. Thank you very much to everybody contributing with reports, code, suggestions.
Psycopg 2.6.1 released
Posted by Daniele Varrazzo on 2015-06-16
Tagged as
news,
release
Psycopg 2.6.1 has been released. You can get it from:
Psycopg 2.6 and 2.5.5 released
Posted by Daniele Varrazzo on 2015-02-09
Tagged as
news,
release
We have just released two Psycopg versions: 2.5.5 containing a few bug fixes and 2.6 introducing some new features.
Psycopg 2.5.4 released
Posted by Daniele Varrazzo on 2014-08-30
Tagged as
news,
release
Psycopg 2.5.4 has been released. You can get it from:
This version supports the new jsonb PostgreSQL type out-of-the-box. And of course there are a few bug fixed: