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

source/core/read-preference-staleness.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ Read Preference ``maxStalenessSeconds``
66

77
.. default-domain:: mongodb
88

9-
.. versionadded:: 3.4
10-
119
Replica set members can lag behind the :term:`primary` due to network
1210
congestion, low disk throughput, long-running operations, etc. The read
1311
preference ``maxStalenessSeconds`` option lets you specify a maximum

source/core/retryable-writes.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,6 @@ retrying upserts which failed due to duplicate key errors.
360360
Diagnostics
361361
~~~~~~~~~~~
362362

363-
.. versionadded:: 3.6.3
364-
365363
The :dbcommand:`serverStatus` command, and its :binary:`~bin.mongosh`
366364
shell helper :method:`db.serverStatus()` includes statistics on
367365
retryable writes in the :serverstatus:`transactions` section.

source/core/schema-validation.txt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ Schema Validation
1212
:depth: 1
1313
:class: singlecol
1414

15-
.. versionadded:: 3.2
16-
1715
MongoDB provides the capability to perform schema validation during
1816
updates and insertions.
1917

@@ -44,11 +42,8 @@ MongoDB also provides the following related options:
4442
JSON Schema
4543
-----------
4644

47-
.. versionadded:: 3.6
48-
49-
Starting in version 3.6, MongoDB supports JSON Schema validation. To
50-
specify JSON Schema validation, use the :query:`$jsonSchema` operator
51-
in your ``validator`` expression.
45+
MongoDB supports JSON Schema validation. To specify JSON Schema validation,
46+
use the :query:`$jsonSchema` operator in your ``validator`` expression.
5247

5348
.. note::
5449

source/core/security-encryption-at-rest.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ privacy standards, including HIPAA, PCI-DSS, and FERPA.
2222
Encrypted Storage Engine
2323
------------------------
2424

25-
.. versionadded:: 3.2
26-
2725
.. include:: /includes/fact-enterprise-only-admonition.rst
2826

2927
.. important:: Available for the WiredTiger Storage Engine only.

source/core/security-ldap-external.txt

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,13 @@ LDAP Authorization
1313
:depth: 1
1414
:class: singlecol
1515

16-
.. versionadded:: 3.4
17-
18-
`MongoDB Enterprise
19-
<http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_ supports
20-
querying an LDAP server for the LDAP groups to which the authenticated user
21-
belongs. MongoDB maps the distinguished names (DN) of each returned group
22-
to :ref:`roles <roles>` on the ``admin`` database. MongoDB authorizes the
23-
user based on the mapped roles and their associated privileges. See
24-
:ref:`LDAP Authorization <security-ldap-external>` for more information.
16+
`MongoDB Enterprise
17+
<http://www.mongodb.com/products/mongodb-enterprise-advanced?tck=docs_server>`_ supports
18+
querying an LDAP server for the LDAP groups to which the authenticated user
19+
belongs. MongoDB maps the distinguished names (DN) of each returned group
20+
to :ref:`roles <roles>` on the ``admin`` database. MongoDB authorizes the
21+
user based on the mapped roles and their associated privileges. See
22+
:ref:`LDAP Authorization <security-ldap-external>` for more information.
2523

2624
The LDAP Authorization process is summarized below:
2725

source/core/security-ldap.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,6 @@ authorization on each :term:`shard` for shard-local users.
167167
LDAP Authentication via the Operating System LDAP libraries
168168
-----------------------------------------------------------
169169

170-
.. versionadded:: 3.4
171-
172170
The LDAP authentication via OS libraries process is summarized below:
173171

174172
#. A client authenticates to MongoDB, providing a user's credentials.

source/core/shell-types.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ constructor to explicitly specify 32-bit integers.
216216
NumberDecimal
217217
~~~~~~~~~~~~~
218218

219-
.. versionadded:: 3.4
220-
221219
The :binary:`~bin.mongo` shell treats all numbers as 64-bit floating-point
222220
``double`` values by default. The :binary:`~bin.mongo` shell provides the
223221
``NumberDecimal()`` constructor to explicitly specify 128-bit

source/includes/extracts-agg-operators.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -580,15 +580,11 @@ content: |
580580
581581
- Combines multiple documents into a single document.
582582
583-
.. versionadded:: 3.6
584-
585583
* - :expression:`$objectToArray`
586584
587585
- Converts a document to an array of documents representing
588586
key-value pairs.
589587
590-
.. versionadded:: 3.6
591-
592588
* - :expression:`$setField`
593589
594590
- Adds, updates, or removes a specified field in a document. You

source/includes/extracts-arrayFilters.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ content: |
5151
ref: arrayFilters-blurb
5252
content: |
5353
54-
.. versionadded:: 3.6
55-
5654
Starting in MongoDB 3.6, when updating an array field, you can
5755
specify ``arrayFilters`` that determine which array elements to
5856
update.

