Skip to content

Commit 088f89d

Browse files
authored
DOCSP-35144 Mongosh 2.1.3 RN (#315)
* DOCSP-35144 Mongosh 2.1.3 RN * build error * IF feedback
1 parent 1e54c54 commit 088f89d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

source/changelog.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,20 @@ Release Notes
1212
:depth: 1
1313
:class: singlecol
1414

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+
1529
v2.1.0
1630
------
1731

@@ -28,6 +42,8 @@ v2.1.0
2842
syntax: ``for (const doc of db.coll.find()) { }``. Previously, ``mongosh`` only supported ``.forEach``
2943
syntax for iteration.
3044

45+
`Full release notes available on JIRA <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=36935>`__.
46+
3147
v2.0.2
3248
------
3349

0 commit comments

Comments
 (0)