Articles tagged release
Psycopg 2.8.4 released
Posted by Daniele Varrazzo
on October 20, 2019
Tagged as
news,
release
Psycopg 2.8.4 has been released.
The release brings a few assorted bugfixes and adds support for Python 3.8 and PostgreSQL 12.
Psycopg 2.8.3 released
Posted by Daniele Varrazzo
on June 14, 2019
Tagged as
news,
release
We have released Psycopg 2.8.3, which includes a slight change to the logical replication.
Choosing the right frequency to send replication feedback messages from the client to the server was previously the developer's responsibility, with too many feedback messages being a waste of bandwidth and server resources, too few slowing down WAL cleanup and possibly preventing a server graceful shutdown.
Psycopg 2.8.1, 2.8.2 released
Posted by Daniele Varrazzo
on April 14, 2019
Tagged as
news,
release
Hello,
We have just released Psycopg 2.8.2; a few days ago Psycopg 2.8.1 was released.
Some of the bugs addressed are ordinary teething problem with the 2.8 release, but an important change landed with 2.8.2: binary packages now ship with OpenSSL 1.1 instead of 1.0. This should fix concurrency problems on connection experienced both on Windows and Linux. Many thanks to Matthew Brett and Jason Erickson for this improvement!
Psycopg 2.8 released
Posted by Daniele Varrazzo
on April 4, 2019
Tagged as
news,
release
After about two years from the previous major release, psycopg 2.8 is finally here!
Among the highlights, PostgreSQL errors are now mapped to Python exceptions for a more idiomatic way to handle them. Several additions allow a better insight of the connection status and query results.
Behind the scene, asynchronous communication and concurrency received several improvements, and dropping support for older versions of Python gave the chance to refactor and modernise the codebase (with the especial help from Jon Dufresne who ruthlessly butchered our code into a streamlined pulp).
Thank you very much to everyone contributing so far. Happy hacking!
Psycopg 2.7.5 released
Posted by Daniele Varrazzo
on June 17, 2018
Tagged as
news,
release
psycopg2 version 2.7.5 has been released, fixing a few bugs found in the last months:
Psycopg 2.7.4 released
Posted by Daniele Varrazzo
on February 8, 2018
Tagged as
news,
release
We have released Psycopg version 2.7.4, bringing a few bug fixes... and working out the problem with Wheel packages.
Psycopg 2.7.3.2 released
Posted by Daniele Varrazzo
on October 24, 2017
Tagged as
news,
release
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.
Psycopg 2.7.3 released
Posted by Daniele Varrazzo
on July 24, 2017
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 July 22, 2017
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 March 13, 2017
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).