api: Bump minimum supported Zulip Server to 10.0#2361
Open
chrisbobbe wants to merge 2 commits into
Open
Conversation
Zulip Server 8.5, the last release in the 8.x series, was released 2024-08-01: https://blog.zulip.com/2024/08/01/zulip-server-8-5-bug-fix-release/ So all 8.x releases (and older) have been outside the 18-month support window since 2026-02-01. As noted when filing issue zulip#1839, that means we can skip past 8.0 and require 9.0. The versions in the store_test snapshot test were below the new minimum; bump them to 9.0 and 10.0, which are equally arbitrary for that test's purposes. Fixes: zulip#1839 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Zulip Server 9.4, the last release in the 9.x series, was released 2025-01-16: https://blog.zulip.com/2025/01/16/zulip-server-9-4-security-release/ So all 9.x releases fall outside the 18-month support window as of 2026-07-16. That date is a week away as of this writing; this change should not be merged before then. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Stacked atop #2360.
This bumps the "nag banner" threshold so it shows on all 9.x. As noted in the commit message, this won't be ready to merge until 2026-07-16, when all 9.x servers age out of the support window.