docs: add CHANGELOG entries and roadmap update for v1.0.4#5339
Merged
Conversation
madhu-mohan-jaishankar
approved these changes
Jun 22, 2026
madhu-mohan-jaishankar
left a comment
Collaborator
There was a problem hiding this comment.
Looks good. LGTM.
Signed-off-by: Lang-Akshay <akshay.shinde26@ibm.com>
…or detected secrets Signed-off-by: Lang-Akshay <akshay.shinde26@ibm.com>
… focus areas Signed-off-by: Lang-Akshay <akshay.shinde26@ibm.com>
778d29f to
466f6f3
Compare
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.
Summary
fix(sso): merge Keycloak realm/client roles fromaccess_token, not justuserinfo/id_token(fix(sso): merge Keycloak realm/client roles from access_token, not just userinfo/id_token #5330)fix(docker): restrict hermetic wheel closure to s390x/ppc64le only (fix(docker): restrict hermetic wheel closure to s390x/ppc64le only #5337)Key Changes
Docs
CHANGELOG.md: +116 lines covering all v1.0.4 features, fixes, and breaking changesdocs/docs/architecture/roadmap.md: v1.0.4 due date set; links to changelogdocs/docs/manage/sso-keycloak-tutorial.md: documents defaultid.token.claim=falsegotcha for Keycloak role mappersBug Fixes
mcpgateway/services/sso_service.py):_enrich_user_data_from_claims()and_get_user_info()now fall back toaccess_tokenclaims whenrealm_access/resource_access/groupsare absent fromuserinfoandid_token. Fixes silent role-miss on stock Keycloak installs. Also fixes case-sensitive mismatch in_map_groups_to_roles()..github/workflows/docker-multiplatform.yml,Containerfile.lite): hermetic wheel closure build removed for amd64/arm64 (full PyPI manylinux coverage). s390x/ppc64le still build wheel closure as before.uv.lock): removed duplicatepython-multipartblock (broke uv TOML parsing post-dependabot merge)Dev Seed
infra/keycloak/realm-export.json: explicitrealm roles (id+userinfo)andclient roles (id+userinfo)protocol mappers added so local Keycloak dev seed works without manual mapper config.