Skip to content

Commit 6560e61

Browse files
sarah-olson-mongodbSarah Olson
andauthored
DOCSP-21352: Remove EOL'd ..versionadded:: (#800)
* DOCSP-21352: Remove EOL'd ..versionadded:: * DOCSP-21352: Fix markup error * DOCSP-21352: Incorporate review comments Co-authored-by: Sarah Olson <[email protected]>
1 parent 4028b88 commit 6560e61

File tree

187 files changed

+132
-903
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+132
-903
lines changed

draft/tutorial/expire-least-recently-used-data.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Expire Least Recently Used Data from a Collection
44

55
.. default-domain:: mongodb
66

7-
.. versionadded:: 2.2
8-
97
Least recently used, or LRU, data retention patterns are used in simple
108
data caches or support for stateless systems. By extending TTL
119
collections with application support provides additional features.

source/administration/monitoring.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ affect logging:
311311
Log Redaction
312312
~~~~~~~~~~~~~
313313

314-
.. versionadded:: 3.4 Available in MongoDB Enterprise only
314+
*Available in MongoDB Enterprise only*
315315

316316
A :binary:`~bin.mongod` running with :setting:`security.redactClientLogData`
317317
redacts :doc:`messages </reference/log-messages>` associated with any given

source/administration/production-notes.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,6 @@ more information.
207207
Read Concern
208208
~~~~~~~~~~~~
209209

210-
.. versionadded:: 3.2
211-
212210
.. include:: /includes/fact-read-own-writes.rst
213211

214212
Write Concern

source/core/aggregation-pipeline-optimization.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,6 @@ The optimizer can add the same :pipeline:`$match` stage before the
183183
``$project``/``$unset`` + ``$skip`` Sequence Optimization
184184
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
185185

186-
.. versionadded:: 3.2
187-
188186
When you have a sequence with :pipeline:`$project` or :pipeline:`$unset` followed by
189187
:pipeline:`$skip`, the :pipeline:`$skip`
190188
moves before :pipeline:`$project`. For example, if
@@ -353,8 +351,6 @@ stage
353351
``$lookup`` + ``$unwind`` Coalescence
354352
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
355353

356-
.. versionadded:: 3.2
357-
358354
When a :pipeline:`$unwind` immediately follows another
359355
:pipeline:`$lookup`, and the :pipeline:`$unwind` operates on the ``as``
360356
field of the :pipeline:`$lookup`, the optimizer can coalesce the

source/core/bulk-write-operations.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ bulk. Bulk write operations affect a *single* collection. MongoDB
1818
allows applications to determine the acceptable level of
1919
acknowledgement required for bulk write operations.
2020

21-
.. versionadded:: 3.2
22-
2321
The :method:`db.collection.bulkWrite()` method provides the ability to
2422
perform bulk insert, update, and remove operations.
2523
MongoDB also supports bulk insert

source/core/databases-and-collections.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,6 @@ To modify these collection options, see :dbcommand:`collMod`.
8888
Document Validation
8989
~~~~~~~~~~~~~~~~~~~
9090

91-
.. versionadded:: 3.2
92-
9391
By default, a collection does not require its documents to have the
9492
same schema; i.e. the documents in a single collection do not need to
9593
have the same set of fields and the data type for a field can differ
@@ -113,13 +111,6 @@ type, update the documents to the new structure.
113111
Unique Identifiers
114112
~~~~~~~~~~~~~~~~~~
115113

116-
.. versionadded:: 3.6
117-
118-
.. note::
119-
120-
The ``featureCompatibilityVersion`` must be set to ``"3.6"`` or greater. For
121-
more information, see :ref:`view-fcv`.
122-
123114
Collections are assigned an immutable :abbr:`UUID (Universally unique
124115
identifier)`. The
125116
collection UUID remains the same across all members of a replica set

source/core/index-case-insensitive.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Case Insensitive Indexes
1212
:depth: 2
1313
:class: singlecol
1414

15-
.. versionadded:: 3.4
16-
1715
Case insensitive indexes support queries that perform string
1816
comparisons without regard for case.
1917

source/core/index-partial.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ Partial Indexes
1313
:depth: 1
1414
:class: singlecol
1515

16-
.. versionadded:: 3.2
17-
1816
Partial indexes only index the documents in a collection that meet a
1917
specified filter expression. By indexing a subset of the documents in a
2018
collection, partial indexes have lower storage requirements and reduced

source/core/index-unique.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,6 @@ the unique constraint on the value of the field ``x``:
228228
Unique Partial Indexes
229229
~~~~~~~~~~~~~~~~~~~~~~
230230

231-
.. versionadded:: 3.2
232-
233231
Partial indexes only index the documents in a collection that meet a
234232
specified filter expression. If you specify both the
235233
``partialFilterExpression`` and a :ref:`unique constraint

source/core/read-isolation-consistency-recency.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,6 @@ Monotonic Writes
6161
Real Time Order
6262
---------------
6363

64-
.. versionadded:: 3.4
65-
6664
For read and write operations on the primary, issuing read operations
6765
with :readconcern:`"linearizable"` read concern and write operations
6866
with :writeconcern:`"majority"` write concern enables multiple threads
@@ -79,8 +77,6 @@ schedule for these reads and writes is considered linearizable.
7977
Causal Consistency
8078
------------------
8179

82-
.. versionadded:: 3.6
83-
8480
If an operation logically depends on a preceding operation, there is a
8581
causal relationship between the operations. For example, a write
8682
operation that deletes all documents based on a specified condition and

0 commit comments

Comments
 (0)