pgAdmin 4 v4.21 released

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin 4 v4.21 released
Date: 2020-04-30 11:13:19
Message-ID: CANxoLDdh3B0NvJ2=MVRZEpAtvrOORNk_rP0nvJ5xcBDy+qYXng@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 4.21.
This release of pgAdmin 4 includes over 74 bug fixes and new features. For
more details please see the release notes at:

https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_21.html.

*Note: *The next release of pgAdmin (expected to be v4.22) will not support
running under Python 2.7. This will only affect users running the Python
wheel package under Python 2.7 or those running from their own source code
build.

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:

- Added LDAP authentication support.
- Added search object functionality.
- Added support of Foreign Tables, Packages, Sequences, and Synonyms to
the Schema Diff.
- Warn the user if an unsupported, deprecated, or unknown browser is
detected.
- Added multiple drop/delete functionality for the table constraints.
- Fixed copy-paste row issues in View/Edit Data.
- Added dark mode support for the configuration dialog on Windows/macOS
runtime.
- Added alert message to Reset Layout if any of the panels from Query
Tool failed to load.
- Fixed an issue when the user performs refresh on a large
size materialized view.
- Ensure that default sort order should be using the primary key in
View/Edit data.
- Fixed an issue where changing the values of columns with JSONB or JSON
types to NULL.
- Ensure that if the delimiter is set other than comma then download the
file as '.txt' file.

Builds for Windows and macOS are available now, along with a Python Wheel,
Docker Container and source code tarball from:

https://www.pgadmin.org/download/

RPM and DEB packages are expected to be available on the
postgresql.org repositories
within the next few days.

--
Akshay Joshi
pgAdmin Project

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2020-04-30 11:16:44 pgAdmin 4 commit: Tag REL-4_21 has been created.
Previous Message Fahar Abbas 2020-04-30 09:12:56 Re: pgAdmin4 v4.21 candidate builds