Skip to content

Commit a697fe0

Browse files
authored
docs: document version support goals (#244)
1 parent 2da6274 commit a697fe0

File tree

1 file changed

+21
-0
lines changed
  • packages/google-cloud-securitycenter

1 file changed

+21
-0
lines changed

packages/google-cloud-securitycenter/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,27 @@ has instructions for running the samples.
9999
The [Google Cloud Security Command Center Node.js Client API Reference][client-docs] documentation
100100
also contains samples.
101101

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

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

0 commit comments

Comments
 (0)