Skip to content

Commit e3aeea0

Browse files
(DOCSP-25381): v1.6.0 release notes (#237)
* (DOCSP-25381): v1.6.0 release notes * edits * edits * update snooty.toml
1 parent ac7dac7 commit e3aeea0

File tree

3 files changed

+30
-5
lines changed

3 files changed

+30
-5
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ toc_landing_pages = ["/run-commands",
1414

1515
[constants]
1616

17-
version = "1.5.4"
17+
version = "1.6.0"
1818
mdb-version = "6.0"
1919
pgp-version = "{+mdb-version+}"
2020

source/changelog.txt

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,31 @@ Release Notes
1212
:depth: 1
1313
:class: singlecol
1414

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+
1540
v1.5.4
1641
------
1742

source/reference/options.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,12 @@ Connection Options
117117
process running on the localhost.
118118

119119
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:
122122

123-
.. code-block:: none
123+
.. code-block:: none
124124

125-
<replSetName>/<hostname1><:port>,<hostname2><:port>,<...>
125+
<replSetName>/<hostname1><:port>,<hostname2><:port>,<...>
126126

127127
For TLS/SSL connections (:option:`--tls <--tls>`),
128128
The |mdb-shell| shell verifies that the hostname

0 commit comments

Comments
 (0)