Skip to content
Merged
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
9 changes: 9 additions & 0 deletions source/release-notes/4.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,15 @@ MongoDB removes the deprecated option ``maxScan`` for the
``cursor.maxScan()``. Use either the ``maxTimeMS`` option for the
:dbcommand:`find` command or the helper :method:`cursor.maxTimeMS()` instead.

General Improvements
--------------------

``outputConfig`` Option
~~~~~~~~~~~~~~~~~~~~~~~

MongoDB 4.2 adds the :option:`--outputConfig <mongod --outputConfig>` option for
:binary:`~bin.mongod` and :binary:`~bin.mongos`, which outputs the resolved
YAML configuration document to ``stdout`` and halts the server instance.

Changes Affecting Compatibility
-------------------------------
Expand Down