You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/release-notes.txt
+39-1Lines changed: 39 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,44 @@ Release Notes
10
10
:depth: 1
11
11
:class: twocols
12
12
13
+
|compass| 1.37.0
14
+
----------------
15
+
16
+
*Released May 25, 2023*
17
+
18
+
New Features:
19
+
20
+
- Dark mode has been updated with a modern theme. If the modern theme
21
+
is enabled in ``Settings>Feature Preview``, Compass defaults to
22
+
the modern dark mode theme.
23
+
- Various user experience improvements when using the Import and Export functionality in Compass (:issue:`COMPASS-5576`, :issue:`COMPASS-6543`).
24
+
- Combine array fields into one in the import CSV preview (:issue:`COMPASS-6766`).
25
+
- Add settings to sidebar menus (:issue:`COMPASS-6796`).
26
+
- Show password only when user focuses on input (:issue:`COMPASS-6161`).
27
+
- Add autocomplete support for $percentile, $median and $$USER_ROLES (:issue:`COMPASS-6780`, :issue:`COMPASS-6781`).
28
+
- Toggle state of **Edit connection string** is based on the new global preference. This setting controls whether a password is visible when creating a new connection.
29
+
- Compass supports the new Queryable Encryption protocol. Starting
30
+
in v1.37.0, Compass is not compatible with MongoDB server versions
31
+
**earlier than 7.0** when using Queryable Encryption (:issue:`COMPASS-6601`, :issue:`COMPASS-6602`).
32
+
33
+
- When using queryable encryption on pre-7.0 servers, you can decrypt
34
+
encrypted data, but you cannot insert or query data.
35
+
36
+
- Add export aggregation code preview to export modal (:issue:`COMPASS-6725`).
37
+
38
+
Bug Fixes:
39
+
40
+
- Differentiate between new Date() and Date() (:issue:`COMPASS-6755`).
41
+
- Fix guessFileType() when JSON fails and CSV lines are huge.
42
+
- Flush import progress throttle on import error.
43
+
- Feature flag default values (:issue:`COMPASS-6525`).
44
+
- Allow updates on a sharded collection (:issue:`COMPASS-6058`).
45
+
- Detect line breaks, pass it on to papaparse (:issue:`COMPASS-6819`).
46
+
- Update reset on query bar to reset results and emit query-changed (:issue:`COMPASS-6805`).
0 commit comments