-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db76ebc
commit 137d739
Showing
5 changed files
with
122 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
[ { | ||
"number" : 22431, | ||
"repository" : "keycloak", | ||
"title" : "Localization: Admin UI doesn't pick up message bundles from realms other than master ", | ||
"kind" : "bug", | ||
"area" : "admin/ui", | ||
"url" : "https://github.com/keycloak/keycloak/issues/22431" | ||
}, { | ||
"number" : 23786, | ||
"repository" : "keycloak", | ||
"title" : "Failure: FipsDistTest", | ||
"kind" : "bug", | ||
"area" : "ci", | ||
"url" : "https://github.com/keycloak/keycloak/issues/23786" | ||
}, { | ||
"number" : 25294, | ||
"repository" : "keycloak", | ||
"title" : "Kerberos principal attribute not found on LDAP user - even if kerberos authentication is off", | ||
"kind" : "bug", | ||
"area" : "ldap", | ||
"url" : "https://github.com/keycloak/keycloak/issues/25294" | ||
}, { | ||
"number" : 25731, | ||
"repository" : "keycloak", | ||
"title" : "/admin/realms/{realm}/groups Endpoint is slow", | ||
"kind" : "performance", | ||
"area" : "admin/api", | ||
"url" : "https://github.com/keycloak/keycloak/issues/25731" | ||
}, { | ||
"number" : 25883, | ||
"repository" : "keycloak", | ||
"title" : "ldap-group-mapper fails when empty member: attribute is present", | ||
"kind" : "bug", | ||
"area" : "ldap", | ||
"url" : "https://github.com/keycloak/keycloak/issues/25883" | ||
}, { | ||
"number" : 25912, | ||
"repository" : "keycloak", | ||
"title" : "LDAP federation reports \"Creating new LDAP Store...\" on every login", | ||
"kind" : "bug", | ||
"area" : "ldap", | ||
"url" : "https://github.com/keycloak/keycloak/issues/25912" | ||
}, { | ||
"number" : 25961, | ||
"repository" : "keycloak", | ||
"title" : "Native SQL Schema names broken on MySQL", | ||
"kind" : "bug", | ||
"area" : "storage", | ||
"url" : "https://github.com/keycloak/keycloak/issues/25961" | ||
}, { | ||
"number" : 26374, | ||
"repository" : "keycloak", | ||
"title" : "Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode", | ||
"kind" : "bug", | ||
"area" : "ci", | ||
"url" : "https://github.com/keycloak/keycloak/issues/26374" | ||
}, { | ||
"number" : 26529, | ||
"repository" : "keycloak", | ||
"title" : "Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode", | ||
"kind" : "bug", | ||
"area" : "ci", | ||
"url" : "https://github.com/keycloak/keycloak/issues/26529" | ||
}, { | ||
"number" : 26810, | ||
"repository" : "keycloak", | ||
"title" : "Shorter lifespan for offline session cache entries in memory", | ||
"kind" : "enhancement", | ||
"area" : "storage", | ||
"url" : "https://github.com/keycloak/keycloak/issues/26810" | ||
}, { | ||
"number" : 26826, | ||
"repository" : "keycloak", | ||
"title" : "Freemarker erroneously escapes/sanitizes URL in template.ftl (&)", | ||
"kind" : "bug", | ||
"area" : "login/ui", | ||
"url" : "https://github.com/keycloak/keycloak/issues/26826" | ||
}, { | ||
"number" : 27120, | ||
"repository" : "keycloak", | ||
"title" : "Microsoft social login failure", | ||
"kind" : "bug", | ||
"area" : "testsuite", | ||
"url" : "https://github.com/keycloak/keycloak/issues/27120" | ||
} ] |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<div> | ||
|
||
<h2>Upgrading</h2> | ||
<p>Before upgrading refer to <a href="file:/home/runner/work/keycloak-rel/keycloak-rel/target/web/docs/latest/upgrading/index.html#migration-changes">the migration guide</a> for a complete list of changes.</p> | ||
|
||
<h2>All resolved issues</h2> | ||
|
||
|
||
|
||
<h3>Enhancements</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/26810">#26810</a> Shorter lifespan for offline session cache entries in memory <code>storage</code></li> | ||
</ul> | ||
|
||
<h3>Bugs</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/22431">#22431</a> Localization: Admin UI doesn't pick up message bundles from realms other than master <code>admin/ui</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/23786">#23786</a> Failure: FipsDistTest <code>ci</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/25294">#25294</a> Kerberos principal attribute not found on LDAP user - even if kerberos authentication is off <code>ldap</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/25883">#25883</a> ldap-group-mapper fails when empty member: attribute is present <code>ldap</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/25912">#25912</a> LDAP federation reports "Creating new LDAP Store..." on every login <code>ldap</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/25961">#25961</a> Native SQL Schema names broken on MySQL <code>storage</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/26374">#26374</a> Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode <code>ci</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/26529">#26529</a> Workflow failure: Quarkus IT - FipsDistTest#testUnsupportedHttpsPkcs12KeyStoreInStrictMode <code>ci</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/26826">#26826</a> Freemarker erroneously escapes/sanitizes URL in template.ftl (&) <code>login/ui</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/27120">#27120</a> Microsoft social login failure <code>testsuite</code></li> | ||
</ul> | ||
|
||
</div> |
Empty file.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"date": "2024-02-22", | ||
"version": "23.0.7", | ||
"blogTemplate": 3, | ||
"documentationTemplate": 11, | ||
"downloadTemplate": 22 | ||
} |