Psycopg 2.5.4 released

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: "psycopg(at)postgresql(dot)org" <psycopg(at)postgresql(dot)org>
Subject: Psycopg 2.5.4 released
Date: 2014-08-30 19:00:10
Message-ID: CA+mi_8bCGPMw+TvTYYrO6nH8ETx+rujfAgB=iuSpfXf9xr1Arw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: psycopg

Psycopg 2.5.4 has been released. You can get it from:

http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.4.tar.gz

Signature: http://initd.org/psycopg/tarballs/PSYCOPG-2-5/psycopg2-2.5.4.tar.gz.asc

This version supports the new jsonb PostgreSQL type out-of-the-box.
And of course there are a few bug fixed:

- Fixed segfault if COPY statements are passed to 'execute()' instead
of using the proper methods (ticket #219).
- Force conversion of pool arguments to integer to avoid potentially
unbounded pools (ticket #220).
- Cursors WITH HOLD don't begin a new transaction upon
move/fetch/close (ticket #228).
- Cursors WITH HOLD can be used in autocommit (ticket #229).
- 'callproc()' doesn't silently ignore an argument without a length.
- Fixed memory leak with large objects (ticket #256).
- The internal '_psycopg.so' module can be imported stand-alone
(to allow modules juggling such as the one described in ticket #201).

Have a good weekend!

----

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.

Browse psycopg by date

  From Date Subject
Next Message Jerry Schneider 2014-09-05 18:47:32 password handling change between 2.4.2 and 2.4.3
Previous Message Daniele Varrazzo 2014-08-28 17:29:37 Psycopg bug tracker moved to GitHub