Provides a summary of recent version support end dates and details the RisingWave versioning scheme (SemVer), release cadence, support rules, backporting policy, and deprecation communication.
Version | Release Date | Support Ends |
---|---|---|
v1.10 | Jul 30, 2024 | Jan 26, 2025 |
v2.0 | Sep 26, 2024 | Feb 11, 2025 |
v2.1 | Dec 7, 2024 | April 14, 2025 |
v2.2 | Feb 11, 2025 | May 22, 2025 |
v2.3 | April 14, 2025 | July 29, 2025 |
v2.4 | May 22, 2025 | Upon the release of v2.6 |
Major.Minor.Patch
. Understanding this scheme is crucial for interpreting the support policy.
2.0.0
): Represents significant, milestone releases. These releases often introduce substantial new features, architectural changes, and may include breaking changes. Breaking changes might require data migration or adjustments to user workflows.2.1.0
): Represents regular releases with new features, enhancements, and bug fixes.2.1.1
): Represents releases focused solely on bug fixes and security patches. Normally the latest patch version is the recommended version within a minor version.3.0.0
is released on September 1st, 2025, then support for all 2.x.x
versions (e.g., 2.10.5
) that have not already been deprecated ends on January 1st, 2026. This provides a 4-month window for users to migrate.
2.3.0
is undergoing release testing.2.2.0
is the latest released version.1.10.0
is from a previous major release but is still supported (within the 4-month window after 2.0.0
was released).2.3.0
, 2.2.0
, and potentially 1.10.0
. Backporting to 2.1.0
would generally not occur if 2.3.0
had already been released (based on the minor version deprecation rule).