Release and Support Lifecycle
This page explains how ADITO platform releases are published and how long major and minor releases remain supported.
Release cadence
ADITO publishes new releases monthly. Several times per year, a new major release is published. Between major releases, minor releases are published for the current major release.
What goes into a minor or major release
Minor releases are intended for changes that can be introduced in an isolated and manageable way within the current major release line. This includes new features, bug fixes, and general improvements, as long as they do not require breaking migration steps and do not create broad upgrade risks across the system.
Major releases are used for breaking changes and for changes with larger system-wide impact. This includes cases where existing behavior no longer works as before, where functions are removed or restricted, where manual upgrade or migration steps are required, or where a change cannot be treated as an isolated enhancement because it may affect the overall system behavior.
This means:
- Breaking changes belong in a major release.
- Changes that require manual action during upgrade belong in a major release.
- Large cross-cutting or system-wide changes belong in a major release.
- New features, bug fixes, and smaller improvements belong in the current minor release when they can be added in an isolated and controlled way.
Minor release end of life
Within a major release line, only the latest available minor release is supported.
As long as a major release line is the current one, its minor releases may receive bug fixes and new features.
Examples:
- When
2026.0.4is released, support for2026.0.3ends and moves to2026.0.4. - If no further minor release is published for
2026.0, the latest released2026.0.xversion remains supported until the2026.0major release line reaches end of life.
Support after the next major release
Once the next major release is published, the previous major release line remains supported, but only in a limited maintenance mode.
In this phase, previous minor releases no longer receive regular feature development. Updates for that release line are limited to important bug fixes, for example:
- regressions
- security-relevant fixes
- other critical corrections
This means that new features are delivered in the current major release line, while the previous major release line only receives high-priority fixes.
Major release end of life
A major release remains supported until the corresponding successor major release is published in the following year. Once that successor is published, the previous major release reaches end of life (EOL) and is no longer supported.
Examples:
- The major release
2026.0remains supported until2027.1is released. - Once
2027.1is released,2026.0reaches EOL and is no longer supported.
Practical example: ADITO 2026.0
For the major release 2026.0, the following support rules apply:
- If
2026.0.4is released, support for2026.0.3ends. - If no later
2026.0.xrelease is published, the latest available2026.0.xrelease remains supported. - Until
2026.1is released,2026.0.xmay receive both bug fixes and new features. - After
2026.1is released,2026.0.xonly receives important bug fixes, such as regressions or security-relevant fixes. - Support for the entire
2026.0release line ends when2027.1is released.