Skip to content

Commit

Permalink
Fix all issues missing in GH release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stianst committed Dec 15, 2023
1 parent 07bb0e8 commit d3b2406
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion cache/releases/23.0.2/gh-release-notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,30 @@ <h3 id="_non_blocking_health_check_for_load_balancers">Non-blocking health check
</div>
</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>
<p>Before upgrading refer to <a href="file:/home/st/dev/keycloak-web/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/25113">#25113</a> Add a test for the LoadBalancerCheck </li>
<li><a href="https://github.com/keycloak/keycloak/issues/25287">#25287</a> Upgrade Infinispan to 14.0.21.Final </li>
</ul>

<h3>Bugs</h3>
<ul>
<li><a href="https://github.com/keycloak/keycloak/issues/24652">#24652</a> SAML decryption fails if keycloak.saml.deprecated.encryption flag is set <code>saml</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/24986">#24986</a> `getMultiPartFormParameters()` always returns `EmptyMultivaluedMap` after upgrade to Resteasy Reactive <code>core</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25001">#25001</a> Client redirect_uri check must be compared using exact string matching <code>oidc</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25010">#25010</a> Bug: KC_DB_USERNAME environment variable is causing a crash in latest version <code>dist/quarkus</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25051">#25051</a> Unexpected Application Error when clicking "Cancel" on user creation page <code>admin/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25108">#25108</a> Documentation Inconsistency about Open Banking(Finance) Brasil FAPI security profile <code>docs</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25124">#25124</a> If a client does not have a URL the applications page in the account console links to about:blank <code>account/ui</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25173">#25173</a> Make sure username is lowercase when normalizing attributes <code>user-profile</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25183">#25183</a> NullPointerException thrown for UPConfig.getGroups() <code>user-profile</code></li>
<li><a href="https://github.com/keycloak/keycloak/issues/25307">#25307</a> Keycloak instance `HasErrors` true after update: `More than 1 secondary resource related to primary` <code>operator</code></li>
</ul>

</div>

0 comments on commit d3b2406

Please sign in to comment.