Skip to content

Commit bbe397a

Browse files
authored
docs: document version support goals (#558)
1 parent 882f0d1 commit bbe397a

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

packages/google-cloud-speech/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,27 @@ has instructions for running the samples.
116116
The [Cloud Speech Node.js Client API Reference][client-docs] documentation
117117
also contains samples.
118118

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

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

0 commit comments

Comments
 (0)