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" diff --git a/source/release-notes.txt b/source/release-notes.txt index 263193f63..1c95a5437 100644 --- a/source/release-notes.txt +++ b/source/release-notes.txt @@ -10,6 +10,41 @@ Release Notes :depth: 1 :class: twocols +|compass| 1.45.4 +---------------- + +*Released March 8, 2025* + +New Features: + +- 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: + +- Update maps from Map Tiles API v2 to Raster Tiles 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 + +- Unified validation preview CTA (:issue:`COMPASS-8862`) + + +`Full Changelog available on Github +`__ + |compass| 1.45.3 ----------------