Python Connector for PostgreSQL Releases

Released: Oct 30, 2025

Mises à jour de v1.3.0

Fonctionnalités

  • Added support for Python 3.14.
  • Added support for PostgreSQL 18.
  • Added support for Bearer Token authentication when using an HTTP tunnel.
  • Added support for password-protected private keys for the SSL protocol.
  • Added support for the COPY ... TO STDOUT statement.
  • Improved support for array data types.
  • Improved connection opening performance.

Correctifs

  • Fixed a bug that caused an access violation when using OpenSSL.
  • Resolved an issue where UNION queries triggered an "Error Portal...

Released: Oct 23, 2024

Mises à jour de v1.2.0

Fonctionnalités

  • Added support for Python 3.13.
  • Added support for PostgreSQL 17.
  • Added support for the pgvector extension.
  • Added Read Only mode for connections.

Correctifs

  • Fixed bug with a user using tables named pg_class.

Released: Jul 29, 2024

Mises à jour de v1.1.0

Fonctionnalités

  • Added support for PostgreSQL 16.
  • Added support for connection pooling.
  • Added activation by license key.
  • Added subscription license type.

Released: Dec 1, 2023

Mises à jour de v1.0.1

Fonctionnalités

  • Initial release of PostgreSQL Python Connector.
  • Windows 32-bit and 64-bit is supported.
  • Linux 64-bit is supported.
  • macOS 64-bit and ARM (Apple Silicon M1 and M2) is supported.