File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ toc_landing_pages = [
30
30
31
31
[constants ]
32
32
download-page = " `downloads page <https://www.mongodb.com/try/download/compass>`__"
33
- current-version = " 1.42.5 "
33
+ current-version = " 1.43.0 "
34
34
atlas = " MongoDB Atlas"
35
35
qe = " Queryable Encryption"
36
36
qe-preview = " {+qe+} Public Preview"
Original file line number Diff line number Diff line change @@ -13,6 +13,29 @@ Release Notes
13
13
|compass| 1.43.0
14
14
----------------
15
15
16
+ *Released May 02, 2024*
17
+
18
+ New Features
19
+
20
+ - Allows users to specify hints (:issue:`COMPASS-7829`)
21
+ - Shows an error message when connecting to Stream Processing (:issue:`COMPASS-7809`)
22
+ - Warns users when generated aggregation contains a write operation (:issue:`COMPASS-7298`)
23
+ - Adds support to notify users for an update on Linux/MSI (:issue:`COMPASS-7686`)
24
+ - Adds gradient while a generate request is in progress (:issue:`COMPASS-7836`)
25
+ - Includes the error count in the import toast (:issue:`COMPASS-7826`)
26
+ - Removes the GenAI "Preview" badge (:issue:`COMPASS-7890`)
27
+ - Disables the query bar controls while GenAI is running (:issue:`COMPASS-7839`)
28
+
29
+ Bug Fixes
30
+
31
+ - Ensures that the confirmation modal always asks for confirmation input (:issue:`COMPASS-7613`)
32
+ - Bumps Electron to 29 and removes support for RHEL7 (:issue:`COMPASS-7868`)
33
+ - Parses AI response correctly (:issue:`COMPASS-7780`)
34
+ - Fixes CPU hikes because of bad useEffect dependency
35
+
36
+ `Full changelog available on GitHub
37
+ <https://github.com/mongodb-js/compass/compare/v1.42.5...v1.43.0>`__
38
+
16
39
*Upcoming*
17
40
18
41
New Features
You can’t perform that action at this time.
0 commit comments