-
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
eb75ecb
commit ee0c73a
Showing
5 changed files
with
130 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,92 @@ | ||
[ { | ||
"number" : 14562, | ||
"repository" : "keycloak", | ||
"title" : "Broken Promise implementation for AuthZ JS", | ||
"kind" : "bug", | ||
"area" : "adapter/javascript", | ||
"url" : "https://github.com/keycloak/keycloak/issues/14562" | ||
}, { | ||
"number" : 25917, | ||
"repository" : "keycloak", | ||
"title" : "Allow increasing wait time on each failure after the max number of failures is reached", | ||
"kind" : "bug", | ||
"area" : "authentication", | ||
"url" : "https://github.com/keycloak/keycloak/issues/25917" | ||
}, { | ||
"number" : 33627, | ||
"repository" : "keycloak", | ||
"title" : "ClassNotFoundException OracleXADataSource/OracleDataSource using IDELauncher with Keycloak 26.0.0", | ||
"kind" : "bug", | ||
"area" : "dist/quarkus", | ||
"url" : "https://github.com/keycloak/keycloak/issues/33627" | ||
}, { | ||
"number" : 33731, | ||
"repository" : "keycloak", | ||
"title" : "Client Scope updates are not replicated on a distributed keycloak setup in kubernetes", | ||
"kind" : "bug", | ||
"area" : "admin/api", | ||
"url" : "https://github.com/keycloak/keycloak/issues/33731" | ||
}, { | ||
"number" : 33798, | ||
"repository" : "keycloak", | ||
"title" : "CVE-2021-44549 - org.eclipse.angus/angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication", | ||
"kind" : "bug", | ||
"area" : "dist/quarkus", | ||
"url" : "https://github.com/keycloak/keycloak/issues/33798" | ||
}, { | ||
"number" : 33987, | ||
"repository" : "keycloak", | ||
"title" : "keycloak.v2 registration: Password policy validation error \"errorList is null\"", | ||
"kind" : "bug", | ||
"area" : "login/ui", | ||
"url" : "https://github.com/keycloak/keycloak/issues/33987" | ||
}, { | ||
"number" : 34042, | ||
"repository" : "keycloak", | ||
"title" : "LDAP Pagination not working for role membership in GET_ROLES_FROM_USER_MEMBEROF_ATTRIBUTE strategy", | ||
"kind" : "bug", | ||
"area" : "ldap", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34042" | ||
}, { | ||
"number" : 34050, | ||
"repository" : "keycloak", | ||
"title" : "Listing federated LDAP users is very slow with import enabled", | ||
"kind" : "bug", | ||
"area" : "ldap", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34050" | ||
}, { | ||
"number" : 34093, | ||
"repository" : "keycloak", | ||
"title" : "java.util.ConcurrentModificationException when process user sessions update", | ||
"kind" : "bug", | ||
"area" : "infinispan", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34093" | ||
}, { | ||
"number" : 34219, | ||
"repository" : "keycloak", | ||
"title" : "Refine KeycloakSession provider caching", | ||
"kind" : "task", | ||
"area" : null, | ||
"url" : "https://github.com/keycloak/keycloak/issues/34219" | ||
}, { | ||
"number" : 34284, | ||
"repository" : "keycloak", | ||
"title" : "Keycloak-admin-client should work with the future versions of Keycloak server", | ||
"kind" : "enhancement", | ||
"area" : "admin/client-java", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34284" | ||
}, { | ||
"number" : 34382, | ||
"repository" : "keycloak", | ||
"title" : "Make the organization chapter of Server Admin guide available on downstream", | ||
"kind" : "enhancement", | ||
"area" : null, | ||
"url" : "https://github.com/keycloak/keycloak/issues/34382" | ||
}, { | ||
"number" : 34412, | ||
"repository" : "keycloak", | ||
"title" : "LDAP: searching users with import disabled is slower since fix for 34050", | ||
"kind" : "bug", | ||
"area" : "ldap", | ||
"url" : "https://github.com/keycloak/keycloak/issues/34412" | ||
} ] |
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,30 @@ | ||
<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/34284">#34284</a> Keycloak-admin-client should work with the future versions of Keycloak server <code>admin/client-java</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34382">#34382</a> Make the organization chapter of Server Admin guide available on downstream </li> | ||
</ul> | ||
|
||
<h3>Bugs</h3> | ||
<ul> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/14562">#14562</a> Broken Promise implementation for AuthZ JS <code>adapter/javascript</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/25917">#25917</a> Allow increasing wait time on each failure after the max number of failures is reached <code>authentication</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33627">#33627</a> ClassNotFoundException OracleXADataSource/OracleDataSource using IDELauncher with Keycloak 26.0.0 <code>dist/quarkus</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33731">#33731</a> Client Scope updates are not replicated on a distributed keycloak setup in kubernetes <code>admin/api</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33798">#33798</a> CVE-2021-44549 - org.eclipse.angus/angus-mail: Enabling Secure Server Identity Checks for Safer SMTPS Communication <code>dist/quarkus</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/33987">#33987</a> keycloak.v2 registration: Password policy validation error "errorList is null" <code>login/ui</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34042">#34042</a> LDAP Pagination not working for role membership in GET_ROLES_FROM_USER_MEMBEROF_ATTRIBUTE strategy <code>ldap</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34050">#34050</a> Listing federated LDAP users is very slow with import enabled <code>ldap</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34093">#34093</a> java.util.ConcurrentModificationException when process user sessions update <code>infinispan</code></li> | ||
<li><a href="https://github.com/keycloak/keycloak/issues/34412">#34412</a> LDAP: searching users with import disabled is slower since fix for 34050 <code>ldap</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-10-30", | ||
"version": "26.0.4", | ||
"blogTemplate": 3, | ||
"documentationTemplate": 12, | ||
"downloadTemplate": 24 | ||
} |