File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ toc_landing_pages = ["/install",
17
17
18
18
[constants ]
19
19
20
- version = " 2.2.12 "
20
+ version = " 2.2.15 "
21
21
mdb-version = " 7.0"
22
22
pgp-version = " {+mdb-version+}"
23
23
atlas = " MongoDB Atlas"
Original file line number Diff line number Diff line change @@ -12,6 +12,26 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v2.2.15
16
+ -------
17
+
18
+ *Released July 30, 2024*
19
+
20
+
21
+ New features in this release:
22
+
23
+ - :issue:`MONGOSH-1848` - Added helper for ``shardMoveCollection`` and ``unshardCollection`` commands.
24
+
25
+ Bug fixes in this release:
26
+
27
+ - :issue:`MONGOSH-1327` - ``sh.status()`` now shows a full list of tag ranges in verbose mode only.
28
+ - :issue:`MONGOSH-1837` - ReadPreference options specified now apply to admin commands.
29
+ - :issue:`MONGOSH-1392` - The ``mongodb-redact`` dependency library has been updated to version ``1.1.2``. This change should
30
+ help ``mongosh`` processing time for large base64 input data.
31
+
32
+ `Full release notes available on JIRA
33
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=40244>`__.
34
+
15
35
v2.2.12
16
36
-------
17
37
You can’t perform that action at this time.
0 commit comments