Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions source/includes/extracts-4.4-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,15 @@ content: |

Starting in version 4.4, MongoDB ignores the :ref:`verbose
<cmd-mapreduce-verbose>` option.
---
ref: 4.4-changes-getLastErrorDefaults-deprecation
content: |

Starting in version 4.4, MongoDB deprecates specifying a
:rsconf:`settings.getLastErrorDefaults` value other than the default
of ``{ w: 1, wtimeout: 0 }``. MongoDB 4.4 honors any write concern
value that you specify, however future MongoDB versions might not
honor values other than the default. Instead, use the
:dbcommand:`setDefaultRWConcern` command to set the default read or
write concern configuration for a replica set or sharded cluster.
...
4 changes: 4 additions & 0 deletions source/reference/replica-configuration.txt
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,10 @@ Replica Set Configuration Fields
not set, the default write concern for the replica set only
requires confirmation from the primary.

.. important::

.. include:: /includes/extracts/4.4-changes-getLastErrorDefaults-deprecation.rst

.. rsconf:: settings.getLastErrorModes

*Optional*.
Expand Down
5 changes: 5 additions & 0 deletions source/release-notes/4.4-compatibility.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ Initial Sync Restrictions on Operations

.. include:: /includes/extracts/4.4-changes-repl-state-restrictions.rst

Custom ``getLastErrorDefaults`` Values Deprecated
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. include:: /includes/extracts/4.4-changes-getLastErrorDefaults-deprecation.rst

Projection Compatibility Changes
--------------------------------

Expand Down