Add support for SCRAM password changes (requires psycopg2 >= 2.8). Fixes #2214

This commit is contained in:
Akshay Joshi
2018-07-23 15:03:44 +01:00
committed by Dave Page
parent 2d1e835d32
commit 213cb440d0
3 changed files with 51 additions and 1 deletions

View File

@@ -10,10 +10,12 @@ This release contains a number of features and fixes reported since the release
Features
********
| `Feature #2214 <https://redmine.postgresql.org/issues/2214>`_ - Add support for SCRAM password changes (requires psycopg2 >= 2.8).
| `Feature #3397 <https://redmine.postgresql.org/issues/3397>`_ - Add support for Trigger and JIT stats in the graphical query plan viewer.
| `Feature #3506 <https://redmine.postgresql.org/issues/3506>`_ - Allow the user to specify a fixed port number in the runtime to aid cookie whitelisting etc.
| `Feature #3510 <https://redmine.postgresql.org/issues/3510>`_ - Add a menu option to the runtime to copy the appserver URL to the clipboard.
Bug fixes
*********