Skip to content

Commit 5e675cd

Browse files
authored
docsp-31433 - drop early v16 (#732)
1 parent 358652a commit 5e675cd

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,21 @@
1717
- Node.js v0.10.X
1818
- Node.js v0.8.X
1919

20-
* - >= 5.6.X
20+
* - 6.0.x [#latest-note]_
21+
- ✓
22+
- ✓
23+
- ✓
24+
-
25+
-
26+
-
27+
-
28+
-
29+
-
30+
-
31+
-
32+
-
33+
34+
* - 5.6.x to 5.7.x
2135
- ✓
2236
- ✓
2337
- ✓
@@ -226,3 +240,4 @@
226240
- ✓
227241
- ✓
228242

243+
.. [#latest-note] Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.

source/upgrade.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ v5.x.
5656
Version 6.x Breaking Changes
5757
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5858

59+
- Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.
5960
- The driver removes support for the ``addUser()`` helper command. Use the
6061
:manual:`createUser </reference/command/createUser>` MongoDB Shell command instead.
6162
- The driver removes support for the ``collStats`` operation. Use the

source/whats-new.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Learn what's new in:
4646
What's New in 6.0
4747
-----------------
4848

49+
.. important:: Breaking Changes in v6.0
50+
51+
Version 6.0 of the {+driver-short+} requires Node.js v16.20.1 or later.
52+
4953
The {+driver-short+} v6.0 release includes the following features:
5054

5155
.. important:: Deprecation Notice

0 commit comments

Comments
 (0)