File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,37 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
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
+
15
46
v2.3.2
16
47
------
17
48
You can’t perform that action at this time.
0 commit comments