2022-07-28 04:41:40 +00:00
***** ***** **
Version 6.13
***** ***** **
Release date: 2022-08-25
This release contains a number of bug fixes and new features since the release of pgAdmin 4 v6.12.
New features
***** ***** **
2022-08-11 05:19:45 +00:00
| `Issue #3709 <https://redmine.postgresql.org/issues/3709> `_ - Added support to show all background processes in separate panel.
2022-07-28 05:46:05 +00:00
| `Issue #7387 <https://redmine.postgresql.org/issues/7387> `_ - Added support to create triggers from existing trigger functions in EPAS.
2022-07-28 04:41:40 +00:00
Housekeeping
***** ***** **
2022-08-05 10:34:15 +00:00
| `Issue #7344 <https://redmine.postgresql.org/issues/7344> `_ - Port Role Reassign dialog to React.
2022-08-11 04:55:52 +00:00
| `Issue #7345 <https://redmine.postgresql.org/issues/7345> `_ - Port User Management dialog to React.
2022-08-11 05:19:45 +00:00
| `Issue #7404 <https://redmine.postgresql.org/issues/7404> `_ - Port process watcher to React.
2022-08-09 07:54:52 +00:00
| `Issue #7462 <https://redmine.postgresql.org/issues/7462> `_ - Remove the SQL files for the unsupported versions of the database server.
2022-07-28 04:41:40 +00:00
| `Issue #7567 <https://redmine.postgresql.org/issues/7567> `_ - Port About dialog to React.
2022-08-10 12:29:07 +00:00
| `Issue #7568 <https://redmine.postgresql.org/issues/7568> `_ - Port change user password and 2FA dialog to React.
2022-08-05 08:35:53 +00:00
| `Issue #7590 <https://redmine.postgresql.org/issues/7590> `_ - Port change ownership dialog to React.
2022-08-04 10:50:56 +00:00
| `Issue #7595 <https://redmine.postgresql.org/issues/7595> `_ - Update the container base image to Alpine 3.16 (with Python 3.10.5).
2022-08-16 06:50:01 +00:00
| `Issue #7602 <https://redmine.postgresql.org/issues/7602> `_ - Fixed improper parsing of HTTP requests in Pallets Werkzeug v2.1.0 and below (CVE-2022-29361).
2022-07-28 04:41:40 +00:00
Bug fixes
***** *** *
2022-08-17 11:53:11 +00:00
| `Issue #7452 <https://redmine.postgresql.org/issues/7452> `_ - Ensure that an error is thrown if clipboard access is not provided and change the copy rows shortcut.
2022-08-05 08:39:09 +00:00
| `Issue #7497 <https://redmine.postgresql.org/issues/7497> `_ - Fixed an issue with the error message being displayed at the right place for Azure deployments.
2022-08-17 11:53:11 +00:00
| `Issue #7521 <https://redmine.postgresql.org/issues/7521> `_ - Fixed an issue where the Query Editor loses focus when saving a query (Alt+s).
2022-08-09 07:54:52 +00:00
| `Issue #7527 <https://redmine.postgresql.org/issues/7527> `_ - Fixed API test cases for Postgres 14.4.
2022-08-16 10:01:55 +00:00
| `Issue #7540 <https://redmine.postgresql.org/issues/7540> `_ - Ensure that rename panel should work on view/edit panels.
2022-08-01 09:08:32 +00:00
| `Issue #7563 <https://redmine.postgresql.org/issues/7563> `_ - Fixed an issue where autocomplete is not working after clearing the query editor.
| `Issue #7573 <https://redmine.postgresql.org/issues/7573> `_ - Ensure that autocomplete does not appear when navigating code using arrow keys.
2022-08-17 11:53:11 +00:00
| `Issue #7575 <https://redmine.postgresql.org/issues/7575> `_ - Fixed an issue where Alt-Shift-Q didn't work after creating a new query.
2022-08-09 07:58:09 +00:00
| `Issue #7586 <https://redmine.postgresql.org/issues/7586> `_ - Fixed an issue with rendering geometry when selecting a complete column.
2022-08-11 05:23:07 +00:00
| `Issue #7587 <https://redmine.postgresql.org/issues/7587> `_ - Ensure that the children of information_schema and pg_catalog node should be displayed.
2022-08-18 08:10:28 +00:00
| `Issue #7591 <https://redmine.postgresql.org/issues/7591> `_ - Fixed column "none" does not exist issue, while comparing schema objects.
| `Issue #7596 <https://redmine.postgresql.org/issues/7596> `_ - Fixed an issue where schema diff did not pick up the change in RLS policy.
2022-08-14 01:44:10 +00:00
| `Issue #7608 <https://redmine.postgresql.org/issues/7608> `_ - Fixed an issue where the cloud deployment wizard creates the cluster with the High Availability even if that option is not selected.
2022-08-18 08:10:28 +00:00
| `Issue #7611 <https://redmine.postgresql.org/issues/7611> `_ - Ensure that schema diff maintains view ownership when view definitions are modified.
2022-08-16 09:59:57 +00:00
| `Issue #7614 <https://redmine.postgresql.org/issues/7614> `_ - Fixed crypt key is missing issue when logout from the pgAdmin.