pgAdmin 4 v4.22 released

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin 4 v4.22 released
Date: 2020-05-28 10:29:30
Message-ID: CANxoLDc5dvWVZoE3CYwrt12qyX4-q8f-CLAKf-EfCwuSprwDbw@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.22.
This release of pgAdmin 4 includes over 36 bug fixes and new features. For
more details please see the release notes at:

https://www.pgadmin.org/docs/pgadmin4/dev/release_notes_4_22.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:

- Show the startup log as well as the server log in the runtime's log
viewer.
- Implement Selenium Grid to run multiple tests across different
browsers, operating systems, and machines in parallel.
- Remove support for Python 2.
- Ensure that maintenance jobs should be worked properly for indexes
under a materialized view.
- Ensure that file browse "home" button should point to $HOME rather
than /.
- Fixed data truncation issue when updating the data of type character
with length
- Fixed generated SQL issue for auto vacuum options.
- Fixed internal server error when clicking on Triggers -> 'Enable All'
for partitions
- Fixed the SQL help issue for EDB Postgres Advanced Server.
- Fixed an issue where if LDAP_SEARCH_BASE_DN is not set then, the value
for LDAP_BASE_DN will be considered.
- Improve code coverage and API test cases for Indexes, Rules, Triggers,
and Compound Triggers.

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-05-28 10:31:41 pgAdmin 4 commit: Tag REL-4_22 has been created.
Previous Message Fahar Abbas 2020-05-28 09:46:43 Re: pgAdmin4 v4.22 candidate builds