Releases: heroku/heroku-buildpack-pgbouncer
Releases · heroku/heroku-buildpack-pgbouncer
v0.16.0
- Update pgbouncer to v1.23.1 (#196).
v0.15.0
- Support SCRAM authentication, use plain passwords in
auth_file
(#193).
- Add
PGBOUNCER_AUTH_TYPE
config and update default to scram-sha-256
(#193).
- Add
PGBOUNCER_SERVER_TLS_SSLMODE
config and update default to require
(#193).
- Update
server_tls_sslmode
to require
(from prefer
) (#193).
v0.14.0
- Add validation of
PGBOUNCER_URLS
during config generation (#174}.
- Add support for the Heroku-24 stack (#189).
- Remove support for the Heroku-18 stack (#191).
v0.13.0
- Update pgbouncer to v1.17.0 for Heroku-18 and Heroku-20 (for parity with Heroku-22)
v0.12.0
- Add missing
SIGTERM
patch for v1.17.0 (corrects shutdown behaviour on Heroku-22)
v0.11.0
- Update to pgbouncer v1.17.0 on Heroku-22 (only), to fix OpenSSL 3 related crashes
v0.10.0
- Add support for Heroku-22
v0.6.0
- Add support for Heroku-20
- Updates pgbouncer to 1.14 for Heroku-20
- Updates pgbouncer to 1.14 for Heroku-18
- Updates pgbouncer to 1.14 for Heroku-16
v0.5.0
- Updates pgbouncer to 1.13 for Heroku-18
- Updates pgbouncer to 1.13 for Heroku-16
- Updates to Buildpack tooling
v0.3.4
- Removes s3 dependency on slug compile
- Updates to pgbouncer 1.7 and stunnel 5.28