summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarko Kreen2015-09-03 19:54:44 +0000
committerMarko Kreen2015-09-03 19:54:44 +0000
commit6b3e5d55c61715fd19ec5426bca51b3107ca5100 (patch)
tree000d446b347cebd12c2a88b38cb37f506118a338 /NEWS
parent69fa89373429545ce275e9bc1b56f975557106a8 (diff)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS26
1 files changed, 26 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8eb1e99..b46da3a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+2015-09-03 - PgBouncer 1.6.1 - "Studio Audience Approves"
+
+ = Features =
+
+ * New setting - server_reset_query_always. When set,
+ disables server_reset_query use on non-session pools.
+ PgBouncer introduces per-pool pool_mode, but session-pooling
+ and transaction-pooling should not use same reset query.
+ In fact, transaction-pooling should not use any reset query.
+
+ It is set in 1.6.x, but will be disabled in 1.7.
+
+ = Fixes =
+
+ * [SECURITY] Remove invalid assignment of `auth_user`. (#69)
+ When `auth_user` is set and client asks non-existing username,
+ client will log in as `auth_user`. Not good.
+
+ * Skip NoticeResponce in handle_auth_response. Otherwise verbose
+ log levels on server cause login failures.
+
+ * console: Fill `auth_user` when auth_type=any. Otherwise
+ logging can crash (#67).
+
+ * Various portability fixes (OpenBSD, Solaris, OSX).
+
2015-08-01 - PgBouncer 1.6 - "Zombies of the future"
= Features =