Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Long-term support

Roughly once per quarter, Squirro publishes a long-term support (LTS) release. These LTS releases undergo extended Q&A testing and are fully supported for two years. They receive security fixes and important bug fixes during the support period. As a result, LTS releases are recommended for production and UAT systems.

LTS releases have been introduced officially with Squirro 3.2.10. Until the 3.2 development series, Squirro only published the quarterly stable releases, which were thus implicitly considered LTS releases.

Intermediate stable versions

Additionally Squirro releases a new intermediate stable version roughly every two weeks. These releases are tested on a best effort basis. Also they sometimes contain intermediate versions of new features as they are still being finalized or being fully documented. Thus these are great releases to keep current with Squirro’s development, or to test new functionality in a development setup.

Versioning

Squirro uses a version number scheme of X.Y.Z. Of these:

  • X is incremented rarely, and only with large system changes. The last increment was for the Python 3 migration.

  • Y is incremented after each LTS release. So X.Y.0 will be the first intermediate stable release.

  • Z is incremented with each release, whether an intermediate stable version, an LTS release, or a LTS patch. Typically the highest release number in a X.Y series will be the LTS.

Example

  • 3.2.10 is the LTS release of the 3.3.x series.

  • 3.2.11 would be a patch LTS release if changes need to be made to 3.2.10 LTS.

  • 3.3.0 was the first intermediate stable release after the 3.2.10 LTS.

  • At some point a 3.3.x release will be declared as LTS, and the 3.4 release cycle will be started at the same time.

  • No labels