2020-07-24 03:17:39 -05:00
***** ***** **
Version 4.25
***** ***** **
Release date: 2020-08-20
This release contains a number of bug fixes and new features since the release of pgAdmin4 4.24.
New features
***** ***** **
2020-07-29 04:19:22 -05:00
| `Issue #3904 <https://redmine.postgresql.org/issues/3904> `_ - Replace charting library Flotr2 with ChartJS using React.
2020-08-10 04:43:34 -05:00
| `Issue #5126 <https://redmine.postgresql.org/issues/5126> `_ - Modified schema diff tool to compare two databases instead of two schemas.
2020-07-29 04:19:22 -05:00
| `Issue #5610 <https://redmine.postgresql.org/issues/5610> `_ - Add a --yes command line option to setup-web.sh to allow non-interactive use.
2020-07-24 03:17:39 -05:00
Housekeeping
***** ***** **
2020-07-24 03:44:13 -05:00
| `Issue #5324 <https://redmine.postgresql.org/issues/5324> `_ - Improve code coverage and API test cases for Foreign Servers and User Mappings.
2020-08-03 02:08:38 -05:00
| `Issue #5327 <https://redmine.postgresql.org/issues/5327> `_ - Improve code coverage and API test cases for Schemas.
2020-07-29 05:11:04 -05:00
| `Issue #5336 <https://redmine.postgresql.org/issues/5336> `_ - Improve code coverage and API test cases for Types.
2020-07-27 05:03:13 -05:00
| `Issue #5700 <https://redmine.postgresql.org/issues/5700> `_ - Remove old Python 2 compatibility code.
2020-07-24 03:17:39 -05:00
Bug fixes
***** *** *
2020-08-03 02:48:04 -05:00
| `Issue #3767 <https://redmine.postgresql.org/issues/3767> `_ - Ensure that the original file format should be retained when saving the same file in SQL editor.
2020-08-11 01:00:47 -05:00
| `Issue #3791 <https://redmine.postgresql.org/issues/3791> `_ - Added missing comments in reverse engineering SQL for each column of a View.
2020-08-06 05:46:37 -05:00
| `Issue #4361 <https://redmine.postgresql.org/issues/4361> `_ - Fixed ssh tunnel hang issue when the user tries to disconnect the server.
2020-08-06 02:00:10 -05:00
| `Issue #4387 <https://redmine.postgresql.org/issues/4387> `_ - Fixed an issue where the user is not able to insert the data if the table and columns name contains special characters.
2020-07-24 04:00:22 -05:00
| `Issue #4810 <https://redmine.postgresql.org/issues/4810> `_ - Fixed an issue where the user is not able to save the new row if the table is empty.
2020-08-04 05:18:20 -05:00
| `Issue #5429 <https://redmine.postgresql.org/issues/5429> `_ - Ensure that the Dictionaries drop-down shows all the dictionaries in the FTS configuration dialog.
2020-07-28 05:43:05 -05:00
| `Issue #5490 <https://redmine.postgresql.org/issues/5490> `_ - Make the runtime configuration dialog non-modal.
2020-08-10 06:23:32 -05:00
| `Issue #5526 <https://redmine.postgresql.org/issues/5526> `_ - Fixed an issue where copying and pasting a cell with multiple line data will result in multiple rows.
2020-08-11 05:01:14 -05:00
| `Issue #5567 <https://redmine.postgresql.org/issues/5567> `_ - Fixed an issue where conversion of bytea to the binary string results in an error.
2020-07-29 05:52:11 -05:00
| `Issue #5632 <https://redmine.postgresql.org/issues/5632> `_ - Ensure that the user will be able to modify the start value of the Identity column.
2020-07-27 05:29:01 -05:00
| `Issue #5646 <https://redmine.postgresql.org/issues/5646> `_ - Ensure that RLS Policy node should be searchable using search object.
2020-08-10 04:57:57 -05:00
| `Issue #5664 <https://redmine.postgresql.org/issues/5664> `_ - Fixed an issue where 'ALTER VIEW' statement is missing when the user sets the default value of a column for View.
2020-08-07 06:47:51 -05:00
| `Issue #5670 <https://redmine.postgresql.org/issues/5670> `_ - Fixed an issue where the error message does not have a close button on utility dialogs.
2020-08-07 06:00:03 -05:00
| `Issue #5689 <https://redmine.postgresql.org/issues/5689> `_ - Added the 'ORDER BY' clause for the privileges type to fix schema diff issue.
2020-07-30 03:27:00 -05:00
| `Issue #5708 <https://redmine.postgresql.org/issues/5708> `_ - Correct TLS certificate filename in the container deployment docs.
2020-08-06 06:22:16 -05:00
| `Issue #5710 <https://redmine.postgresql.org/issues/5710> `_ - Fixed an issue when comparing the table with a trigger throwing error in schema diff.
2020-08-07 06:27:50 -05:00
| `Issue #5713 <https://redmine.postgresql.org/issues/5713> `_ - Corrected DROP SQL syntax for catalog.
2020-08-07 04:07:28 -05:00
| `Issue #5716 <https://redmine.postgresql.org/issues/5716> `_ - Fixed an issue where ajax call continues to fire even after disconnect the database server.
| `Issue #5724 <https://redmine.postgresql.org/issues/5724> `_ - Clarify some of the differences when running in server mode in the docs.