pgAdmin 4 v4.25 released

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: pgAdmin 4 v4.25 released
Date: 2020-08-20 12:50:03
Message-ID: CANxoLDfm4U6LMk-bv7DsC+0AvqBrvJLZwdmORDDM_CvMLvFC=Q@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.25.
This release of pgAdmin 4 includes 30 bug fixes and new features. For more
details please see the release notes at:

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

- Modified schema diff tool to compare two databases instead of two
schemas
- Resolve schema diff dependencies by selecting the appropriate node
automatically and maintain the order in the generated script.
- Replace charting library Flotr2 with ChartJS using React.
- Upgrade font-awesome from v4 to v5.
- Fixed an issue where debugger doesn't work if the search path is set
other than 'public'.
- Fixed ssh tunnel hang issue when the user tries to disconnect the
server.
- Fixed an issue where conversion of bytea to the binary string results
in an error.
- Fixed an issue where the entire logs are in red text when the user
runs backup and restore.
- Ensure that the user will be able to modify the start value of the
Identity column.
- Fixed an issue where 'ALTER VIEW' statement is missing when the user
sets the default value of a column for View.

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 Akshay Joshi 2020-08-20 12:52:28 pgAdmin 4 commit: Tag REL-4_25 has been created.
Previous Message Nikhil Mohite 2020-08-20 12:01:36 Re: [pgAdmin][RM5990]: Update the style guide on pgAdmin4 website