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",
1717
1818[constants ]
1919
20- version = " 2.2.12 "
20+ version = " 2.2.15 "
2121mdb-version = " 7.0"
2222pgp-version = " {+mdb-version+}"
2323atlas = " MongoDB Atlas"
Original file line number Diff line number Diff line change @@ -12,6 +12,26 @@ Release Notes
1212 :depth: 1
1313 :class: singlecol
1414
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+
1535v2.2.12
1636-------
1737
You can’t perform that action at this time.
0 commit comments