psycopg

  • Home
  • Features
  • Install
  • News
  • Recipes
  • psycopg3
  • Sponsors

Psycopg 2.7.5 released

Posted by Daniele Varrazzo on 2018-06-17
Tagged as news, release

psycopg2 version 2.7.5 has been released, fixing a few bugs found in the last months:

Summary of changes:

  • Allow non-ascii chars in namedtuple fields (regression introduced fixing ticket #211).
  • Fixed adaptation of arrays of arrays of nulls (ticket #325).
  • Fixed building on Solaris 11 and derivatives such as SmartOS and illumos (ticket #677).
  • Maybe fixed building on MSYS2 (as reported in ticket #658).
  • Allow string subclasses in connection and other places (ticket #679).
  • Don't raise an exception closing an unused named cursor (ticket #716).
  • Wheel package compiled against PostgreSQL 10.4 libpq and OpenSSL 1.0.2o.

You can install psycopg2 from PyPI or grab the new code from:

  • source package
  • signature

Happy hacking!

psycopg2

  • Documentation
  • Source code
  • Bug tracker
  • Download

psycopg3

  • The Project
  • Documentation
  • Source code
  • Bug tracker

Mailing List

  • Subscribe
  • Archives

Articles archive

  • 2021
  • 2020
  • 2019
  • 2018
  • 2017
  • 2016
  • 2015
  • 2014
  • 2013
  • 2012
  • 2011
  • 2010

© Copyright 2010—2021 by Daniele Varrazzo (at gmail), The Psycopg Team.