Release notes update for Keycloak 26.5 with core-clients related contributions (#44986)

closes #44192

Signed-off-by: mposolda <mposolda@gmail.com>
This commit is contained in:
Marek Posolda 2025-12-18 10:48:27 +01:00 committed by GitHub
parent 790fb557db
commit 4b68f6998b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 19 additions and 4 deletions

View File

@ -19,6 +19,10 @@ Read on to learn more about each new feature. If you are upgrading from a previo
The client logout configuration now includes an option to show a logout confirmation page. When enabled, users will see a "`You are logged out`" confirmation page upon successful logout.
ifeval::[{project_community}==true]
Many thanks to https://github.com/slaskawi[Sebastian Łaskawiec] for the contribution.
endif::[]
== CORS enhancements
// https://github.com/keycloak/keycloak/pull/43767
// https://github.com/keycloak/keycloak/issues/8863
@ -113,6 +117,16 @@ endif::[]
For more details, see the https://www.keycloak.org/server/configuration-production[Configuring Keycloak for production] guide.
== Ability to configure retry behavior for outgoing HTTP requests
{project_name} has now more flexibility how to configure retrying of outgoing HTTP requests. This is useful for handling transient network errors or temporary unavailability
of the service where {project_name} needs to send HTTP request. Retry behavior is disabled by default and must be explicitly enabled.
More details are available in the link:{server_guide_base_link}/outgoinghttp[Outgoing HTTP requests documentation].
ifeval::[{project_community}==true]
Many thanks to https://github.com/chance-coleman[Chance Coleman] for the contribution.
endif::[]
== Enable/disable features via a single option
You can now enable or disable individual features using the `feature-<name>` option (like `feature-spiffe=enabled`).

View File

@ -58,13 +58,14 @@
:apidocs_link: https://www.keycloak.org/docs/{project_version}/api_documentation/
:adminguide_email_name: Configuring email for a realm
:adminguide_email_link: {adminguide_link}#_email
:server_guide_base_link: https://www.keycloak.org/server
:allproviderconfigguide_name: All provider configuration Guide
:allproviderconfigguide_link: https://www.keycloak.org/server/all-provider-config
:allproviderconfigguide_link: {server_guide_base_link}/all-provider-config
:bootstrapadminrecovery_name: Admin Bootstrap and Recovery
:bootstrapadminrecovery_link: https://www.keycloak.org/server/bootstrap-admin-recovery
:client_certificate_lookup_link: https://www.keycloak.org/server/reverseproxy#_enabling_client_certificate_lookup
:bootstrapadminrecovery_link: {server_guide_base_link}/bootstrap-admin-recovery
:client_certificate_lookup_link: {server_guide_base_link}/reverseproxy#_enabling_client_certificate_lookup
:databaseguide_name: Configuring the database
:databaseguide_link: https://www.keycloak.org/server/db
:databaseguide_link: {server_guide_base_link}/db
:developerguide_name: Server Developer Guide
:developerguide_name_short: Server Developer
:developerguide_link: {project_doc_base_url}/server_development/