From 27efbf3d840c2939e954905e23d4c9f2b55429ed Mon Sep 17 00:00:00 2001 From: Isabella Siu Date: Tue, 11 Sep 2018 13:36:52 -0400 Subject: [PATCH] DOCS-11983 add blurb to release notes --- source/release-notes/4.2.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/source/release-notes/4.2.txt b/source/release-notes/4.2.txt index a3087186db0..3b6e0524cb2 100644 --- a/source/release-notes/4.2.txt +++ b/source/release-notes/4.2.txt @@ -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 ` 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 -------------------------------