Skip to content

Commit

Permalink
v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Mar 4, 2024
1 parent ba96807 commit de1e9cb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions NEWS.md
Expand Up @@ -4,6 +4,19 @@ PgBouncer changelog
PgBouncer 1.22.x
----------------

**2024-03-04 - PgBouncer 1.22.1 - "It's summer in Bangalore"**

- Fixes
* Fix issues caused by some clients using `COPY FROM STDIN` queries. Such
queries could introduce memory leaks, performance regressions and prepared
statement misbehavior. ([#1025])
(bug introduced in 1.21.0)
* Add missing tests to release tarball ([#1026])
(missing tests were introduced in 1.19.0 & 1.21.0)

[#1025]: https://github.com/pgbouncer/pgbouncer/pull/1025
[#1026]: https://github.com/pgbouncer/pgbouncer/pull/1026

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

- Features
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.22.0],
[1.22.1],
[https://github.com/pgbouncer/pgbouncer/issues], [],
[https://www.pgbouncer.org/])
AC_CONFIG_SRCDIR(src/janitor.c)
Expand Down

0 comments on commit de1e9cb

Please sign in to comment.