File tree Expand file tree Collapse file tree 3 files changed +30
-5
lines changed Expand file tree Collapse file tree 3 files changed +30
-5
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.5.4 "
17
+ version = " 1.6.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,31 @@ Release Notes
12
12
:depth: 1
13
13
:class: singlecol
14
14
15
+ v1.6.0
16
+ ------
17
+
18
+ *Released September 20, 2022*
19
+
20
+ - :issue:`MONGOSH-1299`: ``mongosh`` now uses :github:`Node.js driver
21
+ 4.10.0 </mongodb/node-mongodb-native/releases/tag/v4.10.0>`.
22
+
23
+ - :issue:`MONGOSH-1254`: Adds the ``sh.getShardedDataDistribution()``
24
+ helper method. This method runs the ``$shardedDataDistribution``
25
+ aggregation stage and returns a cursor for the result.
26
+
27
+ - :issue:`MONGOSH-1266`: The KeyVault :method:`~KeyVault.getKey()` and
28
+ :method:`~KeyVault.getKeyByAltName()` methods now return Documents.
29
+
30
+ - :issue:`MONGOSH-1249`: Adds a ``--json`` flag for use with
31
+ ``--eval`` commands.
32
+
33
+ - :issue:`MONGOSH-1287`: ``cursor.count()`` is now deprecated. Instead,
34
+ use :method:`~db.collection.countDocuments()` and
35
+ :method:`~db.collection.estimatedDocumentCount()`.
36
+
37
+ `Full release notes available on JIRA
38
+ <https://jira.mongodb.org/secure/ReleaseNote.jspa?projectId=17381&version=34315>`__.
39
+
15
40
v1.5.4
16
41
------
17
42
Original file line number Diff line number Diff line change @@ -117,12 +117,12 @@ Connection Options
117
117
process running on the localhost.
118
118
119
119
To connect to a replica set,
120
- Specify the :setting:`replica set name <~replication.replSetName>`
121
- and a seed list of set members. Use the following form:
120
+ Specify the :setting:`replica set name <~replication.replSetName>`
121
+ and a seed list of set members. Use the following form:
122
122
123
- .. code-block:: none
123
+ .. code-block:: none
124
124
125
- <replSetName>/<hostname1><:port>,<hostname2><:port>,<...>
125
+ <replSetName>/<hostname1><:port>,<hostname2><:port>,<...>
126
126
127
127
For TLS/SSL connections (:option:`--tls <--tls>`),
128
128
The |mdb-shell| shell verifies that the hostname
You can’t perform that action at this time.
0 commit comments