Skip to content

Commit 50dfa98

Browse files
docs(nodejs): version support policy edits (#1346) (#266)
1 parent 93fafc8 commit 50dfa98

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

packages/google-cloud-aiplatform/README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -164,21 +164,21 @@ also contains samples.
164164
Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
165165
Libraries are compatible with all current _active_ and _maintenance_ versions of
166166
Node.js.
167+
If you are using an end-of-life version of Node.js, we recommend that you update
168+
as soon as possible to an actively supported LTS version.
167169

168-
Client libraries targeting some end-of-life versions of Node.js are available, and
169-
can be installed via npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
170-
The dist-tags follow the naming convention `legacy-(version)`.
171-
172-
_Legacy Node.js versions are supported as a best effort:_
170+
Google's client libraries support legacy versions of Node.js runtimes on a
171+
best-efforts basis with the following warnings:
173172

174-
* Legacy versions will not be tested in continuous integration.
175-
* Some security patches may not be able to be backported.
176-
* Dependencies will not be kept up-to-date, and features will not be backported.
173+
* Legacy versions are not tested in continuous integration.
174+
* Some security patches and features cannot be backported.
175+
* Dependencies cannot be kept up-to-date.
177176

178-
#### Legacy tags available
179-
180-
* `legacy-8`: install client libraries from this dist-tag for versions
181-
compatible with Node.js 8.
177+
Client libraries targeting some end-of-life versions of Node.js are available, and
178+
can be installed through npm [dist-tags](https://docs.npmjs.com/cli/dist-tag).
179+
The dist-tags follow the naming convention `legacy-(version)`.
180+
For example, `npm install @google-cloud/aiplatform@legacy-8` installs client libraries
181+
for versions compatible with Node.js 8.
182182

183183
## Versioning
184184

0 commit comments

Comments
 (0)