Skip to content

Commit baa9cf0

Browse files
authored
docsp-31720 - remove deprecated helpers (#729)
1 parent 29e65be commit baa9cf0

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

source/upgrade.txt

+11
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,17 @@ planned upgrade version. For example, if you are upgrading the driver
5151
from v3.x to v5.x, address all breaking changes listed under v4.x and
5252
v5.x.
5353

54+
.. _node-breaking-changes-v6.x:
55+
56+
Version 6.x Breaking Changes
57+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
58+
59+
- The driver removes support for the ``addUser()`` helper command. Use the
60+
:manual:`createUser </reference/command/createUser>` MongoDB Shell command instead.
61+
- The driver removes support for the ``collStats`` operation. Use the
62+
:manual:`$collStats </reference/operator/aggregation/collStats>` aggregation operator
63+
instead.
64+
5465
.. _node-breaking-changes-v5.x:
5566

5667
Version 5.x Breaking Changes

source/whats-new.txt

+15
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 6.0 <version-6.0>`
16+
* :ref:`Version 5.7 <version-5.7>`
1517
* :ref:`Version 5.7 <version-5.7>`
1618
* :ref:`Version 5.6 <version-5.6>`
1719
* :ref:`Version 5.5 <version-5.5>`
@@ -39,6 +41,19 @@ Learn what's new in:
3941
* :ref:`Version 3.7 <version-3.7>`
4042
* :ref:`Version 3.6 <version-3.6>`
4143

44+
.. _version-6.0:
45+
46+
What's New in 6.0
47+
-----------------
48+
49+
The {+driver-short+} v6.0 release includes the following features:
50+
51+
- Removes support for the ``addUser()`` helper command. Use the
52+
:manual:`createUser </reference/command/createUser>` MongoDB Shell command instead.
53+
- Removes support for the ``collStats`` operation. Use the
54+
:manual:`$collStats </reference/operator/aggregation/collStats>` aggregation operator
55+
instead.
56+
4257
.. _version-5.7:
4358

4459
What's New in 5.7

0 commit comments

Comments
 (0)