File tree Expand file tree Collapse file tree 5 files changed +37
-2
lines changed Expand file tree Collapse file tree 5 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 5
5
// the branches available to backport to
6
6
"targetBranchChoices" : [
7
7
" master" ,
8
+ " v5.4" ,
8
9
" v5.3" ,
9
10
" v5.2" ,
10
11
" v5.1" ,
Original file line number Diff line number Diff line change 1
1
define: prefix docs/drivers/node
2
2
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
4
4
5
5
symlink: current -> master
6
6
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ toc_landing_pages = [
17
17
sharedinclude_root = " https://raw.githubusercontent.com/10gen/docs-shared/main/"
18
18
19
19
[constants ]
20
- version = " 5.3 "
20
+ version = " 5.4 "
21
21
package-name-org = " mongodb-org"
22
22
api = " https://mongodb.github.io/node-mongodb-native/{+version+}"
23
23
min-node-version = " v12"
Original file line number Diff line number Diff line change 16
16
- MongoDB 3.0
17
17
- MongoDB 2.6
18
18
19
+ * - 5.4
20
+ - ✓
21
+ - ✓
22
+ - ✓
23
+ - ✓
24
+ - ✓
25
+ - ✓
26
+ - ✓
27
+ -
28
+ -
29
+ -
30
+ -
31
+
19
32
* - 5.3
20
33
- ✓
21
34
- ✓
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ What's New
12
12
13
13
Learn what's new in:
14
14
15
+ * :ref:`Version 5.4 <version-5.4>`
15
16
* :ref:`Version 5.3 <version-5.3>`
16
17
* :ref:`Version 5.2 <version-5.2>`
17
18
* :ref:`Version 5.1 <version-5.1>`
@@ -35,6 +36,26 @@ Learn what's new in:
35
36
* :ref:`Version 3.7 <version-3.7>`
36
37
* :ref:`Version 3.6 <version-3.6>`
37
38
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
+
38
59
.. _version-5.3:
39
60
40
61
What's New in 5.3
You can’t perform that action at this time.
0 commit comments