The current version of PgBouncer is 1_25_2 (as of 08/07/2026).
PgBouncer
PgBouncer · current 1_25_2
PgBouncer at a glance
PgBouncer is a widely used lightweight connection pooler for PostgreSQL, reducing the overhead of many client connections — common in front of busy databases. PgBouncer ships releases in an unhurried cadence plus security fixes; as a component in the database path handling authentication, keeping it current matters.
For admins PgBouncer sits between clients and PostgreSQL and handles credentials, so it's security-relevant: keep it patched (it has had advisories), enforce TLS on both sides where appropriate, and protect its authentication configuration (the userlist and any auth query). It belongs on the internal network, not exposed. Because it multiplexes connections, mind the pooling mode (session, transaction) against your application's assumptions. After updating, verify that clients connect through it and PostgreSQL sees healthy pooling. A misconfiguration or outage here affects everything talking to the database. Track the version and its support status; patchletter surfaces new PgBouncer releases so security fixes land.
Release history · as detected by patchletter
| Version | Channel | Date | Notes |
|---|---|---|---|
| 1_25_2 | STABLE | 08/07/2026 | Release notes → |
Never miss a PgBouncer update
We check the source daily and email you — instantly or as a digest. Free, one-click unsubscribe.
Watch PgBouncer