We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63ae572 commit a03308aCopy full SHA for a03308a
source/release-notes/4.2.txt
@@ -84,6 +84,15 @@ MongoDB removes the deprecated option ``maxScan`` for the
84
``cursor.maxScan()``. Use either the ``maxTimeMS`` option for the
85
:dbcommand:`find` command or the helper :method:`cursor.maxTimeMS()` instead.
86
87
+General Improvements
88
+--------------------
89
+
90
+``outputConfig`` Option
91
+~~~~~~~~~~~~~~~~~~~~~~~
92
93
+MongoDB 4.2 adds the :option:`--outputConfig <mongod --outputConfig>` option for
94
+:binary:`~bin.mongod` and :binary:`~bin.mongos`, which outputs the resolved
95
+YAML configuration document to ``stdout`` and halts the server instance.
96
97
Changes Affecting Compatibility
98
-------------------------------
0 commit comments