Skip to main content

List of Releases

The SSR software follows a semantic versioning scheme. Semantic versioning is a simple scheme built around the name-X.Y.Z-build-milestone concept. X is incremented for every major release. A major release can be the introduction of major features or when backwards compatibility may be broken. Y is a minor release with solely non-breaking feature additions. Z is designated for bug fixes in previous releases. -build is used to denote the incremental process of development until the culmination in the final release. -milestone can be one of r1, r2, sts or lts.

Starting with version 5.4.0 the -build will reflect the number of iterations the release candidate went through prior to release. The build number will never increment once the software has been released. The build number will be included in the release notes for the respective version.

SSR Software Release Model

Beginning with version 6.1.0, SSR introduces a release model including suffixes which indicate milestones of the release lifecycle.

Release Lifecycle

A new software release stream is released every 6 months. Each stream (e.g., major.minor) progresses through three build milestones:

  1. R1 (Release Candidate 1) – Initial feature release
  2. R2 (Release Candidate 2) – Additional features, released 3 months after R1
  3. STS or LTS Support Designation – Assigned 3 months after R2

Patch Releases

Patch releases may occur between R1 and R2 to address issues. Once R2 is released, customers should upgrade to R2 to stay on the same release stream, and receive fixes for issues found in R1. Additional patch releases will occur beyond R2 up to end of engineering support.

Support Designation

3 months after R2, the release is designated as either STS (Standard Term Support), or LTS (Long Term Support). These designations alternate between release streams. STS or LTS designations indicate the expected support lifecycles. Support timelines begin when the release is officially labeled with its suffix:

  • STS: Supported for 9 months
  • LTS: Supported for 24 months
note

Important: The support timelines start from the STS/LTS designation date, not the initial release date.

info

Issues resolved in a release are merged into subsequent releases chronologically AND lexicographically.

For example, issues resolved in 4.3.12, which was released on 3/12/2021, are resolved in 4.5.6, which was released on 3/26/2021 and also resolved in 5.1.0, which was released on 3/15/2021, and so on.

However, issues resolved in 4.3.12, which was released on 3/12/2021 are not addressed in 4.5.5 because 4.5.5 was released on 2/10/2021. Even though 4.5.5 is lexicographically higher than 4.3.12, it is chronologically older than 4.3.12.

TermDefinition
EoEEnd of Engineering support. Patches will no longer be produced after this date.
EoSEnd of Support. 6 months following EoE date. Release is EoL and TAC is unable to support unless software is upgraded.
MajorIntroduction of significant features or backwards incompatibility.
MinorNew feature content.
PatchBug fixes only.
-buildFinal build version released.
R1Release Candidate 1. Introduction of new features. First version of every release stream (major.minor).
R2Release Candidate 2. Introduction of new features. Second version of every release stream (major.minor).
stsStandard Term Support. 9 months until EoE from the initial sts date.
ltsLong Term Support. 24 months until EoE from the initial lts date.

General Availability

VersionInitial GA VersionFirst Release Shipping DateLatest GA VersionSupport LifetimeEnd of Engineering supportEnd of Support
Release 7.17.1.0December 4, 20257.1.4STSMarch 10, 2027September 10, 2027
Release 7.07.0.1October 14, 20257.0.1LTSAugust 24, 2028February 24, 2029
Release 6.36.3.0September 30, 20246.3.7-6-stsSTSMay 6, 2026November 6, 2026
Release 6.26.2.0November 16, 20236.2.10-ltsLTSSeptember 6, 2026March 6, 2027
Release 6.16.1.0April 14, 20236.1.13-ltsLTSSeptember 22, 2025March 22, 2026

Out of Support

VersionReleaseEnd of Engineering supportEnd of Support
Release 6.0July 18, 2022November 30, 2023November 30, 2023
Release 5.6March 16, 2023June 16, 2024December 16, 2024
Release 5.5August 11, 2022November 19, 2023May 19, 2024
Release 5.4February 18, 2022December 18, 2022June 18, 2023
Release 5.3August 6, 2021February 6, 2022August 6, 2022
Release 5.2May 10, 2021November 10, 2021May 10, 2022
Release 5.1May 17, 2021August 24, 2022February 24, 2023
Release 5.0December 18, 2020June 18, 2021December 18, 2021
Release 4.5July 23, 2020April 15, 2021October 15, 2021
Release 4.4May 19, 2020April 19, 2021September 19, 2021
Release 4.3February 8, 2020December 24, 2020September 26, 2021
Release 4.2November 21, 2019October 8, 2020April 8, 2021
Release 4.1February 7, 2019July 8, 2020January 8, 2021
Release 4.0December 18, 2018September 18, 2019March 18, 2020
Release 3.2March 15, 2018December 15, 2018June 15, 2019

Please refer to the Software Support Policy page to understand the lifecycle of SSR releases.