Skip to content

Commit 475357c

Browse files
(DOCSP-22841): 1.31.2 and 1.31.3 release notes (#401)
* (DOCSP-22841): 1.31.2 and 1.31.3 release notes * add 1.31.3 notes * add JIRA links * remove old JIRA link
1 parent 7ef2eaf commit 475357c

File tree

2 files changed

+58
-1
lines changed

2 files changed

+58
-1
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ toc_landing_pages = ["/install", "/connect", "/instance", "/query/filter", "/que
1212

1313
[constants]
1414
download-page = "`downloads page <https://www.mongodb.com/download-center/compass?tck=docs_compass>`__"
15-
current-version = "1.31.1"
15+
current-version = "1.31.3"
1616

1717

1818
[substitutions]

source/release-notes.txt

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

13+
|compass| 1.31.3
14+
----------------
15+
16+
*Released May 17, 2022*
17+
18+
New Features:
19+
20+
- Export pipelines to Go.
21+
22+
- Bump Node driver to version 4.6.0 and embedded shell to version 1.4.1
23+
(:issue:`COMPASS-5619`).
24+
25+
- Support columnstore indexes and clustered collections
26+
(:issue:`COMPASS-5665`, :issue:`COMPASS-5666`).
27+
28+
- Add ``srvMaxHosts`` to advanced connection options.
29+
30+
- Disable aggregation toolbar options when pipeline is invalid.
31+
32+
- Style improvements.
33+
34+
Bug fixes:
35+
36+
- In connection form, allow empty hosts.
37+
38+
- In aggregation pipeline builder, update default document preview
39+
amount from 10 to 20.
40+
41+
- Resize elements for improved visibility.
42+
43+
`Full changelog available on GitHub
44+
<https://github.com/mongodb-js/compass/releases/tag/v1.31.3>`__.
45+
46+
|compass| 1.31.2
47+
----------------
48+
49+
*Released April 14, 2022*
50+
51+
Bug fixes:
52+
53+
- Aggregation screen no longer showsœ a "Cannot have two html5 backends"
54+
error. (:issue:`COMPASS-5655`)
55+
56+
- Connections that use certificates no longer fail with "option
57+
usesystemca is not supported" (:issue:`COMPASS-5729`)
58+
59+
- You can edit null values in CRUD view (:issue:`COMPASS-5697`)
60+
61+
- Invalid UUID values display correctly in CRUD view
62+
(:issue:`COMPASS-5726`)
63+
64+
- Editing Int64 values in JSON view no longer changes their type to
65+
Int32 (:issue:`COMPASS-5710`)
66+
67+
`Full changelog available on GitHub
68+
<https://github.com/mongodb-js/compass/releases/tag/v1.31.2>`__.
69+
1370
|compass| 1.31.1
1471
----------------
1572

0 commit comments

Comments
 (0)