From aa6c199e98f53420fe57df51569d303193d16d13 Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Wed, 1 Feb 2023 13:12:37 +0530 Subject: [PATCH] Added bundled PG utilities in the release note. #4320 --- docs/en_US/release_notes_6_20.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/en_US/release_notes_6_20.rst b/docs/en_US/release_notes_6_20.rst index b3f974276..8fdb9db0d 100644 --- a/docs/en_US/release_notes_6_20.rst +++ b/docs/en_US/release_notes_6_20.rst @@ -12,6 +12,11 @@ Supported Database Servers **EDB Advanced Server**: 10, 11, 12, 13, 14 and 15 +Bundled PostgreSQL Utilities +**************************** +**psql**, **pg_dump**, **pg_dumpall**, **pg_restore**: 15.1 + + New features ************ @@ -20,6 +25,7 @@ New features Housekeeping ************ + | `Issue #4320 `_ - Added bundled PG utilities in the release note. | `Issue #5525 `_ - Upgrade Flask-Migrate to 4.x. | `Issue #5723 `_ - Improve performance by removing signal-based zoom-in, zoom-out, etc functionality from the runtime environment. @@ -28,6 +34,7 @@ Bug fixes | `Issue #5532 `_ - Fixed an issue where the client cert location was not stored on the shared servers. | `Issue #5567 `_ - Fix orphan database connections resulting in an inability to connect to databases. + | `Issue #5702 `_ - Fix an issue where role is used as username for newly added servers when opening query tool. | `Issue #5705 `_ - Ensure that all parts of the application recommend and enforce the same length of passwords. | `Issue #5732 `_ - Fixed an issue where Kerberos authentication to the server is not imported/exported. | `Issue #5751 `_ - Fix failing import servers CLI due to vulnerability fix.