Skip to content

Commit c74cc0c

Browse files
(DOCSP-20424): v1.30.1 release notes
1 parent 85fdd4b commit c74cc0c

File tree

2 files changed

+60
-2
lines changed

2 files changed

+60
-2
lines changed

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name = "compass"
22
title = "MongoDB Compass"
33

4-
intersphinx = ["https://docs.mongodb.com/manual/objects.inv", "https://docs.mongodb.com/database-tools/objects.inv"]
4+
intersphinx = ["https://docs.mongodb.com/manual/objects.inv", "https://docs.mongodb.com/rapid/objects.inv", "https://docs.mongodb.com/database-tools/objects.inv"]
55

66
toc_landing_pages = ["/install", "/connect", "/instance", "/query/filter", "/query/queries",
77
"/documents", "/schema", "/aggregation-pipeline-builder"]
88

99
[constants]
1010
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__"
11-
current-version = "1.29.6"
11+
current-version = "1.30.1"
1212

1313

1414
[substitutions]

source/release-notes.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,64 @@ Release Notes
1010
:depth: 1
1111
:class: twocols
1212

13+
|compass| 1.30.1
14+
----------------
15+
16+
*Released January 13, 2022*
17+
18+
New Features:
19+
20+
- Add link and descriptions for the :pipeline:`$documents` stage.
21+
22+
- Connect form: Add SSL/TLS option radio box group.
23+
24+
- Databases and Collections: Add async loading states for databases and
25+
collections list.
26+
27+
- Export secrets methods and parse raw models.
28+
29+
- Styles: Add darkreader dark theme option.
30+
31+
- Connections: Add general tab contents to connect form.
32+
33+
- Support MongoDB 5.2 aggregations.
34+
35+
Bug Fixes:
36+
37+
- Remove unused vars.
38+
39+
- SSH Tunnel: Remove unused import.
40+
41+
- BSON Transpilers: Account for bson Decimal128 validation changes.
42+
43+
- Make SSH tunnel use Socks5.
44+
45+
- Compass Logging: Bump mongodb-log-writer to allow browser envs.
46+
47+
- Move theme menu from help to view in non mac/darwin.
48+
49+
- Connections:
50+
51+
- Hide socks tab on SSH form.
52+
53+
- Add SSH label.
54+
55+
- Remove compass-components from prod dependencies.
56+
57+
- toggle-shell: Use key instead of keyCode.
58+
59+
- data-service:
60+
61+
- Do not return name from adapted dbStats
62+
63+
- Do not ignore directConnection=false
64+
65+
- mocha-config-compass: Disable source map processing when running code
66+
in electron / web runtime in tests
67+
68+
`All JIRA issues closed in 1.30.1
69+
<https://jira.mongodb.org/issues/?jql=project%20%3D%20COMPASS%20AND%20fixVersion%20%3D%201.30.1>`__.
70+
1371
|compass| 1.29.6
1472
----------------
1573

0 commit comments

Comments
 (0)