Skip to content

Commit

Permalink
v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Jan 31, 2024
1 parent f20e668 commit e6ce619
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
32 changes: 32 additions & 0 deletions NEWS.md
@@ -1,6 +1,38 @@
PgBouncer changelog
===================

PgBouncer 1.22.x
----------------

**2024-01-31 - PgBouncer 1.22.0 - "DEALLOCATE ALL"**

- Features
* Adds support for `DEALLOCATE ALL` and `DISCARD ALL` when
`max_prepared_statements` is set to a non-zero value (normal `DEALLOCATE`
is still unsupported) ([#972])
* Support configuring `auth_query` per database ([#979])

- Changes
* Improve settings in the recommended systemd unit file ([#983])
* Make fail fast logic handle all scenarios where no working connections to
the database exist anymore and none can be established ([#998])
* Multiple documentation improvements

- Fixes
* Fix issue in PG14+ where PgBouncer would send `SET DateStyle='ISO'` for
every transaction ([#879])
* Fix handling of empty `application_name` ([#999])
* Fix building on Windows with OpenSSL 3.2.0 ([#1009])

[#972]: https://github.com/pgbouncer/pgbouncer/pull/972
[#979]: https://github.com/pgbouncer/pgbouncer/pull/979
[#983]: https://github.com/pgbouncer/pgbouncer/pull/983
[#998]: https://github.com/pgbouncer/pgbouncer/pull/998
[#879]: https://github.com/pgbouncer/pgbouncer/pull/879
[#999]: https://github.com/pgbouncer/pgbouncer/pull/999
[#1009]: https://github.com/pgbouncer/pgbouncer/pull/1009


PgBouncer 1.21.x
----------------

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([PgBouncer],
[1.21.0],
[1.22.0],
[https://github.com/pgbouncer/pgbouncer/issues], [],
[https://www.pgbouncer.org/])
AC_CONFIG_SRCDIR(src/janitor.c)
Expand Down
2 changes: 1 addition & 1 deletion uthash
Submodule uthash updated 1 files
+14 −15 doc/userguide.txt

0 comments on commit e6ce619

Please sign in to comment.