1) Fixed an issue where the process watcher dialog throws an error for

the database server which is already removed. Fixes #5985
2) Fixed cognitive complexity reported by SonarQube.
This commit is contained in:
Rahul Shirsat
2020-11-12 17:47:21 +05:30
committed by Akshay Joshi
parent a026f339c3
commit be386e77f2
8 changed files with 99 additions and 21 deletions

View File

@@ -11,6 +11,7 @@ notes for it.
.. toctree::
:maxdepth: 1
release_notes_4_29
release_notes_4_28
release_notes_4_27
release_notes_4_26

View File

@@ -0,0 +1,20 @@
************
Version 4.29
************
Release date: 2020-12-10
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.28.
New features
************
Housekeeping
************
Bug fixes
*********
| `Issue #5985 <https://redmine.postgresql.org/issues/5985>`_ - Fixed an issue where the process watcher dialog throws an error for the database server which is already removed.