-
Notifications
You must be signed in to change notification settings - Fork 558
Better document lowestMinVersionForCollab, and set to 1.4 #25824
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
base: main
Are you sure you want to change the base?
Better document lowestMinVersionForCollab, and set to 1.4 #25824
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the minimum supported version for collaboration from 1.0.0 to 1.4.0 to align with the actual supported version policy. The change reflects that versions below 1.4.0 were no longer supported at the time of the 2.0 release.
- Bumped
lowestMinVersionForCollabconstant from"1.0.0"to"1.4.0" - Enhanced documentation explaining the rationale for supporting 1.4.0 as the minimum version
- Updated comments to provide guidance for future major version releases
Co-authored-by: Copilot <[email protected]>
|
@scottn12 FYI. I think it makes to set this to 1.4. I am not aware that we had promised any more support than this with 2.0. |
Yeah I think we had considered 1.4 previously as well. It should be fine and there really shouldn't be any clients that exist today older than 1.4 |
Co-authored-by: yann-achard-MS <[email protected]>
…to lowestMinVersionForCollab1.4
Description
I don't find the documentation for lowestMinVersionForCollab particularly informative, nor do I think the approach it describes is the best one.
This attempts to establish a practical process for how it should be set which minimizes the support obligation each major will incur while keeping the required ability to collab with all previously supported major versions.
Reviewer Guidance
The review process is outlined on this wiki page.