From e6e49091b621d792e9e959ccd1cd492e33f535ef Mon Sep 17 00:00:00 2001 From: Akshay Joshi Date: Thu, 16 Mar 2023 17:26:14 +0530 Subject: [PATCH] Updated release note. --- docs/en_US/release_notes_7_0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en_US/release_notes_7_0.rst b/docs/en_US/release_notes_7_0.rst index 6b91394e8..580d90c86 100644 --- a/docs/en_US/release_notes_7_0.rst +++ b/docs/en_US/release_notes_7_0.rst @@ -22,12 +22,14 @@ New features | `Issue #5014 `_ - Added support for mounting shared storage in server mode. | `Issue #5750 `_ - Added capability to deploy PostgreSQL servers on Google Cloud. + | `Issue #5855 `_ - Added option to create unique constraint with nulls not distinct. Housekeeping ************ | `Issue #5011 `_ - Added support for psycopg3 along with psycopg2. | `Issue #5701 `_ - Remove Bootstrap and jQuery usage. + | `Issue #5830 `_ - Add .ts and .tsx files under linter and fix linter issues. | `Issue #5901 `_ - Update SQLAlchemy, Flask, Flask-SQLAlchemy, and other packages to current versions. Bug fixes @@ -42,3 +44,5 @@ Bug fixes | `Issue #5904 `_ - Fixed an issue where the count query should not be triggered when the estimated count is less than zero. | `Issue #5929 `_ - Dashboard graph Y-axis width should increase with label. | `Issue #5943 `_ - Use http for SVG namespace URLs which were changed to https for SonarQube fixes. + | `Issue #5955 `_ - Fix an issue where query tool is stuck when running query after discarding changed data. + | `Issue #5958 `_ - Fix an issue where new dashboard graphs are partially following theme colors.