File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ toc_landing_pages = ["/run-commands",
1414
1515[constants ]
1616
17- version = " 1.9.1 "
17+ version = " 1.10.0 "
1818mdb-version = " 6.0"
1919pgp-version = " {+mdb-version+}"
2020
Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ Release Notes
1212 :depth: 1
1313 :class: singlecol
1414
15+
16+ v1.10.0
17+ -------
18+
19+ *Released June 14, 2023*
20+
21+ - :issue:`MONGOSH-1469` Node driver for MongoDB 5.6.0.
22+ - :issue:`MONGOSH-1432` Added helper for the
23+ ``checkMetadataConsistency`` command. For details, see the
24+ `driver command example
25+ <https://www.mongodb.com/docs/drivers/node/v5.6/fundamentals/run-command/#example>`__.
26+ - :issue:`MONGOSH-1442` Added helpers for shard key selection:
27+
28+ - ``db.collection.analyzeShardKey( key )``
29+ - ``db.collection.configureQueryAnalyzer( { mode, sampleRate } )``
30+
31+ `Full release notes available on JIRA
32+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=36119>`__.
33+
1534v1.9.1
1635------
1736
You can’t perform that action at this time.
0 commit comments