PgBouncer 1.22.0 released

From: PgBouncer via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: PgBouncer 1.22.0 released
Date: 2024-01-31 14:25:03
Message-ID: 170671110398.664.2978378451898465708@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

PgBouncer 1.22.0 has been released. The main feature this release adds is
support for the `DISCARD ALL` and `DEALLOCATE ALL` commands when enabling
prepared statement support in transaction pooling mode (by setting
`max_prepared_statements` to a non-zero value). This is an important improvement
in the prepared statement support that clears the road for us to be able to
enable prepared statement support by default in a future release.

Other than that this release contains some small improvements and bugfixes,
including improvements to our recommended SystemD configuration files.

See [https://www.pgbouncer.org/2024/01/pgbouncer-1-22-0](https://www.pgbouncer.org/2024/01/pgbouncer-1-22-0) for more information, the detailed changelog, and download links.

PgBouncer is a lightweight connection pooler for PostgreSQL.

Browse pgsql-announce by date

  From Date Subject
Next Message UCLL via PostgreSQL Announce 2024-02-02 13:26:45 PGConf.BE 2024: Call for Papers & Sponsors
Previous Message HexaCluster via PostgreSQL Announce 2024-01-30 15:11:22 Credcheck version 2.4 released