Skip to content

Commit eed5658

Browse files
authored
DOCSP-27165: v5 not compat with node 12 (#489)
* DOCSP-27165: v5 not compat with node 12 * added info to what's new + included what's new info from 27263 as placeholder * MW suggestion
1 parent d6be54a commit eed5658

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
- Node.js v0.12.X
1515
- Node.js v0.10.X
1616
- Node.js v0.8.X
17+
* - 5.X
18+
- ✓
19+
- ✓
20+
-
21+
-
22+
-
23+
-
24+
-
25+
-
26+
-
27+
-
1728
* - 4.X
1829
- ✓
1930
- ✓

source/whats-new.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ What's New
1010

1111
Learn what's new in:
1212

13+
* :ref:`Version 5.0 <version-5.0>`
1314
* :ref:`Version 4.13 <version-4.13>`
1415
* :ref:`Version 4.12 <version-4.12>`
1516
* :ref:`Version 4.11 <version-4.11>`
@@ -27,6 +28,22 @@ Learn what's new in:
2728
* :ref:`Version 3.7 <version-3.7>`
2829
* :ref:`Version 3.6 <version-3.6>`
2930

31+
.. _version-5.0:
32+
33+
What's New in 5.0
34+
-----------------
35+
36+
.. important:: Version 5.0 Not Compatible with Node.js Version 12
37+
38+
Version 5.0 of the {+driver-short+} is not compatible with Node.js
39+
version 12 or earlier. If you wish to upgrade, you need to use
40+
Node.js version 14.20.1 or greater.
41+
42+
New features of the 5.0 {+driver-short+} release include:
43+
44+
- Removal of ``Collection.insert()``, ``Collection.update()``, and
45+
``Collection.remove()`` helper methods.
46+
3047
.. _version-4.13:
3148

3249
What's New in 4.13

0 commit comments

Comments
 (0)