From d09c3b6b21ea7cf1993b960a8828250b6d1eaa05 Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Tue, 4 Jul 2023 11:53:12 +0530 Subject: [PATCH] Update release notes. --- docs/en_US/release_notes_7_5.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/en_US/release_notes_7_5.rst b/docs/en_US/release_notes_7_5.rst index 2425ac938..e90435d5a 100644 --- a/docs/en_US/release_notes_7_5.rst +++ b/docs/en_US/release_notes_7_5.rst @@ -36,4 +36,10 @@ Bug fixes | `Issue #6317 `_ - Fix an issue where queries longer than 1 minute get stuck - Container 7.1 | `Issue #6356 `_ - Fix an issue where queries get stuck with auto-completion enabled. | `Issue #6364 `_ - Fixed Query Tool/ PSQL tool tab title not getting updated on database rename. + | `Issue #6501 `_ - Fix the query tool auto-complete issue on the server reconnection. + | `Issue #6502 `_ - Fix the query tool restore connection issue. + | `Issue #6508 `_ - Fix the crash issue if the query is running and the server is disconnected. + | `Issue #6509 `_ - Fix the reconnecton issue if the PostgreSQL server is restarted from the backend. + | `Issue #6514 `_ - Fix the connection and stability issues since v7, possibly related to background schema changes. | `Issue #6515 `_ - Fixed an issue where the query tool is unable to execute a query on Postgres 10 and below versions. + | `Issue #6524 `_ - Fix the lost connection error in v7.4.