Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Commit 0de694a

Browse files
authored
docs: document version support goals (#847)
1 parent 626e4be commit 0de694a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,27 @@ has instructions for running the samples.
6868
The [Stackdriver Debugger Node.js Client API Reference][client-docs] documentation
6969
also contains samples.
7070

71+
## Supported Node.js Versions
72+
73+
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
74+
Libraries are compatible with all current _active_ and _maintenance_ versions of
75+
Node.js.
76+
77+
Client libraries targetting some end-of-life versions of Node.js are available, and
78+
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
79+
The dist-tags follow the naming convention `legacy-(version)`.
80+
81+
_Legacy Node.js versions are supported as a best effort:_
82+
83+
* Legacy versions will not be tested in continuous integration.
84+
* Some security patches may not be able to be backported.
85+
* Dependencies will not be kept up-to-date, and features will not be backported.
86+
87+
#### Legacy tags available
88+
89+
* `legacy-8`: install client libraries from this dist-tag for versions
90+
compatible with Node.js 8.
91+
7192
## Versioning
7293

7394
This library follows [Semantic Versioning](http://semver.org/).

0 commit comments

Comments
 (0)