Fastify 中文文档 (v3.0.3)

Long Term Support

Fastify's Long Term Support (LTS) is provided according the schedule laid out in this document:

  1. Major releases, "X" release of semantic versioning X.Y.Z release versions, are supported for a minimum period of six months from their release date. The release date of any specific version can be found at https://github.com/fastify/fastify/releases.

  2. Major releases will receive security updates for an additional six months from the release of the next major release. After this period is expired, we will still review and release security fixes as long as they are provided by the community and they do not violate other constraints, e.g. minimum supported Node.js version.

  3. Major releases will be tested and verified against all Node.js releases that are supported by the Node.js LTS policy within the LTS period of that given Fastify release line.

A "month" is to be a period of 30 consecutive days.

Schedule

VersionRelease DateEnd Of LTS DateNode.js
1.0.02018-03-062019-09-016, 8, 9, 10, 11
2.0.02019-02-252021-01-316, 8, 10, 12, 14
3.0.02020-07-07TBD10, 12, 14

CI tested operating systems

OSVersionPackage ManagerNode.js
LinuxUbuntu 16.04npm10,12,14
LinuxUbuntu 16.04yarn,pnpm10,12
WindowsWindows Server 2016 R2npm10,12,14
MacOSmacOS X Mojave 10.14npm10,12,14

Using yarn might require passing the --ignore-engines flag.