Skip to content

Commit a49c157

Browse files
author
Benjamin E. Coe
authored
docs: document version support goals (#133)
1 parent 4525f3a commit a49c157

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

packages/google-cloud-webrisk/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,27 @@ has instructions for running the samples.
9898
The [Web Risk API Node.js Client API Reference][client-docs] documentation
9999
also contains samples.
100100

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

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

0 commit comments

Comments
 (0)