From ae54e984e6239be789ec14bbfedef136934b60be Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Mon, 3 Mar 2025 15:49:39 -0600 Subject: [PATCH 1/9] DOCSP-47969 Compass 1.45.4 RN --- source/release-notes.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/release-notes.txt b/source/release-notes.txt index 263193f63..f86fd169b 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -10,6 +10,12 @@ Release Notes :depth: 1 :class: twocols +|compass| 1.45.4 +---------------- + +`Full Changelog available on Github +`__ + |compass| 1.45.3 ---------------- From d72521af4fae75782166cf173798ffc15ed4336d Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Mon, 3 Mar 2025 16:22:56 -0600 Subject: [PATCH 2/9] Adds release notes --- source/release-notes.txt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/source/release-notes.txt b/source/release-notes.txt index f86fd169b..aaa16999d 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -13,6 +13,23 @@ Release Notes |compass| 1.45.4 ---------------- +New Features: + +- Connect in new window via connect split-button (:issue:`COMPASS-8473`) + +Bug Fixes: + +- Update maps from map tile API v2 to raster tile API v3 (:issue:`COMPASS-8981`) + +- Prevent losing changes in validation editor (:issue:`COMPASS-9003`) + +- Document preview overflow styles (:issue:`COMPASS-8997`) + +- Hang when the shell output reaches maxOutputLines + (:issue:`COMPASS-7567` and :issue:`MONGOSH-2021`) + +- Update driver and patch ``package-lock.json`` hoisting for ``mongosh`` packages + `Full Changelog available on Github `__ From 611a2272f27e8fd56fd6e6dbf4dc781732156eaf Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Mon, 3 Mar 2025 17:24:59 -0600 Subject: [PATCH 3/9] Fixes per Vale --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index aaa16999d..2f329af2a 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -15,7 +15,7 @@ Release Notes New Features: -- Connect in new window via connect split-button (:issue:`COMPASS-8473`) +- Connect in new window with connect split-button (:issue:`COMPASS-8473`) Bug Fixes: From fc7e4773e56ab8e22ebc4dda4d6e0b838bca926a Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Tue, 4 Mar 2025 16:45:23 -0600 Subject: [PATCH 4/9] Fixes per Jeff --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 2f329af2a..4111ee716 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -19,7 +19,7 @@ New Features: Bug Fixes: -- Update maps from map tile API v2 to raster tile API v3 (:issue:`COMPASS-8981`) +- Update maps from map tile API v2 to Raster Tile API v3 (:issue:`COMPASS-8981`) - Prevent losing changes in validation editor (:issue:`COMPASS-9003`) From add106b61ec85d017ed1da25c25f9a121010f885 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Mon, 10 Mar 2025 12:46:30 -0500 Subject: [PATCH 5/9] Adds changes from release --- source/release-notes.txt | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 4111ee716..1418fd8da 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -15,7 +15,14 @@ Release Notes New Features: -- Connect in new window with connect split-button (:issue:`COMPASS-8473`) +- Connect in new window with connect split-button (:issue:`COMPASS-8473`) + +- Add confirmation modal when applying rules, add explicit editing state (:issue:`COMPASS-8861`) + +- Bump :program:`mongosh`, driver to latest (:issue:`COMPASS-9056`) + +- Allow aborting analysis while in progress (:issue:`COMPASS-9052`) + Bug Fixes: @@ -25,11 +32,14 @@ Bug Fixes: - Document preview overflow styles (:issue:`COMPASS-8997`) -- Hang when the shell output reaches maxOutputLines +- Hang when the shell output reaches ``maxOutputLines`` (:issue:`COMPASS-7567` and :issue:`MONGOSH-2021`) - Update driver and patch ``package-lock.json`` hoisting for ``mongosh`` packages +- Unified validation preview CTA (:issue:`COMPASS-8862`) + + `Full Changelog available on Github `__ From fb75dcb02aea95c41d10b65ee132fc9869504461 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Mon, 10 Mar 2025 12:56:43 -0500 Subject: [PATCH 6/9] Set release date --- source/release-notes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/release-notes.txt b/source/release-notes.txt index 1418fd8da..d6e44f803 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -13,6 +13,8 @@ Release Notes |compass| 1.45.4 ---------------- +*Released March 8, 2025* + New Features: - Connect in new window with connect split-button (:issue:`COMPASS-8473`) From 5b103e34d728c82addb2a01bca64ffd0a5440251 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Mon, 10 Mar 2025 13:04:14 -0500 Subject: [PATCH 7/9] Fixes map tiles API --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index d6e44f803..1c95a5437 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -28,7 +28,7 @@ New Features: Bug Fixes: -- Update maps from map tile API v2 to Raster Tile API v3 (:issue:`COMPASS-8981`) +- Update maps from Map Tiles API v2 to Raster Tiles API v3 (:issue:`COMPASS-8981`) - Prevent losing changes in validation editor (:issue:`COMPASS-9003`) From 65cebf274ddc22671f5899679bb60eada5cd6774 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Thu, 13 Mar 2025 13:13:13 -0500 Subject: [PATCH 8/9] Fixes per Jeff --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index 499f6c9fb..ace68973b 100644 --- a/snooty.toml +++ b/snooty.toml @@ -32,7 +32,7 @@ toc_landing_pages = [ [constants] download-page = "`downloads page `__" -current-version = "1.44.5" +current-version = "1.45.4" atlas = "MongoDB Atlas" qe = "Queryable Encryption" qe-preview = "{+qe+} Public Preview" From c84438f25497577f9062535145b9770ce3e719c0 Mon Sep 17 00:00:00 2001 From: "Kenneth P. J. Dyer" Date: Mon, 17 Mar 2025 12:20:51 -0500 Subject: [PATCH 9/9] Fixes per Betsy --- source/release-notes.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/release-notes.txt b/source/release-notes.txt index 1c95a5437..565659c4a 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -13,7 +13,7 @@ Release Notes |compass| 1.45.4 ---------------- -*Released March 8, 2025* +*Released March 10, 2025* New Features: