Back to Kurrentdb

Release schedule

docs/server/release-schedule/README.md

26.1.01.4 KB
Original Source

Release schedule

KurrentDB production release version numbers are of the form Major.Minor.Patch.

  • Major
    • Corresponds to the year in which a release was released.
  • Minor
    • Indicates whether the release is an LTS or an STS.
    • Starting with 26.0, LTS releases have minor number 0. Previously they had minor number 10 (e.g. 23.10, 24.10).
  • Patch
    • Is incremented for bug fixes and occasionally small features.

Note that the version scheme is not SemVer.

Examples:

VersionTypeDescription
26.0.0LTS2026 LTS release.
26.0.1LTSA patch to 26.0.0.
26.1.0STSFirst 2026 STS release.
26.2.0STSSecond 2026 STS release.
26.2.1STSA patch to 26.2.0.
27.0.0LTS2027 LTS release.

Long term support releases

There will be one LTS release of KurrentDB per year, released in or around January.

These versions will be supported for a minimum of two years, with a two month grace period for organizing upgrades when the LTS goes out of support.

Short term support releases

STS releases will be published as new features are added to KurrentDB.

These versions will be supported until the next STS or LTS release of KurrentDB.

There are typically one or two STS releases per year.