File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,20 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.1.3
16
+ ------
17
+
18
+ *Released January 29, 2024*
19
+
20
+ - :issue:`MONGOSH-1631` - Adds support for the new ``type`` field when creating
21
+ search indexes for ``runCommand``, ``createSearchIndex``, and
22
+ ``createSearchIndexes`` commands.
23
+
24
+ - :issue:`MONGOSH-1664` - Removes tests for the ``validate`` command background
25
+ option.
26
+
27
+ `Full release notes available on JIRA <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=37823>`__.
28
+
15
29
v2.1.0
16
30
------
17
31
28
42
syntax: ``for (const doc of db.coll.find()) { }``. Previously, ``mongosh`` only supported ``.forEach``
29
43
syntax for iteration.
30
44
45
+ `Full release notes available on JIRA <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=36935>`__.
46
+
31
47
v2.0.2
32
48
------
33
49
You can’t perform that action at this time.
0 commit comments