Skip to content

Commit 013e1f4

Browse files
authored
docs: document version support goals (#416)
1 parent 32ab4ff commit 013e1f4

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

packages/google-cloud-compute/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,27 @@ has instructions for running the samples.
105105
The [Google Compute Engine Node.js Client API Reference][client-docs] documentation
106106
also contains samples.
107107

108+
## Supported Node.js Versions
109+
110+
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
111+
Libraries are compatible with all current _active_ and _maintenance_ versions of
112+
Node.js.
113+
114+
Client libraries targetting some end-of-life versions of Node.js are available, and
115+
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
116+
The dist-tags follow the naming convention `legacy-(version)`.
117+
118+
_Legacy Node.js versions are supported as a best effort:_
119+
120+
* Legacy versions will not be tested in continuous integration.
121+
* Some security patches may not be able to be backported.
122+
* Dependencies will not be kept up-to-date, and features will not be backported.
123+
124+
#### Legacy tags available
125+
126+
* `legacy-8`: install client libraries from this dist-tag for versions
127+
compatible with Node.js 8.
128+
108129
## Versioning
109130

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

0 commit comments

Comments
 (0)