File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-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.43 .5"
35
+ current-version = " 1.44 .5"
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,30 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |compass| 1.44.5
14
+ ----------------
15
+
16
+ *Released October 14, 2024*
17
+
18
+ New Features:
19
+
20
+ - Add polling for regular indexes (:issue:`COMPASS-8214`)
21
+ - Allow editing name, color, and favorite checkbox of connected
22
+ connections (:issue:`COMPASS-8160`)
23
+ - When :guilabel:`Protect Connection String Secrets` is enabled,
24
+ display banner on the connection form (:issue:`COMPASS-8264`)
25
+ - Add a :guilabel:`Save & Connect` button (:issue:`COMPASS-8360`)
26
+
27
+ Bug Fixes:
28
+
29
+ - Expired certificates in the CA list cause connections to fail (:issue:`COMPASS-8322`)
30
+ - Use ``ditto`` instead of ``zip`` to package on MacOS (:issue:`COMPASS-7737`)
31
+ - Show friendly error when proxy config is not supported (:issue:`COMPASS-8345`)
32
+ - Bump ``mongosh``, driver, and bson to the latest versions
33
+
34
+ `Full Changelog available on Github
35
+ <https://github.com/mongodb-js/compass/compare/v1.44.4...v1.44.5>`__
36
+
13
37
|compass| 1.44.4
14
38
----------------
15
39
You can’t perform that action at this time.
0 commit comments