Skip to content

Commit 7ae0832

Browse files
Revert "Docsp-20542 rename versioned api verbiage v5.0 (#449)" (#453)
This reverts commit 1b276f6.
1 parent 1b276f6 commit 7ae0832

File tree

14 files changed

+45
-255
lines changed

14 files changed

+45
-255
lines changed

config/redirects

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1877,12 +1877,9 @@ raw: /manual/core/wildcard -> ${base}/manual/core/index-wildcard/
18771877
[v3.6-v4.4]: /${version}/reference/versioned-api -> ${base}/${version}/reference/
18781878
[v3.6-v4.4]: /${version}/tutorial/mitigate-psa-performance-issues -> ${base}/${version}/administration/replica-set-maintenance/
18791879
[v3.6-v4.4]: /${version}/tutorial/modify-psa-replica-set-safely -> ${base}/${version}/administration/replica-set-maintenance/
1880-
[v3.6-v4.4]: /${version}/reference/stable-api/ -> ${base}/${version}/reference/
1881-
[v3.6-v4.4]: /${version}/reference/stable-api-reference/ -> ${base}/${version}/reference/
18821880

18831881
[v5.0-*]: /${version}/reference/read-concern-majority/#disable-read-concern-majority -> ${base}/${version}/reference/read-concern-majority/#primary-secondary-arbiter-replica-sets
1884-
[v5.0-*]: /${version}/reference/versioned-api/ -> ${base}/${version}/reference/stable-api/
1885-
[v5.0-*]: /${version}/reference/versioned-api-reference/ -> ${base}/${version}/reference/stable-api-reference/
1882+
18861883

18871884
#
18881885
# Redirects for 5.1 and greater (if pages are removed in 5.0 that used to exist in earlier versions)

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ toc_landing_pages = [
145145
"/reference/replication",
146146
"/reference/security",
147147
"/reference/sharding",
148-
"/reference/stable-api",
148+
"/reference/versioned-api",
149149
"/release-notes/2.4",
150150
"/release-notes/2.6",
151151
"/release-notes/3.0",

source/core/capped-collections.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -139,12 +139,6 @@ Transactions
139139

140140
.. include:: /includes/extracts/transactions-capped-collection-change.rst
141141

142-
Stable API
143-
~~~~~~~~~~
144-
145-
Capped collections are not supported in :ref:`Stable API
146-
<stable-api>` V1.
147-
148142
Procedures
149143
----------
150144

source/includes/driver-examples/stable-api-java-example.java

Lines changed: 0 additions & 67 deletions
This file was deleted.

source/reference.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Reference
7979
:doc:`/reference/server-sessions`
8080
Describes server sessions.
8181

82-
:doc:`/reference/stable-api`
83-
Describes the Stable API.
82+
:doc:`/reference/versioned-api`
83+
Describes the Versioned API.
8484

8585
.. seealso::
8686

@@ -112,4 +112,4 @@ Reference
112112
/reference/default-mongodb-port
113113
/reference/mongodb-defaults
114114
/reference/server-sessions
115-
/reference/stable-api
115+
/reference/versioned-api

source/reference/command/aggregate.txt

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -309,25 +309,6 @@ For :dbcommand:`aggregate` operation that do not include the
309309

310310
.. include:: /includes/extracts/4.2-changes-disconnect.rst
311311

312-
Stable API
313-
----------
314-
315-
When using :ref:`Stable API <stable-api>` V1:
316-
317-
- You cannot use the following stages in an :dbcommand:`aggregate`
318-
command:
319-
320-
- :pipeline:`$currentOp`
321-
- :pipeline:`$indexStats`
322-
- :pipeline:`$listLocalSessions`
323-
- :pipeline:`$listSessions`
324-
- :pipeline:`$planCacheStats`
325-
- :pipeline:`$search`
326-
327-
- When using the :pipeline:`$collStats` stage, you can only use the
328-
``count`` field. No other :pipeline:`$collStats` fields are
329-
available.
330-
331312
Example
332313
-------
333314

source/reference/command/create.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -400,21 +400,6 @@ Transactions
400400

401401
.. |operation| replace:: :dbcommand:`create`
402402

403-
Stable API
404-
~~~~~~~~~~
405-
406-
.. versionchanged:: 5.0
407-
408-
When using :ref:`Stable API <stable-api>` V1, you cannot specify
409-
the following fields in a :dbcommand:`create` command:
410-
411-
- ``autoIndexId``
412-
- ``capped``
413-
- ``indexOptionDefaults``
414-
- ``max``
415-
- ``size``
416-
- ``storageEngine``
417-
418403
Access Control
419404
--------------
420405

source/reference/command/createIndexes.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -594,21 +594,6 @@ Collation and Index Types
594594

595595
.. include:: /includes/extracts/collation-index-type-restrictions-addendum.rst
596596

597-
Stable API
598-
~~~~~~~~~~
599-
600-
When using :ref:`Stable API <stable-api>` V1:
601-
602-
- You cannot specify any of the following fields in the ``indexes`` array:
603-
604-
- ``background``
605-
- ``bucketSize``
606-
- ``sparse``
607-
- ``storageEngine``
608-
609-
- You cannot create :ref:`geoHaystack <index-geohaystack-index>` or
610-
:ref:`text <index-feature-text>` indexes.
611-
612597
Behavior
613598
--------
614599

source/reference/command/find.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -545,21 +545,6 @@ Client Disconnection
545545

546546
.. include:: /includes/extracts/4.2-changes-disconnect.rst
547547

548-
Stable API
549-
~~~~~~~~~~
550-
551-
When using :ref:`Stable API <stable-api>` V1, the following
552-
:dbcommand:`find` command fields are not supported:
553-
554-
- ``awaitData``
555-
- ``max``
556-
- ``min``
557-
- ``noCursorTimeout``
558-
- ``oplogReplay``
559-
- ``returnKey``
560-
- ``showRecordId``
561-
- ``tailable``
562-
563548

564549
Examples
565550
--------

source/reference/command/setParameter.txt

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,3 @@ setParameter
3232
For the available parameters, including examples, see
3333
:doc:`/reference/parameters`.
3434

35-
Behavior
36-
--------
37-
38-
Persistence
39-
~~~~~~~~~~~
40-
41-
Commands issued by the admin command :dbcommand:`setParameter`
42-
do not survive server restarts. For a persistent option use the
43-
:option:`--setParameter <mongod --setParameter>` command line option
44-
or the :setting:`setParameter` configuration file setting.
45-
46-
Stable API
47-
~~~~~~~~~~
48-
49-
When using :ref:`Stable API <stable-api>` V1 with :ref:`apiStrict
50-
<api-strict-desc>` set to ``true``, you cannot use
51-
:dbcommand:`setParameter` to modify server parameters.

source/reference/program/mongo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Core Options
242242

243243
Specifies that the server will respond with :ref:`APIStrictError
244244
<api-strict-resp>` if your application uses a command or behavior
245-
outside of the :doc:`Stable API </reference/stable-api>`.
245+
outside of the :doc:`Versioned API </reference/versioned-api>`.
246246

247247
If you specify :option:`--apiStrict`, you must also specify
248248
:option:`--apiVersion`.

0 commit comments

Comments
 (0)