File tree Expand file tree Collapse file tree 14 files changed +87
-70
lines changed Expand file tree Collapse file tree 14 files changed +87
-70
lines changed Original file line number Diff line number Diff line change @@ -1897,9 +1897,12 @@ raw: /manual/core/wildcard -> ${base}/manual/core/index-wildcard/
1897
1897
[v3.6-v4.4]: /${version}/reference/versioned-api -> ${base}/${version}/reference/
1898
1898
[v3.6-v4.4]: /${version}/tutorial/mitigate-psa-performance-issues -> ${base}/${version}/administration/replica-set-maintenance/
1899
1899
[v3.6-v4.4]: /${version}/tutorial/modify-psa-replica-set-safely -> ${base}/${version}/administration/replica-set-maintenance/
1900
+ [v3.6-v4.4]: /${version}/reference/stable-api/ -> ${base}/${version}/reference/
1901
+ [v3.6-v4.4]: /${version}/reference/stable-api-reference/ -> ${base}/${version}/reference/
1900
1902
1901
1903
[v5.0-*]: /${version}/reference/read-concern-majority/#disable-read-concern-majority -> ${base}/${version}/reference/read-concern-majority/#primary-secondary-arbiter-replica-sets
1902
-
1904
+ [v5.0-*]: /${version}/reference/versioned-api/ -> ${base}/${version}/reference/stable-api/
1905
+ [v5.0-*]: /${version}/reference/versioned-api-reference/ -> ${base}/${version}/reference/stable-api-reference/
1903
1906
1904
1907
#
1905
1908
# Redirects for 5.1 and greater (if pages are removed in 5.0 that used to exist in earlier versions)
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ toc_landing_pages = [
146
146
" /reference/replication" ,
147
147
" /reference/security" ,
148
148
" /reference/sharding" ,
149
- " /reference/versioned -api" ,
149
+ " /reference/stable -api" ,
150
150
" /release-notes/2.4" ,
151
151
" /release-notes/2.6" ,
152
152
" /release-notes/3.0" ,
Original file line number Diff line number Diff line change @@ -132,11 +132,11 @@ Transactions
132
132
133
133
.. include:: /includes/extracts/transactions-capped-collection-change.rst
134
134
135
- Versioned API
136
- ~~~~~~~~~~~~~
135
+ Stable API
136
+ ~~~~~~~~~~
137
137
138
- Capped collections are not supported in :ref:`Versioned API
139
- <versioned -api>` V1.
138
+ Capped collections are not supported in :ref:`Stable API
139
+ <stable -api>` V1.
140
140
141
141
Procedures
142
142
----------
File renamed without changes.
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ Reference
79
79
:doc:`/reference/server-sessions`
80
80
Describes server sessions.
81
81
82
- :doc:`/reference/versioned -api`
83
- Describes the Versioned API.
82
+ :doc:`/reference/stable -api`
83
+ Describes the Stable API.
84
84
85
85
.. seealso::
86
86
@@ -112,4 +112,4 @@ Reference
112
112
/reference/default-mongodb-port
113
113
/reference/mongodb-defaults
114
114
/reference/server-sessions
115
- /reference/versioned -api
115
+ /reference/stable -api
Original file line number Diff line number Diff line change @@ -309,10 +309,10 @@ For :dbcommand:`aggregate` operation that do not include the
309
309
310
310
.. include:: /includes/extracts/4.2-changes-disconnect.rst
311
311
312
- Versioned API
313
- -------------
312
+ Stable API
313
+ ----------
314
314
315
- When using :ref:`Versioned API <versioned -api>` V1:
315
+ When using :ref:`Stable API <stable -api>` V1:
316
316
317
317
- You cannot use the following stages in an :dbcommand:`aggregate`
318
318
command:
Original file line number Diff line number Diff line change @@ -400,12 +400,12 @@ Transactions
400
400
401
401
.. |operation| replace:: :dbcommand:`create`
402
402
403
- Versioned API
404
- ~~~~~~~~~~~~~
403
+ Stable API
404
+ ~~~~~~~~~~
405
405
406
406
.. versionchanged:: 5.0
407
407
408
- When using :ref:`Versioned API <versioned -api>` V1, you cannot specify
408
+ When using :ref:`Stable API <stable -api>` V1, you cannot specify
409
409
the following fields in a :dbcommand:`create` command:
410
410
411
411
- ``autoIndexId``
Original file line number Diff line number Diff line change @@ -594,10 +594,10 @@ Collation and Index Types
594
594
595
595
.. include:: /includes/extracts/collation-index-type-restrictions-addendum.rst
596
596
597
- Versioned API
598
- ~~~~~~~~~~~~~
597
+ Stable API
598
+ ~~~~~~~~~~
599
599
600
- When using :ref:`Versioned API <versioned -api>` V1:
600
+ When using :ref:`Stable API <stable -api>` V1:
601
601
602
602
- You cannot specify any of the following fields in the ``indexes`` array:
603
603
Original file line number Diff line number Diff line change @@ -550,10 +550,10 @@ Client Disconnection
550
550
551
551
.. include:: /includes/extracts/4.2-changes-disconnect.rst
552
552
553
- Versioned API
554
- ~~~~~~~~~~~~~
553
+ Stable API
554
+ ~~~~~~~~~~
555
555
556
- When using :ref:`Versioned API <versioned -api>` V1, the following
556
+ When using :ref:`Stable API <stable -api>` V1, the following
557
557
:dbcommand:`find` command fields are not supported:
558
558
559
559
- ``awaitData``
Original file line number Diff line number Diff line change @@ -39,9 +39,9 @@ do not survive server restarts. For a persistent option use the
39
39
:option:`--setParameter <mongod --setParameter>` command line option
40
40
or the :setting:`setParameter` configuration file setting.
41
41
42
- Versioned API
43
- ~~~~~~~~~~~~~
42
+ Stable API
43
+ ~~~~~~~~~~
44
44
45
- When using :ref:`Versioned API <versioned -api>` V1 with :ref:`apiStrict
45
+ When using :ref:`Stable API <stable -api>` V1 with :ref:`apiStrict
46
46
<api-strict-desc>` set to ``true``, you cannot use
47
47
:dbcommand:`setParameter` to modify server parameters.
You can’t perform that action at this time.
0 commit comments