diff --git a/source/release-notes/3.6-compatibility.txt b/source/release-notes/3.6-compatibility.txt index 5b86ee7cbbe..9a0a3ea4102 100644 --- a/source/release-notes/3.6-compatibility.txt +++ b/source/release-notes/3.6-compatibility.txt @@ -347,6 +347,16 @@ Arbiter and Priority .. include:: /includes/fact-arbiter-priority.rst +Deprecate Master-Slave Replication +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +MongoDB 3.6 deprecates master-slave replication. + +``--nojournal`` Option with WiredTiger +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +.. include:: /includes/wiredtiger-node-nojournal.rst + .. _aggregate-compatibility: ``aggregate`` Command and Results @@ -420,17 +430,6 @@ For more information on the validate operation, see the :dbcommand:`validate` command and the :method:`db.collection.validate()` method. - -``--nojournal`` Option with WiredTiger -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -.. include:: /includes/wiredtiger-node-nojournal.rst - -Deprecate Master-Slave Replication -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -MongoDB 3.6 deprecates master-slave replication. - .. _3.6-index-asterisk: Indexes Named ``*`` @@ -443,6 +442,21 @@ index keys. To delete existing indexes named ``*``, delete the index before upgrading. To rename them, delete and recreate the index. +.. _3.6-deprecated-options: + +Deprecated Options +~~~~~~~~~~~~~~~~~~ + +.. versionchanged:: 3.6.1 + +- MongoDB 3.6.1 deprecates the ``snapshot`` query option. You can use + :method:`~cursor.hint()` on the ``{ _id: 1}`` index instead to + prevent a cursor from returning a document more than once if an + intervening write operation results in a move of the document. + +- MongoDB 3.6.1 deprecates the ``$isolated`` option. For more + information on read isolation, see + :doc:`/core/read-isolation-consistency-recency`. .. _3.6-compatibility-enabled: