Skip to content

Commit a079f7b

Browse files
Clean up 5.1 release notes and compat notes (#137)
1 parent d96be23 commit a079f7b

File tree

2 files changed

+4
-31
lines changed

2 files changed

+4
-31
lines changed

source/release-notes/5.1-compatibility.txt

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,6 @@ Aggregation
6565

6666
.. include:: /includes/fact-5.1-setWindowFields-snapshot-restriction.rst
6767

68-
Removed Index Types
69-
-------------------
70-
71-
Removed Metrics
72-
---------------
73-
7468
Replica Sets
7569
------------
7670

@@ -101,9 +95,6 @@ Time Series Collections
10195
Before downgrading to a version older than 5.0.4, drop all sharded
10296
time series collections.
10397

104-
Auditing
105-
--------
106-
10798
General Changes
10899
---------------
109100

@@ -192,18 +183,6 @@ will receive an error message like the following:
192183
:: caused by :: network error while attempting to run command
193184
'isMaster' on host '127.0.0.1:27017'
194185

195-
Deprecations
196-
------------
197-
198-
.. list-table::
199-
:widths: 20 80
200-
:header-rows: 1
201-
202-
* - Deprecated
203-
- Description
204-
* -
205-
-
206-
207186
.. _5.1-compatibility-enabled:
208187

209188
5.1 Feature Compatibility

source/release-notes/5.1.txt

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ $lookup and $graphLookup with sharded collections
104104
General Aggregation Improvements
105105
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
106106

107-
:expression:`$dateSubtract` and :expression:`$dateAdd`: Improved Input Validation
108-
`````````````````````````````````````````````````````````````````````````````````
109-
110107
Starting 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
161158
Change Streams
162159
--------------
163160

164-
Optimization
165-
~~~~~~~~~~~~
166-
167161
.. |change-streams| replace:: :ref:`change streams <changeStreams>`
168162

169163
.. include:: /includes/change-streams-optimization.rst
170164

171165
Indexes
172166
-------
173167

174-
Convert a non-TTL single-field Index into a TTL Index
175-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
176-
177168
Starting in MongoDB 5.1, you can use the :dbcommand:`collMod` database
178169
command to add the ``expireAfterSeconds`` option to an existing
179170
single-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
246237
the *side* collection (``config.image_collection``).
247238

239+
Sharded Clusters
240+
----------------
241+
248242
``mongod`` Sharded Cluster And Config Server Changes
249-
----------------------------------------------------
243+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
250244

251245
Starting in MongoDB 5.1, when starting a :binary:`mongod` with the
252246
:option:`--configsvr <mongod --configsvr>` option you must also

0 commit comments

Comments
 (0)