-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update the compatiblity mode section of the docs #3098
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
Update the compatiblity mode section of the docs #3098
Conversation
🔍 Preview links for changed docs |
2514051
to
e2ae249
Compare
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.
I realized that I asked you to keep this, but this now looks a lot like the Compatibility section on the main page now. Maybe we should instead expand that?
In any case, approving as this is an improvement.
@pquentin Okay, I have removed the section in the connecting page, and have merged the content into the main Compatibility section in the index page. WDYT? |
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.
Thanks! LGTM.
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-8.19 8.19
# Navigate to the new working tree
cd .worktrees/backport-8.19
# Create a new branch
git switch --create backport-3098-to-8.19
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 fcdbbc09584f11400f88c829ed14b14cc6a60281
# Push it to GitHub
git push --set-upstream origin backport-3098-to-8.19
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-8.19 Then, create a pull request where the |
* Update the compatiblity mode section of the docs * merge with compatiblity section in index.md (cherry picked from commit fcdbbc0)
* Update the compatiblity mode section of the docs * merge with compatiblity section in index.md (cherry picked from commit fcdbbc0)
* Update the compatiblity mode section of the docs * merge with compatiblity section in index.md (cherry picked from commit fcdbbc0)
Clarify how compatibility mode works in the 8.x and newer clients.