Psycopg 3.1 released

Posted on 2022-08-31 by Psycopg Development Team
Related Open Source

After several months of development, we are proud to announce the release of Psycopg 3.1!

Psycopg 3.1 adds several features on top of the current Psycopg 3.0 line:

  • massive performance improvements thanks to the pipeline mode
  • easier porting from psycopg2 thanks to client-side-binding cursors
  • faster executemany, optionally returning results
  • a flexible enum adaptation
  • two-phase commit support

...and many more! For details about each of the new features, please check out the release notes.

The development and maintenance of Psycopg is only possible thanks to our generous sponsors. If you are a Psycopg user, we invite you to become a sponsor too.

Looking forward to your feedback. Happy hacking!