pgAdmin 4 v6.8 Released

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin 4 v6.8 Released
Date: 2022-04-07 09:37:17
Message-ID: CANxoLDdTCq5ObvQ3c4zMtegpMnxa2k5u3cSt-k2aE9Htko_ALw@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 6.8.

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

https://www.pgadmin.org/docs/pgadmin4/6.8/release_notes_6_8.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 for unique keys in ERD.
-

Added transaction start time to Server activity session view.
-

Support running the container under OpenShift with alternate UIDs.

Bugs/Housekeeping:

-

Port preferences dialog to React.
-

Port Properties panel for collection node, Dashboard, and SQL panel in
React.
-

Fixed an issue where SQL for revoke statements were not shown for
databases.
-

Adds a new LDAP authentication configuration parameter that indicates
the case sensitivity of the LDAP schema/server.
-

Ensure that the master password dialog is popped up if the crypt key is
missing.
-

Fixed an issue where foreign key relationships do not update when the
primary key is modified.
-

Ensure that objects depending on extensions are not displayed in Schema
Diff.
-

Fixed an issue where foreign key is not removed even if the referred
table is removed in ERD.
-

Fixed schema diff issue where function's difference DDL was showing
incorrectly when arguments had default values with commas.
-

Ensure that pgAdmin4 should work with the latest jinja2 version.

Note: This release includes an LDAP configuration change related to the
case insensitivity support for DNS. By default during a bind request, the
LDAP DN is now treated case-insensitively. If you want to make it
case-sensitive to return to the previous behavior, set the LDAP config
setting LDAP_DN_CASE_SENSITIVE to True.

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 2022-04-07 09:42:23 Re: [pgAdmin][RM6131] Port query tool to React
Previous Message Akshay Joshi 2022-04-07 09:28:47 pgAdmin 4 commit: Tag REL-6_8 has been created.