File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ toc_landing_pages = [
31
31
32
32
[constants ]
33
33
download-page = " `downloads page <https://www.mongodb.com/try/download/compass>`__"
34
- current-version = " 1.43.4 "
34
+ current-version = " 1.43.5 "
35
35
atlas = " MongoDB Atlas"
36
36
qe = " Queryable Encryption"
37
37
qe-preview = " {+qe+} Public Preview"
Original file line number Diff line number Diff line change @@ -10,6 +10,31 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+ |compass| 1.43.5
14
+ ----------------
15
+
16
+ *Released July 31, 2024*
17
+
18
+ New Features:
19
+
20
+ - A warning toast message now displays when Compass cannot access credential
21
+ storage (:issue:`COMPASS-7819`).
22
+
23
+ Bug Fixes:
24
+
25
+ - Fixed a bug when closing the :guilabel:`Performance` telemetry screen
26
+ caused a crash (:issue:`COMPASS-8056`).
27
+ - Fixed a bug when sidebar search displayed only database names when both
28
+ database and other object names matched the search
29
+ criteria (:issue:`COMPASS-8026`).
30
+ - Fixed a bug that prevented adding nested fields on object-type
31
+ fields (:issue:`COMPASS-7929`).
32
+ - Fixed a bug that caused EJSON data types to export incorrectly when
33
+ export to JSON (:issue:`COMPASS-8099`).
34
+
35
+ `Full Changelog available on GitHub
36
+ <https://github.com/mongodb-js/compass/compare/v1.43.4...v1.43.5>`__
37
+
13
38
|compass| 1.43.4
14
39
----------------
15
40
You can’t perform that action at this time.
0 commit comments