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
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 for more information, the detailed changelog, and download links.
PgBouncer is a lightweight connection pooler for PostgreSQL.