pgAdmin 4 v8.10 Released

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin 4 v8.10 Released
Date: 2024-07-29 12:32:13
Message-ID: CANxoLDfgab6DOf3CUN6yrtiGV8bt6CZwv+cnO9qhMkpfY4KGsg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2024-08-02 06:53:33 Re: Query tool data grid - Infinite scroll vs Pagination
Previous Message Yogesh Mahajan 2024-07-29 12:03:27 Re: pgAdmin4 v8.10 candidate builds