From: Marko Kreen Date: Thu, 12 Jun 2014 20:35:21 +0000 (+0300) Subject: Edit news. X-Git-Tag: pgbouncer_1_6_rc1~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f4033b68738f163523d404ca59bad7411135d0e;p=pgbouncer Edit news. --- diff --git a/NEWS b/NEWS index 82511de..b337c5a 100644 --- a/NEWS +++ b/NEWS @@ -5,21 +5,38 @@ * auth_user support (Cody Cutrer) - * implement per-database pool_mode + * Pooling mode can be configured both per-database and per-user. (Cody Cutrer) - * add per-user pool_mode - (Cody Cutrer) - - * implement database-wide connection limit - (Cody Cutrer) + * Per-database and per-user connection limits: max_db_connections and + max_user_connections. + (Cody Cutrer / Pavel Stehule) * Add DISABLE/ENABLE commands to prevent new connections. (William Grant) - * New DNS backend: c-ares + * New DNS backend: c-ares. Only DNS backend that supports all + interesting features: /etc/hosts with refresh, SOA lookup, + large replies (via TCP/EDNS+UDP), IPv6. It is the preferred + backend now, and probably will be *only* backend in the future, + as it's pointless to support zoo of inadequate libraries. + + * Show remote_pid in SHOW CLIENTS/SERVERS. Available for clients that + connect over unix sockets and both tcp and unix socket server. + In case of tcp-server, the pid is taken from cancel key. - * Show remote_pid in SHOW CLIENTS/SERVERS. + * Add separate config param (dns_nxdomain_ttl) for controlling + negative dns caching. + (Cody Cutrer) + + * Add the client host IP address and port to application_name. + This is enabled by a config parameter application_name_add_host + which defaults to 'on'. + (Andrew Dunstan) + + * Config files have '%include FILENAME' directive to allow configuration + to be split into several files. + (Andrew Dunstan) = Cleanups = @@ -36,6 +53,9 @@ * Fix incorrect keyword in example config file (Magnus Hagander) + * Allow comments (with ';') in auth files. + (Guillaume Aubert) + = Fixes = * fix launching new connections during maintenance @@ -52,7 +72,7 @@ * Fix IPv6 address memcpy - * Fix cancellation of of waiting clients + * Fix cancellation of of waiting clients. (Mathieu Fenniak) * Small bug fix, must check calloc result