From f99c6162994ed1d4b542305007f61286370861b9 Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Thu, 3 Aug 2023 14:53:42 -0500 Subject: [PATCH 1/2] initial commit --- source/upgrade.txt | 11 +++++++++++ source/whats-new.txt | 15 +++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/source/upgrade.txt b/source/upgrade.txt index a80908aca..ebd27c467 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -51,6 +51,17 @@ planned upgrade version. For example, if you are upgrading the driver from v3.x to v5.x, address all breaking changes listed under v4.x and v5.x. +.. _node-breaking-changes-v6.x: + +Version 6.x Breaking Changes +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +- The driver removes support for the ``addUser()`` helper command. Use the + :manual:`createUser` command instead. +- The driver removes support for the ``collStats`` helper command. Use the + :manual:`$collStats ` aggregation operator + instead. + .. _node-breaking-changes-v5.x: Version 5.x Breaking Changes diff --git a/source/whats-new.txt b/source/whats-new.txt index 689ec0551..d67937b3b 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -12,6 +12,8 @@ What's New Learn what's new in: +* :ref:`Version 6.0 ` +* :ref:`Version 5.7 ` * :ref:`Version 5.7 ` * :ref:`Version 5.6 ` * :ref:`Version 5.5 ` @@ -39,6 +41,19 @@ Learn what's new in: * :ref:`Version 3.7 ` * :ref:`Version 3.6 ` +.. _version-6.0: + +What's New in 6.0 +----------------- + +The {+driver-short+} v6.0 release includes the following features: + +- This release removes support for the ``addUser()`` helper command. Use the + :manual:`createUser` command instead. +- This release removes support for the ``collStats`` helper command. Use the + :manual:`$collStats ` aggregation operator + instead. + .. _version-5.7: What's New in 5.7 From 15f52999f003fe38c90018fddd7bbe5828e6870b Mon Sep 17 00:00:00 2001 From: Mike Woofter Date: Fri, 4 Aug 2023 12:44:43 -0500 Subject: [PATCH 2/2] cc feedback --- source/upgrade.txt | 4 ++-- source/whats-new.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/upgrade.txt b/source/upgrade.txt index ebd27c467..f86de2db0 100644 --- a/source/upgrade.txt +++ b/source/upgrade.txt @@ -57,8 +57,8 @@ Version 6.x Breaking Changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - The driver removes support for the ``addUser()`` helper command. Use the - :manual:`createUser` command instead. -- The driver removes support for the ``collStats`` helper command. Use the + :manual:`createUser ` MongoDB Shell command instead. +- The driver removes support for the ``collStats`` operation. Use the :manual:`$collStats ` aggregation operator instead. diff --git a/source/whats-new.txt b/source/whats-new.txt index d67937b3b..defe191ef 100644 --- a/source/whats-new.txt +++ b/source/whats-new.txt @@ -48,9 +48,9 @@ What's New in 6.0 The {+driver-short+} v6.0 release includes the following features: -- This release removes support for the ``addUser()`` helper command. Use the - :manual:`createUser` command instead. -- This release removes support for the ``collStats`` helper command. Use the +- Removes support for the ``addUser()`` helper command. Use the + :manual:`createUser ` MongoDB Shell command instead. +- Removes support for the ``collStats`` operation. Use the :manual:`$collStats ` aggregation operator instead.