Update compatibility docs of 7.1.0 and 7.2.0#5893
Merged
himeshsiriwardana merged 1 commit intowso2:masterfrom Feb 16, 2026
Merged
Update compatibility docs of 7.1.0 and 7.2.0#5893himeshsiriwardana merged 1 commit intowso2:masterfrom
himeshsiriwardana merged 1 commit intowso2:masterfrom
Conversation
Contributor
WalkthroughUpdated MySQL DBMS compatibility documentation across three Identity Server versions (7.1.0, 7.2.0, and next). Changed the supported MySQL versions from "8.0.4, 5.7" to "8.4, 8.0, 5.7" in product compatibility tables. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Contributor
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Fix all issues with AI agents
In `@en/identity-server/7.1.0/docs/deploy/product-compatibility.md`:
- Around line 65-67: Update the MySQL supported-versions cell in
product-compatibility.md by removing the incorrect "8.4" entry and ensuring the
cell lists the officially supported/tested versions (replace "8.4, 8.0, 5.7"
with "8.0.4, 5.7"); edit the <td> containing "MySQL" and its adjacent <td> that
currently contains the versions so it shows "8.0.4, 5.7".
In `@en/identity-server/next/docs/deploy/product-compatibility.md`:
- Around line 66-68: Update the MySQL supported versions cell in the
product-compatibility table by removing the incorrect "8.4" entry so it reads
"8.0, 5.7" instead of "8.4, 8.0, 5.7"; locate the table row containing the MySQL
<td> entry (the fragment with "<td>MySQL</td>" and the following versions cell)
and replace its contents accordingly, and add or update the citation to
reference the official WSO2 Identity Server compatibility page as the source.
himeshsiriwardana
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the MySQL version compatibility information in the product documentation for multiple versions of the Identity Server. The main change is the addition of MySQL 8.4 and a generalization of the 8.0 version, ensuring that users are aware of support for the latest MySQL versions.
Documentation Updates:
product-compatibility.mdfor versions 7.1.0, 7.2.0, andnextto include MySQL 8.4 and generalize 8.0 support, replacing the previous specific mention of 8.0.4. [1] [2]Summary by CodeRabbit
Documentation