You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As #268 describes, there are already a few places where we rely on the API of Zulip Server 5 and later. If someone tries using the app on a server older than that, then instead of quietly not working correctly it'd be better to give a clear error. Now that #267 is complete, it'll be straightforward to do that.
(The difference between this issue and #268 is that the latter calls for taking advantage of the new minimum version in order to clear out all the TODO(server-5) items in our codebase. This issue is purely for updating the minimum version set by #267, so as to give the user an error when they're on such an old version.)
I was about to go also file an issue for us to have the legacy app start warning people that older than Server 5 isn't supported and they should (get their admins to) upgrade… but happily we already did that back in 2023 (thanks @chrisbobbe!):
This issue isn't yet ripe to carry out (at least not to merge a PR doing it): out of an abundance of caution, I'd like to first get out a beta release containing #267 to disallow servers older than 4.x, and only then merge this change so that it goes out in the next or later beta release.
This is a reduced, pre-launch version of:
The Zulip Server 5 release went out over 3 years ago, so the 4.x releases are all long out of our announced 18-month compatibility window.
As #268 describes, there are already a few places where we rely on the API of Zulip Server 5 and later. If someone tries using the app on a server older than that, then instead of quietly not working correctly it'd be better to give a clear error. Now that #267 is complete, it'll be straightforward to do that.
(The difference between this issue and #268 is that the latter calls for taking advantage of the new minimum version in order to clear out all the
TODO(server-5)
items in our codebase. This issue is purely for updating the minimum version set by #267, so as to give the user an error when they're on such an old version.)References
The text was updated successfully, but these errors were encountered: