2022-12-12 - PgBouncer 1.18.0 - "No real mystery"
-
Features
-
Fixes
- Fail
sbuf_send_pending
operation if destination socket is closed (#652) - Fix a few possible crashes (#700, #730)
- Fix for overflow bug in comma-separated host list feature, causing connection to get re-routed to Unix socket (#747)
- Don't evict connections to achieve
min_pool_size
(#648) - Fix
SHOW HELP
with PostgreSQL 15 (#769) - Fix race condition in query cancelation handling. It was possible that a query cancellation for one client canceled a query for another one. This could happen when a cancel request was received by PgBouncer when the query it was meant to cancel already completed by itself. (#717)
- Fail
-
Cleanups
- Various CI updates