Skip to content

Commit a0379e2

Browse files
author
Benjamin E. Coe
authored
docs: document version support goals (#361)
1 parent ed1837a commit a0379e2

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

packages/google-cloud-dns/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,27 @@ has instructions for running the samples.
8888
The [Cloud DNS Node.js Client API Reference][client-docs] documentation
8989
also contains samples.
9090

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

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

0 commit comments

Comments
 (0)