The pgAdmin Development Team is pleased to announce pgAdmin 4 version 6.13.
This release of pgAdmin 4 includes 37 bug fixes and new features. For more
details please see the [release
notes](https://www.pgadmin.org/docs/pgadmin4/6.13/release_notes_6_13.html).
pgAdmin is the leading Open Source graphical management tool for PostgreSQL.
For more information, please see [the website](https://www.pgadmin.org/).
Notable changes in this release include:
### Features:
* Added support to show all background processes in a separate panel.
By using this feature, the background process can be seen in the new
processes panel. You can view details regarding Backup, Restore, Maintenance,
Import/Export, and creating a Cloud instance.
* Added support to create triggers from existing trigger functions in EPAS.
### Bugs/Housekeeping:
* Port Role Reassign, User Management, Change Ownership, and URL Dialogs to
React.
* Fixed improper parsing of HTTP requests in Pallets Werkzeug v2.1.0 and below
(CVE-2022-29361).
* Pin Flask-SocketIO <= v5.2.0. The latest version does not support Werkzeug in
production environments.
* Ensure that an error is thrown if clipboard access is not provided and change
the copy rows shortcut.
* Ensure that autocomplete does not appear when navigating code using arrow
keys.
* Fixed crypt key is missing issue when logout from the pgAdmin.
* Ensure that rename panel should work on view/edit panels.
* Fixed an issue where schema diff did not pick up the change in RLS policy.
* Fixed an issue with rendering geometry when selecting a complete column.
* Fixed an issue where copy and pasting a row in the results grid doesn't set
the default for boolean.
Builds for Windows and macOS are available now, along with a Python Wheel,
Docker Container, RPM, DEB Package, and source code tarball from the [tarball
area](https://www.pgadmin.org/download/).