Skip to content

Commit 3537d17

Browse files
authored
docs: document version support goals (#120)
1 parent 361b911 commit 3537d17

File tree

1 file changed

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

1 file changed

+21
-0
lines changed

packages/google-cloud-phishingprotection/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,27 @@ has instructions for running the samples.
8989
The [Phishing Protection Node.js Client API Reference][client-docs] documentation
9090
also contains samples.
9191

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

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

0 commit comments

Comments
 (0)