pgAdmin 4 v6.8 Released - Mailing list pgadmin-hackers

From Akshay Joshi
Subject pgAdmin 4 v6.8 Released
Date
Msg-id CANxoLDdTCq5ObvQ3c4zMtegpMnxa2k5u3cSt-k2aE9Htko_ALw@mail.gmail.com
Whole thread Raw
List 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


pgadmin-hackers by date:

Previous
From: Akshay Joshi
Date:
Subject: pgAdmin 4 commit: Tag REL-6_8 has been created.
Next
From: Aditya Toshniwal
Date:
Subject: Re: [pgAdmin][RM6131] Port query tool to React