Skip to content

Commit a43ec52

Browse files
authored
DOCSP-44816 mongosh 2.3.3. RN (#363)
* DOCSP-44816 mongosh 2.3.3. RN
1 parent 2fdfd0b commit a43ec52

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

source/changelog.txt

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

15+
v2.3.3
16+
------
17+
18+
*Released October 30, 2024*
19+
20+
New features released in this version:
21+
22+
- :issue:`MONGOSH-1326` - Adds ``shardedDataDistribution`` to
23+
:method:`sh.status`.
24+
- :issue:`MONGOSH-1838` - Accounts for orphan documents in
25+
:method:`~db.collection.getShardDistribution()` helper.
26+
27+
Bug Fixes:
28+
29+
- :issue:`MONGOSH-1868` - Aligns database and collection
30+
aggregate functions
31+
- :issue:`MONGOSH-1608` - ``mongosh`` should throw an error when
32+
trying to drop a non-primary index
33+
- :issue:`MONGOSH-1868` - Adds support for running aggregate
34+
database with a single stage
35+
- :issue:`MONGOSH-1867` - Fixes incorrect ``db.createView.help``.
36+
- :issue:`MONGOSH-1697` - Updates the ``help()`` text for the
37+
:method:`~db.collection.find` and
38+
:method:`~db.collection.findOne` methods.
39+
- :issue:`MONGOSH-1703` Fixes invalid regular expression error in
40+
:method:`db.currentOp`.
41+
42+
`Full release notes available on JIRA
43+
<https://jira.mongodb.org/issues/?jql=project%20%3D%20MONGOSH%20AND%20fixVersion%20%3D%202.3.3>`__.
44+
45+
1546
v2.3.2
1647
------
1748

0 commit comments

Comments
 (0)