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",
14
14
15
15
[constants ]
16
16
17
- version = " 1.9.1 "
17
+ version = " 1.10.0 "
18
18
mdb-version = " 6.0"
19
19
pgp-version = " {+mdb-version+}"
20
20
Original file line number Diff line number Diff line change @@ -12,6 +12,25 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
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
+
15
34
v1.9.1
16
35
------
17
36
You can’t perform that action at this time.
0 commit comments