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

From Akshay Joshi
Subject pgAdmin 4 v6.19 Released
Date
Msg-id CANxoLDdvSoDf7i+nE07fR9o4D0ZW7aPm0bE5L8gmF_gQeNO8xg@mail.gmail.com
Whole thread Raw
List pgadmin-hackers

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

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

    https://www.pgadmin.org/docs/pgadmin4/6.19/release_notes_6_19.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 of AWS provider for BigAnimal cloud deployment.



Bugs/Housekeeping:

  • Ensure that the authenticated users can't access each other's directories and files by providing relative paths. (CVE-2023-0241).

  • Allow YouTube video demo links to be added to appropriate pgAdmin documentation.

  • Fixed an issue where an incorrect password was used with a shared server.

  • Ensure the browser tree does not freeze while rendering 10k+ nodes/objects.

  • Fixed an issue where the default value of string for columns should wrap in quotes in the create script.

  • Fix the webserver and internal authentication setup issue.

  • Ensure the appbundle has correct permissions so that pgAdmin can be accessed by users other than the owner.

  • Fixed a missing "jwks_uri" in metadata error that occurred when logging in with an oAuth2 provider like Azure or Google.

  • Fixed an issue where the Geometry viewer does not show the popup when columns are less than 3.



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: Fahar Abbas
Date:
Subject: Re: pgAdmin4 v6.19 candidate builds
Next
From: Nikhil Mohite
Date:
Subject: [pgadmin-org/pgadmin4] a48828: Improve performance by removing signal-based zoom-...