Skip to content

Conversation

miguelgrinberg
Copy link
Contributor

@miguelgrinberg miguelgrinberg commented Oct 9, 2025

Clarify how compatibility mode works in the 8.x and newer clients.

Copy link

github-actions bot commented Oct 9, 2025

🔍 Preview links for changed docs

@miguelgrinberg miguelgrinberg force-pushed the update-compatibility-mode-docs branch from 2514051 to e2ae249 Compare October 9, 2025 13:17
@miguelgrinberg miguelgrinberg marked this pull request as ready for review October 9, 2025 13:59
Copy link
Member

@pquentin pquentin left a 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.

@miguelgrinberg
Copy link
Contributor Author

@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?

Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM.

@miguelgrinberg miguelgrinberg merged commit fcdbbc0 into elastic:main Oct 13, 2025
19 checks passed
@miguelgrinberg miguelgrinberg deleted the update-compatibility-mode-docs branch October 13, 2025 11:59
Copy link

The backport to 8.19 failed:

The process '/usr/bin/git' failed with exit code 1

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 base branch is 8.19 and the compare/head branch is backport-3098-to-8.19.

github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
* Update the compatiblity mode section of the docs

* merge with compatiblity section in index.md

(cherry picked from commit fcdbbc0)
github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
* Update the compatiblity mode section of the docs

* merge with compatiblity section in index.md

(cherry picked from commit fcdbbc0)
github-actions bot pushed a commit that referenced this pull request Oct 13, 2025
* Update the compatiblity mode section of the docs

* merge with compatiblity section in index.md

(cherry picked from commit fcdbbc0)
miguelgrinberg added a commit that referenced this pull request Oct 13, 2025
* Update the compatiblity mode section of the docs

* merge with compatiblity section in index.md

(cherry picked from commit fcdbbc0)

Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
miguelgrinberg added a commit that referenced this pull request Oct 13, 2025
* Update the compatiblity mode section of the docs

* merge with compatiblity section in index.md

(cherry picked from commit fcdbbc0)

Co-authored-by: Miguel Grinberg <miguel.grinberg@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants