Skip to content

Commit c41f19b

Browse files
(DOCSP-13589): 1.24.1 release notes
1 parent b9ee0f0 commit c41f19b

File tree

2 files changed

+42
-2
lines changed

2 files changed

+42
-2
lines changed

snooty.toml

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

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

1313

1414
[substitutions]

source/release-notes.txt

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

13+
|compass| 1.24.1
14+
----------------
15+
16+
*Released December 9, 2020*
17+
18+
New Features:
19+
20+
- Adds support for updates on sharded collections.
21+
22+
- Adds support for the ``print()`` method in the
23+
:ref:`embedded MongoDB Shell <embedded-mongodb-shell>`.
24+
25+
- Updates :ref:`embedded MongoDB Shell <embedded-mongodb-shell>` to
26+
version ``0.5.2``.
27+
28+
- Provides better readonly and view handling.
29+
30+
- Adds support for multi-line string editing in the field-by-field
31+
editor.
32+
33+
- Provides a descriptive tooltip when selecting an aggregation stage
34+
in the :ref:`Aggregation Pipeline Builder <compass-agg-builder>`.
35+
36+
Bug Fixes:
37+
38+
- Non-editable fields can now be deleted in the field-by-field editor.
39+
40+
- Fixes connection URI issues with SCRAM-SHA-256.
41+
42+
- Adds support for :pipeline:`$out` when connected to a
43+
:atlas:`Data Lake </data-lake>`.
44+
45+
- Removes broken import and export sidebar actions.
46+
47+
- Improves ``x.509`` authentication. Makes the ``x.509`` username
48+
optional in connection validation and improves validation error
49+
messages.
50+
51+
- Various other bug fixes and improvements.
52+
1353
|compass| 1.23
1454
--------------
1555

@@ -23,7 +63,7 @@ Release Notes
2363
- Importing a text pipeline containing a ``$out`` stage no longer
2464
crashes |compass|.
2565

26-
- Various other bug fixes and improvements
66+
- Various other bug fixes and improvements.
2767

2868
|compass| 1.22
2969
--------------

0 commit comments

Comments
 (0)