@@ -104,9 +104,6 @@ $lookup and $graphLookup with sharded collections
104104General Aggregation Improvements
105105~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106106
107- :expression:`$dateSubtract` and :expression:`$dateAdd`: Improved Input Validation
108- `````````````````````````````````````````````````````````````````````````````````
109-
110107Starting in MongoDB 5.1, :expression:`$dateSubtract` and
111108:expression:`$dateAdd` report an error when an overflow is detected for
112109``amount`` values.
@@ -161,19 +158,13 @@ You can set the size of the :ref:`plan cache
161158Change Streams
162159--------------
163160
164- Optimization
165- ~~~~~~~~~~~~
166-
167161.. |change-streams| replace:: :ref:`change streams <changeStreams>`
168162
169163.. include:: /includes/change-streams-optimization.rst
170164
171165Indexes
172166-------
173167
174- Convert a non-TTL single-field Index into a TTL Index
175- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176-
177168Starting in MongoDB 5.1, you can use the :dbcommand:`collMod` database
178169command to add the ``expireAfterSeconds`` option to an existing
179170single-field non-TTL index.
@@ -245,8 +236,11 @@ determines whether the temporary documents required for :ref:`retryable
245236<retryable-writes>` :dbcommand:`findAndModify` commands are stored in
246237the *side* collection (``config.image_collection``).
247238
239+ Sharded Clusters
240+ ----------------
241+
248242``mongod`` Sharded Cluster And Config Server Changes
249- ----------------------------------------------------
243+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250244
251245Starting in MongoDB 5.1, when starting a :binary:`mongod` with the
252246:option:`--configsvr <mongod --configsvr>` option you must also
0 commit comments