-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: As a user, I want to know if V3.2 is still an LTS version. If not, what are some alternatives for those who are using V3.2? #11759
Comments
The below is my personal opinion.
I think so, and if others think this is wrong, please correct them. It stems from a fundamental error, we have not claimed a maintenance cycle for this LTS since its release (from what I remember it didn't have the expected EOL, I vaguely remember some discussion about how they should be cut off at 6 months, but I don't remember the conclusions), so no one knows when it should end. But I think it would be even more irresponsible to permanently mark it as an LTS anyway; we haven't released a patch release since 3.2.2 was released (and some critical fixes were indeed included on 3.2.x), to the point where some of the foundations have changed, and it's hard to merge forward without more complex implications. As an APISIX developer, I'm very aware of how much APISIX has changed since 3.2.x. We've applied a number of patches from outstanding developers, some of which have significantly improved APISIX's performance in certain areas, such as improvements to reduce etcd connections, which allow for larger clusters; many new plugins; bug fixes etc. The LTS markup has caused some users to be attracted to stay permanently in an older version, they do not consider newer versions, and of course, they do not benefit from our continuous improvements. Since then, there have also been some break changes that have occurred, where new users would have difficulties upgrading if they started with an older version. I'm often asked the question, Further, it is confusing that some bugs that have been fixed in newer versions are still being encountered and discovered by some users stuck in older versions. According to the normal workflow, fixes will always be merged in the master branch, so investigations and fixes for bugs will only be possible in the master branch (which means the latest version), and for an old version, maybe nobody wants to go there to investigate bugs. IMO, 3.2 is old.
Like some other super open source projects, such as NodeJS, I haven't found a specific article about a particular version of EOL in their blog postings. So I don't think a “public announcement” is necessary. But, the key problem is that we don't have a clear timeline to plan for this EOL, we don't have a process to deal with it, since 3.2 is the only version that is LTS.
I personally don't have plans for it, and this is due to the fact that I understand that some of the underlying improvements haven't been made yet, so personally I don't think it's innovative in some way. I'm open to suggestions for creating another LTS version, which can be discussed, and which ultimately depends on the work of other maintainers and suggestions from users. If users had been using 3.2, we wouldn't have received enough suggestions.
I think migrating to a newer version would be a good start, and after that, APISIX should be updated consistently on a fixed cycle (e.g., semi-annually or annually) Using an ancient version would make fewer maintainers willing to put the effort into investigating it, as the codebase varies so much that users may need to verify that it still exists on the latest version, and if so, it will be fixed and included in the latest release.
I will investigate this feasibility and provide some options. I will update if there is any progress. The above is my personal opinion. |
I also want to know what to do next, or how to upgrade to 3.2.2 |
https://nodesource.com/blog/Node.js-v22-Long-Term-Support-LTS |
Description
LTS tag for v3.2 is removed in apache/apisix-website#1831 and it leads to confusion because no public annoucement was made before it happended.
The text was updated successfully, but these errors were encountered: