File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ toc_landing_pages = [
32
32
33
33
[constants ]
34
34
download-page = " `downloads page <https://www.mongodb.com/try/download/compass>`__"
35
- current-version = " 1.44.5 "
35
+ current-version = " 1.45.4 "
36
36
atlas = " MongoDB Atlas"
37
37
qe = " Queryable Encryption"
38
38
qe-preview = " {+qe+} Public Preview"
Original file line number Diff line number Diff line change @@ -10,6 +10,41 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |compass| 1.45.4
14
+ ----------------
15
+
16
+ *Released March 10, 2025*
17
+
18
+ New Features:
19
+
20
+ - Connect in new window with connect split-button (:issue:`COMPASS-8473`)
21
+
22
+ - Add confirmation modal when applying rules, add explicit editing state (:issue:`COMPASS-8861`)
23
+
24
+ - Bump :program:`mongosh`, driver to latest (:issue:`COMPASS-9056`)
25
+
26
+ - Allow aborting analysis while in progress (:issue:`COMPASS-9052`)
27
+
28
+
29
+ Bug Fixes:
30
+
31
+ - Update maps from Map Tiles API v2 to Raster Tiles API v3 (:issue:`COMPASS-8981`)
32
+
33
+ - Prevent losing changes in validation editor (:issue:`COMPASS-9003`)
34
+
35
+ - Document preview overflow styles (:issue:`COMPASS-8997`)
36
+
37
+ - Hang when the shell output reaches ``maxOutputLines``
38
+ (:issue:`COMPASS-7567` and :issue:`MONGOSH-2021`)
39
+
40
+ - Update driver and patch ``package-lock.json`` hoisting for ``mongosh`` packages
41
+
42
+ - Unified validation preview CTA (:issue:`COMPASS-8862`)
43
+
44
+
45
+ `Full Changelog available on Github
46
+ <https://github.com/mongodb-js/compass/compare/v1.45.3...v1.45.4>`__
47
+
13
48
|compass| 1.45.3
14
49
----------------
15
50
You can’t perform that action at this time.
0 commit comments