Thread: pgAdmin 4 v8.10 Released

pgAdmin 4 v8.10 Released

From
Akshay Joshi
Date:

The pgAdmin Development Team is pleased to announce pgAdmin 4 version 8.10.

This release of pgAdmin 4 includes 29 bug fixes and new features. For more details please see the release notes at:

    https://www.pgadmin.org/docs/pgadmin4/8.10/release_notes_8_10.html

pgAdmin is the leading Open Source graphical management tool for PostgreSQL. For more information, please see:

    https://www.pgadmin.org/

Note:- With this release, pgAdmin 4 has transitioned from NW.js to Electron.

Notable changes in this release include:

Features:

  • Add support for Postgres Server Logs for Text, CS, and JSON format in plain and tabular formats.

  • Add support for highlighting selection matches in the query editor.

  • Add a keyboard shortcut to close the active tab panel.


Bugs/Housekeeping:

  • Replace pgAdmin NW.js container with Electron container.

  • Ensure that pgAdmin 4 is compatible with PostgreSQL v17.

  • Fixed an issue where paste operation in query tool data grid should skip bytea columns and put the value as NULL instead.

  • Ensure pgAdmin never makes network requests to Google etc.

  • Fixed the permission denied issue for functions of the pgstattuple extension when accessing statistics with a non-admin user.

  • Updated entrypoint.sh to utilize the email-validator package for email validation.

  • Fixed an issue where users could not insert characters at the desired location, as it was added to the end of the line.

  • Fixed an issue where users could not autofill their saved passwords in the connect server dialog in the browser.

  • Fixed an issue where boolean values in node details of the graphical explain plan were not interpreted correctly.

  • Ensure that pgAdmin works when opened in an iframe.


Builds for Windows and macOS are available now, along with a Python Wheel,

Docker Container, RPM, DEB Package, and source code tarball from:

    https://www.pgadmin.org/download/

--

Akshay Joshi

pgAdmin Project