16 May 2010 13:20
RELEASE: psycopg 2.2.0
With many thanks to all the contributors here it is, psycopg 2.2.0: http://initd.org/pub/software/psycopg/psycopg2-2.2.0.tar.gz http://initd.org/pub/software/psycopg/psycopg2-2.2.0.tar.gz.asc http://initd.org/pub/software/psycopg/ChangeLog-2.2 From this release on I'll also provide "stable" URLs to the last available version; so you can download psycopg 2.0 or 2.2 from: http://initd.org/pub/software/psycopg/psycopg2-2.0-latest.tar.gz http://initd.org/pub/software/psycopg/psycopg2-2.0-latest.tar.gz.asc http://initd.org/pub/software/psycopg/psycopg2-2.2-latest.tar.gz http://initd.org/pub/software/psycopg/psycopg2-2.2-latest.tar.gz.asc As always, an excerpt from the NEWS file follows. Have fun, federico What's new in psycopg 2.2.0 --------------------------- This is the first release of the new 2.2 series, supporting not just one but two different ways of executing asynchronous queries, thanks to Jan and Daniele (with a little help from me and others, but they did 99% of the work so they deserve their names here in the news.) psycopg now supports both classic select() loops and "green" coroutine libraries. It is all in the documentation, so just point your browser to doc/html/advanced.html.(Continue reading)
RSS Feed