pgAdmin 4 v7.5 Released

From: pgAdmin Development Team via PostgreSQL Announce <announce-noreply(at)postgresql(dot)org>
To: PostgreSQL Announce <pgsql-announce(at)lists(dot)postgresql(dot)org>
Subject: pgAdmin 4 v7.5 Released
Date: 2023-07-28 19:45:15
Message-ID: 169057351561.654.4971272071060990328@wrigleys.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-announce

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 7.5. This release of pgAdmin 4 includes 28 bug fixes and new features. For more details please see the [release notes](https://www.pgadmin.org/docs/pgadmin4/7.5/release_notes_7_5.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 detach partitions using concurrently and finalize.
* Added all supported index storage parameters while creating an index.
* Added new/missing parameters to pg_dump, pg_dumpall and pg_restore.

### Bugs/Housekeeping:
* Remove Bootstrap and jQuery from authentication pages and rewrite them in ReactJS.
* Fix an issue where queries longer than 1 minute get stuck.
* Fix an issue where queries can't complete execution.
* Fix an issue where queries get stuck with auto-completion enabled.
* Ensure that Backup, Restore, and Maintenance should work properly when pgpass file is used.
* Fixed an issue where pgAdmin failed to setup role with hyphens in name.
* Fixed an issue where filters are not working and query history shows empty queries.
* Fix an issue where adding a sub-folder inside a folder is not working as expected in File Manager.
* Fix an issue where inserting more than 10 rows does not work correctly in View Data; only parts end up in the table.
* Ensure user gets proper error if incorrect credentials are entered while authenticating AWS.

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/).

Browse pgsql-announce by date

  From Date Subject
Next Message Timescale via PostgreSQL Announce 2023-07-28 21:28:09 Timescale's 2023 State of PostgreSQL Survey Now Open
Previous Message EDB via PostgreSQL Announce 2023-07-28 19:45:10 Barman 3.7.0 Released