pgAdmin 4 v5.6 Released

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgAdmin Support <pgadmin-support(at)postgresql(dot)org>
Subject: pgAdmin 4 v5.6 Released
Date: 2021-08-12 13:39:40
Message-ID: CANxoLDcuMnsv8WFhNN2B9cgCqitNB9Hz_OyzUZqkWy=uMCuzUA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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

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

https://www.pgadmin.org/docs/pgadmin4/5.6/release_notes_5_6.html.

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

https://www.pgadmin.org/

Notable changes in this release include:

Features:

-

Added support to copy SQL from the main window to the query tool.

This feature is used to copy the SQL script for the selected browser tree
node in the query tool. For this, we have added new preferences setting
‘Copy SQL from the main window to query tool?’

-

Added support for formatted JSON viewer/editor when interacting with
data in a JSON column

This feature allows the user to format, view and edit JSON data in a very
nice way. JSON editors have so many formats to view data differently.

Bugs/Housekeeping:

-

Rename the "Resize by data?" to "Columns sized by" and disabled the
'Maximum column width' button if 'Columns sized by' is set to 'Column data'.
-

Ensure that the login account should be locked after N number of
attempts. N is configurable using the 'MAX_LOGIN_ATTEMPTS' parameter.
-

Fixed CSRF errors for stale sessions by increasing the session
expiration time for desktop mode.
-

Fixed an issue in the search object when searching in 'all types' or
'subscription' if the user doesn't have access to the subscription.
-

Fixed an issue where the paste was not working through the Right-Click
option on PSQL.
-

Fixed TypeError 'NoneType' object is not sub scriptable.
-

Fixed an issue where the titles in query tabs are different.
-

Fixed dashboard server activity issue when active_since parameter is
None.

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-support by date

  From Date Subject
Next Message Sachin Kumar 2021-08-13 05:35:31 pgagent installation and configuration on windows
Previous Message Aditya Toshniwal 2021-08-12 07:26:38 Re: Running pgadmin4:5.5 behind reverse-proxy only shows progress indicator after successful login