summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-16 03:33:19 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2017-03-16 03:53:40 +0000
commit9f160fd8208f5bad8a724881384835b8e692bad0 (patch)
tree8e416d58dff49457cd139913e27403ebcce61f93 /NEWS
parent103655d67086a3377668236662363fa3146fbd32 (diff)
downloadpsycopg2-9f160fd8208f5bad8a724881384835b8e692bad0.tar.gz
Obscure the password on url dsn too
Note that we don't leak anymore the password length. Fix #528
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e28202c..b2d2153 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,8 @@ What's new in psycopg 2.7.2
- Fixed inconsistent state in externally closed connections
(:tickets:`#263, #311, #443`). Was fixed in 2.6.2 but not included in
2.7 by mistake.
+- Don't display the password in `connection.dsn` when the connection
+ string is specified as an URI (:ticket:`#528`).
What's new in psycopg 2.7.1