Skip to content

Commit 39435a5

Browse files
DOCSP-29676 v5.4 update (#675)
1 parent fb8eb48 commit 39435a5

File tree

5 files changed

+37
-2
lines changed

5 files changed

+37
-2
lines changed

.backportrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
// the branches available to backport to
66
"targetBranchChoices": [
77
"master",
8+
"v5.4",
89
"v5.3",
910
"v5.2",
1011
"v5.1",

config/redirects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
define: prefix docs/drivers/node
22
define: base https://www.mongodb.com/${prefix}
3-
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v5.0 v5.1 v5.2 v5.3 master
3+
define: versions v3.6 v3.7 v4.0 v4.1 v4.2 v4.3 v4.4 v4.5 v4.6 v4.7 v4.8 v4.9 v4.10 v4.11 v4.12 v4.13 v4.14 v4.15 v5.0 v5.1 v5.2 v5.3 v5.4 master
44

55
symlink: current -> master
66

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ toc_landing_pages = [
1717
sharedinclude_root = "https://raw.githubusercontent.com/10gen/docs-shared/main/"
1818

1919
[constants]
20-
version = "5.3"
20+
version = "5.4"
2121
package-name-org = "mongodb-org"
2222
api = "https://mongodb.github.io/node-mongodb-native/{+version+}"
2323
min-node-version = "v12"

source/includes/mongodb-compatibility-table-node.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@
1616
- MongoDB 3.0
1717
- MongoDB 2.6
1818

19+
* - 5.4
20+
- ✓
21+
- ✓
22+
- ✓
23+
- ✓
24+
- ✓
25+
- ✓
26+
- ✓
27+
-
28+
-
29+
-
30+
-
31+
1932
* - 5.3
2033
- ✓
2134
- ✓

source/whats-new.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ What's New
1212

1313
Learn what's new in:
1414

15+
* :ref:`Version 5.4 <version-5.4>`
1516
* :ref:`Version 5.3 <version-5.3>`
1617
* :ref:`Version 5.2 <version-5.2>`
1718
* :ref:`Version 5.1 <version-5.1>`
@@ -35,6 +36,26 @@ Learn what's new in:
3536
* :ref:`Version 3.7 <version-3.7>`
3637
* :ref:`Version 3.6 <version-3.6>`
3738

39+
.. _version-5.4:
40+
41+
What's New in 5.4
42+
-----------------
43+
44+
New features of the 5.4 {+driver-short+} release include:
45+
46+
.. important:: Deprecation Notice
47+
48+
- The ``collStats`` helper command is deprecated. Use the :manual:`$collStats
49+
</reference/operator/aggregation/collStats>` aggregation operator instead.
50+
- The TypeScript interface passed to the ``db.command()`` method incorrectly
51+
includes certain options. These options have been deprecated.
52+
53+
- The ``ChangeStream.tryNext`` method now uses the schema-specific
54+
``TChange`` generic type instead of the ``Document`` interface.
55+
56+
To learn more, see the `v5.4.0 Release Highlights
57+
<https://github.com/mongodb/node-mongodb-native/releases/tag/v5.4.0>`__.
58+
3859
.. _version-5.3:
3960

4061
What's New in 5.3

0 commit comments

Comments
 (0)