Skip to content

Commit 68d5fcb

Browse files
authored
DOCSP-30158 1.37.0 Release Notes (#499)
* DOCSP-30158 1.37.0 Release Notes * * * changelog link * * * * * * * * * * * * * * * * * * * * * XR Feedback * * * * * *
1 parent 6f4281d commit 68d5fcb

File tree

2 files changed

+40
-2
lines changed

2 files changed

+40
-2
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ toc_landing_pages = [
2727

2828
[constants]
2929
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__"
30-
current-version = "1.36.4"
30+
current-version = "1.37.0"
3131

3232
[[banners]]
3333
targets = [

source/release-notes.txt

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,44 @@ Release Notes
1010
:depth: 1
1111
:class: twocols
1212

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`).
47+
48+
`Full Changelog available on GitHub
49+
<https://github.com/mongodb-js/compass/compare/v1.36.4...v1.37.0>`__
50+
1351
|compass| 1.36.4
1452
----------------
1553

@@ -35,7 +73,7 @@ Bug Fixes:
3573
- If listCSVFields() or analyzeCSVFields() fails it will display the error
3674
in the modal (:issue:`COMPASS-6737`)
3775

38-
`Full Changelog avaialble on GitHub
76+
`Full Changelog available on GitHub
3977
<https://github.com/mongodb-js/compass/compare/v1.36.3...v1.36.4>`__
4078

4179
|compass| 1.36.3

0 commit comments

Comments
 (0)