Feb 18, 2016 - PgBouncer 1.7.1

PgBouncer 1.7.1 maintenance release is out. It contains mainly tuning of TLS-related code. See full details in changelog.

Dowload here: pgbouncer-1.7.1.tar.gz

WARNING: 1.7.x behaviour change

Since version 1.7, server_reset_query is not executed when database is in transaction-pooling mode. Seems this was not highlighted enough in 1.7 announcement. If your apps depend on that happening, use server_reset_query_always to restore previous behaviour.

Dec 18, 2015 - PgBouncer 1.7

Final release of PgBouncer 1.7 is out! Detailed changelog is here.

Compared to 1.7rc1, there are fixes for TLS support, sbuf_loopcnt, ReadyForQuery pipelining and increase of pkt_buf.

Main changes from v1.6 are support for TLS connections, HBA control file and authentication via unix peer uid.

Dowload here: pgbouncer-1.7.tar.gz

Nov 3, 2015 - PgBouncer 1.7rc1

First release candidate for PgBouncer 1.7 is out!

Dowload here: pgbouncer-1.7rc1.tar.gz

Main news is support for TLS connections, HBA control file and authentication via unix peer uid.