PgBouncer 1.21.0 released - Now with prepared statements!

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.21.0 released - Now with prepared statements!
Date: 2023-10-17 08:21:43
Message-ID: 169753090322.169912.8903427615804177124@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

PgBouncer 1.21.0 has been released. This release adds one of PgBouncer its most
requested features: Support for named prepared statements!
See [the docs on `max_prepared_statements`](https://pgbouncer.org/config.html#max_prepared_statements)
for details on how the feature works, its limitations, and how to tune the
value of the `max_prepared_statements` setting.

Apart from prepared statement support this release also includes various other
improvements, such as much more secure default TLS settings and changes
required for FIPS compliance. And it also fixes various bugs and crashes.

See [https://www.pgbouncer.org/2023/10/pgbouncer-1-21-0](https://www.pgbouncer.org/2023/10/pgbouncer-1-21-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 Omnigres via PostgreSQL Announce 2023-10-17 08:22:30 pg_yregress 0.2.0
Previous Message Gilles Darold via PostgreSQL Announce 2023-10-08 13:25:38 pg_dumpbinary v2.13 released