Skip to content

Commit a768265

Browse files
Node.js version compatibility
1 parent 448fb19 commit a768265

File tree

1 file changed

+34
-1
lines changed

1 file changed

+34
-1
lines changed

modules/project-docs/pages/compatibility.adoc

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include::partial$attributes.adoc[]
1010
[abstract]
1111
{description}
1212

13-
The Couchbase Node.js Client will run on any https://github.com/nodejs/Release[supported LTS version of Node.js] -- currently, 12.x, 14.x, and 16.x.
13+
The Couchbase Node.js Client aims to run on any https://github.com/nodejs/Release[LTS version of Node.js] -- see the table below for <<node-js-version-compatibility,supported versions>>.
1414

1515

1616
== Couchbase Version/SDK Version Matrix
@@ -57,6 +57,39 @@ At time of release, the Couchbase 4.0 Node.js SDK is fully compatible with Couch
5757
include::{version-server}@sdk:shared:partial$capella.adoc[tag=cloud]
5858

5959

60+
61+
== Node.js Version Compatibility
62+
63+
The Couchbase Node.js SDK aims to support https://github.com/nodejs/Release[LTS] versions of Node.js.
64+
The table below indicates the Node.js SDK version where support of an LTS version of Node.js was added.
65+
Node.js versions that have reached their https://endoflife.date/nodejs[End-of-Life date] are not supported.
66+
67+
.Supported Node.js Versions
68+
[cols="5,8,8"]
69+
|===
70+
| Node.js LTS Version | LTS Support EOL | Couchbase SDK Versions Supported
71+
72+
| 12
73+
| until 2022-04-30
74+
| from 3.0.0
75+
76+
| 14
77+
| until 2023-04-30
78+
| from 3.0.2
79+
80+
| 16
81+
| until 2023-09-11
82+
| from 3.2.0
83+
84+
| 18
85+
| until 2025-04-30
86+
| from 4.2.5
87+
88+
|===
89+
90+
91+
92+
6093
== Platform Compatibility
6194

6295
The Node.js SDK is tested and supported on the following platforms:

0 commit comments

Comments
 (0)