Skip to content

Commit a1d9de2

Browse files
(DOCS-15272): v5.0 backport for count command in stable API (#1052)
1 parent 88f6147 commit a1d9de2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

source/reference/stable-api-changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The following table describes:
4141

4242
* - :dbcommand:`count`
4343
- V1
44-
- MongoDB 6.0
44+
- MongoDB 6.0, 5.0.9
4545
* - :dbcommand:`abortTransaction`
4646
- V1
4747
- MongoDB 5.0

source/release-notes/6.0.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@ the :ref:`Stable API <stable-api>`:
4444
- Description
4545
- Stable API Version
4646
* - :dbcommand:`count`
47-
- Counts the number of documents in a collection or a view.
47+
- Counts the number of documents in a collection or a view. (Also
48+
available in the Stable API for 5.0-series deployments starting
49+
in MongoDB 5.0.9.)
4850
- V1
4951

5052
To see the full list of database commands available in the Stable API,

0 commit comments

Comments
 (0)