source/includes/extracts-collation.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ref: collation-versionadded
22
content: |
3-
.. versionadded:: 3.4
43
54
.. include:: /includes/extracts/collation-description.rst
65
---
@@ -215,8 +214,6 @@ content: |
215214
.. include:: /includes/extracts/collation-unspecified.rst
216215
217216
.. include:: /includes/extracts/collation-single-per-operation.rst
218-
219-
.. versionadded:: 3.4
220217
---
221218
ref: collation-operations-table
222219
content: |-

source/includes/extracts-date-format-specifiers.yaml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ content: |
1919
* - ``%G``
2020
2121
- Year in ISO 8601 format
22-
23-
.. versionadded:: 3.4
24-
2522
- ``0000``-``9999``
2623
2724
* - ``%H``
@@ -58,9 +55,6 @@ content: |
5855
* - ``%u``
5956
6057
- Day of week number in ISO 8601 format (1-Monday, 7-Sunday)
61-
62-
.. versionadded:: 3.4
63-
6458
- ``1``-``7``
6559
6660
* - ``%U``
@@ -71,9 +65,6 @@ content: |
7165
* - ``%V``
7266
7367
- Week of Year in ISO 8601 format
74-
75-
.. versionadded:: 3.4
76-
7768
- ``01``-``53``
7869
7970
* - ``%Y``
@@ -83,19 +74,13 @@ content: |
8374
* - ``%z``
8475
8576
- The timezone offset from UTC.
86-
87-
.. versionadded:: 3.6
88-
8977
- ``+/-[hh][mm]``
9078
9179
* - ``%Z``
9280
9381
- The minutes offset from UTC as a number. For example, if the
9482
timezone offset (``+/-[hhmm]``) was ``+0445``, the minutes
9583
offset is ``+285``.
96-
97-
.. versionadded:: 3.6
98-
9984
- ``+/-mmm``
10085
10186
* - ``%%``

source/includes/fact-auth-restrictions-array-contents.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. versionadded:: 3.6
2-
31
The ``authenticationRestrictions`` document can contain *only* the
42
following fields. The server throws an error if the
53
``authenticationRestrictions`` document contains an unrecognized field:
@@ -40,4 +38,4 @@ following fields. The server throws an error if the
4038
unable to authenticate the user.
4139

4240
For more information on authentication in MongoDB, see
43-
:doc:`Authentication </core/authentication/>`.
41+
:doc:`Authentication </core/authentication/>`.

source/includes/fact-auth-restrictions-role-desc.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@ The authentication restrictions the server enforces on the role.
22
Specifies a list of IP addresses and
33
:abbr:`CIDR (Classless Inter-Domain Routing)` ranges users granted this
44
role are allowed to connect to and/or which they can connect from.
5-
6-
.. versionadded:: 3.6
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
.. versionadded:: 3.4
2-
31
The identifier of the client application which ran the operation. Use
42
the :urioption:`appName` connection string option to set a custom value
53
for the ``appName`` field.

source/includes/fact-runCommand-results.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@
3636
sessions <causal-consistency>`, MongoDB drivers use this time
3737
to automatically set the :ref:`afterClusterTime`.
3838

39-
.. versionadded:: 3.6
40-
4139
* - ``$clusterTime``
4240

4341
- A document that returns the signed cluster time. Cluster time is a
@@ -51,5 +49,3 @@
5149
- ``signature``: a document that contains the hash of the cluster time and the id
5250
of the key used to sign the cluster time.
5351

54-
.. versionadded:: 3.6
55-

source/includes/table-sessions-commands.rst

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,22 @@
2121

2222
- Expire sessions before the sessions' timeout period.
2323

24-
.. versionadded:: 3.6
25-
2624
* - :dbcommand:`killAllSessions`
2725

2826
- Kill all sessions.
2927

30-
.. versionadded:: 3.6
31-
3228
* - :dbcommand:`killAllSessionsByPattern`
3329

3430
- Kill all sessions that match the specified pattern
3531

36-
.. versionadded:: 3.6
37-
3832
* - :dbcommand:`killSessions`
3933

4034
- Kill specified sessions.
4135

42-
.. versionadded:: 3.6
43-
4436
* - :dbcommand:`refreshSessions`
4537

4638
- Refresh idle sessions.
4739

48-
.. versionadded:: 3.6
49-
5040
* - :dbcommand:`startSession`
5141

5242
- Starts a new session.
53-
54-
.. versionadded:: 3.6

source/indexes.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,6 @@ with other MongoDB indexes.
211211
Partial Indexes
212212
~~~~~~~~~~~~~~~
213213

214-
.. versionadded:: 3.2
215-
216214
:doc:`Partial indexes </core/index-partial>` only index the documents in
217215
a collection that meet a specified filter expression. By indexing a
218216
subset of the documents in a collection, partial indexes have lower

source/reference/aggregation-variables.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ MongoDB offers the following system variables:
9393

9494
For an example of its usage, see :ref:`remove-example`.
9595

96-
.. versionadded:: 3.6
97-
9896
* - .. variable:: DESCEND
9997

10098
- One of the allowed results of a :pipeline:`$redact` expression.

0 commit comments

Comments
 (0)