Articles tagged release
Psycopg 2.5 released
Posted by Daniele Varrazzo
on April 7, 2013
Tagged as
news,
release
We are happy to introduce the release 2.5 of Psycopg, packed with several juicy new features!
Here are a few highlights of the release:
Psycopg 2.4.6 released
Posted by Daniele Varrazzo
on December 12, 2012
Tagged as
news,
release
I'm happy to announce the release of Psycopg 2.4.6: a huge thank you to the many contributors.
This is a bugfix release, introducing no new feature. There are several small corrections in different areas (copy, adaptation, use of extra cursors, stability). The biggest improvements are with the Zope adapter: Zope users using previous 2.4.x versions are encouraged to update to version 2.4.6 soon.
Psycopg 2.4.5 released
Posted by Daniele Varrazzo
on March 29, 2012
Tagged as
news,
release
Many thanks to everybody that contributed with bug reports and comments to this release!
Psycopg 2.4.4 released
Posted by Daniele Varrazzo
on December 19, 2011
Tagged as
news,
release
After a short discussion on this list we decided to change the definitions of isolation levels to make sure old code using numeric constants (both psycopg1 and psycopg2) continue to works. Other small fixes are included in the release: see below for details.
Psycopg 2.4.3 released
Posted by Daniele Varrazzo
on December 12, 2011
Tagged as
news,
release
Mostly a bugfix release, with as usual a couple of small feature added:
Psycopg 2.4.2 released
Posted by Daniele Varrazzo
on June 12, 2011
Tagged as
news,
release
Psycopg 2.4.2 has been released: it brings a few small but interesting new features, and a lot of bug fixes.
Psycopg 2.4.1 released
Posted by Federico Di Gregorio
on May 11, 2011
Tagged as
news,
release
Hi *,
Daniele stacked another round of fixes on the devel branch, so it is time for another release. So, as always, kudos to Daniele and here are the direct download links:
Release notes attached, as always. And al always, have fun,
federico
Psycopg 2.4 released
Posted by Federico Di Gregorio
on February 27, 2011
Tagged as
news,
release
Hi *,
this is probably one of the best psycopg releases ever. Daniele, Jason and all the others that sent patches did an impressive work to have psycopg build and work flawlessy on all the supported platforms (well.. we can probably do a little bit better on MacOS but everything else is almost perfect). So here it is (followed by NEWS excerpt, as always):
Psycopg 2.4 beta1 released
Posted by Federico Di Gregorio
on February 6, 2011
Tagged as
news,
release
Hi *,
me and Daniele, we just went through his series of patches (a loooot of patches) and we're ready to release a beta version of the new psycopg. Apart the usual changes and enhancements (detailed below) this is the first version that supports Python 3 (thanks to, guess who? :)
Psycopg 2.3.2 released
Posted by Daniele Varrazzo
on December 20, 2010
Tagged as
news,
release
Hello,
just released Psycopg 2.3.2. The release fixes a bug reported in 2.3.0 and 2.3.1 preventing Psycopg to connect to pgBouncer. Thanks to Marti Raudsepp for the bug report and the patch.