Psycopg 2.4.3 released - Mailing list pgsql-announce

From Daniele Varrazzo
Subject Psycopg 2.4.3 released
Date
Msg-id CA+mi_8a7HX_=P49735PWqLLpmyKwEYRtMeC5WTZJLu+Z0_JnQg@mail.gmail.com
Whole thread Raw
List pgsql-announce
Hello,

Psycopg 2.4.3 has been released. This is mostly a bugfix release, but
there are couple of small features too:

  - added support for array of hstore and of composite types
  - the connect() function now accepts any keyword, passing them to the libpq
    (previously it was possible to specify any parameter as a connection string,
    but adding the keywords support makes easier to use them with
    higher level libraries in between, such as SQLAlchemy)

For a full list of bug fixes, please check the release notes at
<http://initd.org/psycopg/articles/2011/12/12/psycopg-243-released/>.

----

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.

pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - December 11 2011 ==
Next
From: "Clark C. Evans"
Date:
Subject: HTSQL 2.2 -- A Query Language for the Accidental Programmer