Ensure that pgAdmin4 should work properly with psycopg2 v2.8. Fixes #4143

This commit is contained in:
Khushboo Vashi
2019-04-08 17:49:50 +05:30
committed by Akshay Joshi
parent 84ecffa4d9
commit c21ea3c342
3 changed files with 27 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
Version 4.5
***********
Release date: 2019-05-02
Release date: 2019-04-10
This release contains a number of new features and fixes reported since the
release of pgAdmin4 4.4.
@@ -15,5 +15,8 @@ Features
Bug fixes
*********
| `Bug #2214 <https://redmine.postgresql.org/issues/2214>`_ - Fixed 'Change Password' issue for SCRAM authentication.
| `Bug #3656 <https://redmine.postgresql.org/issues/3656>`_ - Ensure that two consecutive SELECT statements should work properly.
| `Bug #4131 <https://redmine.postgresql.org/issues/4131>`_ - Relabel the Save button on the datagrid text editor to avoid confusion with the actual Save button that updates the database.
| `Bug #4142 <https://redmine.postgresql.org/issues/4142>`_ - Added recommended ESLinter checks.
| `Bug #4142 <https://redmine.postgresql.org/issues/4142>`_ - Added recommended ESLinter checks.
| `Bug #4143 <https://redmine.postgresql.org/issues/4143>`_ - Ensure that pgAdmin4 should work properly with psycopg2 v2.8