From b783e68d62ad9b7bc1988aaf359f0b58568d166e Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Wed, 15 Jan 2025 16:47:58 -0500 Subject: [PATCH 1/4] DOCSP-46445-Compass-1.45.1-Release-Notes --- source/release-notes.txt | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/source/release-notes.txt b/source/release-notes.txt index 451047fe7..79add7f73 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -13,6 +13,36 @@ Release Notes |compass| 1.45.0 ---------------- +New Features: + +- Adds welcome page (:issue:`COMPASS-8657`) +- Adds onFailToLoadConnections callback (:issue:`COMPASS-8657`) + +Bug Fixes: + +- Send a nonce in oidc request by default (:issue:`COMPASS-8588`) +- Don't cut off list view value editor tooltips (:issue:`COMPASS-8581`) +- Fixes element key editor tooltip and revert not updating validity + (:issue:`COMPASS-8586`) +- Don't fallback to zero if the count cannot be determined +- Updates top chart write lock percentage of load visual + (:issue:`COMPASS-8604`) +- Don't lose the isOperationInProgress state when the user switches + tabs (:issue:`COMPASS-8576`) +- Bumps mongosh to 2.3.6 (:issue:`COMPASS-8689`) +- Don't derive enableGenAIFeatures from org, allow disabling it + (:issue:`COMPASS-8680`) +- Adjusts status marker position (:issue:`CLOUDP-289203`) +- Adds tracking for compass-provider (:issue:`COMPASS-8658`) + +`Full Changelog available on Github +`__ + +*Released January 15, 2024* + +|compass| 1.45.0 +---------------- + *Released December 4, 2024* Bug Fixes: From dd1bf0d6455fd7e2d000d156f5023632f265098c Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Wed, 15 Jan 2025 16:51:35 -0500 Subject: [PATCH 2/4] rn --- source/release-notes.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 79add7f73..698dbd506 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -10,9 +10,11 @@ Release Notes :depth: 1 :class: twocols -|compass| 1.45.0 +|compass| 1.45.1 ---------------- +*Released January 15, 2024* + New Features: - Adds welcome page (:issue:`COMPASS-8657`) @@ -38,8 +40,6 @@ Bug Fixes: `Full Changelog available on Github `__ -*Released January 15, 2024* - |compass| 1.45.0 ---------------- From 9cab9a5640199f7368bf097092a28ea30a2eb0e7 Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Thu, 16 Jan 2025 12:14:39 -0500 Subject: [PATCH 3/4] external rev --- source/release-notes.txt | 6 ------ 1 file changed, 6 deletions(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 698dbd506..a320be30c 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -15,11 +15,6 @@ Release Notes *Released January 15, 2024* -New Features: - -- Adds welcome page (:issue:`COMPASS-8657`) -- Adds onFailToLoadConnections callback (:issue:`COMPASS-8657`) - Bug Fixes: - Send a nonce in oidc request by default (:issue:`COMPASS-8588`) @@ -35,7 +30,6 @@ Bug Fixes: - Don't derive enableGenAIFeatures from org, allow disabling it (:issue:`COMPASS-8680`) - Adjusts status marker position (:issue:`CLOUDP-289203`) -- Adds tracking for compass-provider (:issue:`COMPASS-8658`) `Full Changelog available on Github `__ From d98eeb77d7025499d9c1155f5edb61bc01ac6f6f Mon Sep 17 00:00:00 2001 From: Joseph Dougherty Date: Thu, 16 Jan 2025 14:32:48 -0500 Subject: [PATCH 4/4] adds issue number --- source/release-notes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index a320be30c..9b8fbd04f 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -21,7 +21,8 @@ Bug Fixes: - Don't cut off list view value editor tooltips (:issue:`COMPASS-8581`) - Fixes element key editor tooltip and revert not updating validity (:issue:`COMPASS-8586`) -- Don't fallback to zero if the count cannot be determined +- Don't fallback to zero if the count cannot be determined + (:issue:`COMPASS-8841`) - Updates top chart write lock percentage of load visual (:issue:`COMPASS-8604`) - Don't lose the isOperationInProgress state when the user switches