keycloak-scim/release_notes/topics/20_0_0.adoc
Alexander Schwartz e999186b84 Add H2 upgrade to release notes and migration guide
Relates to keycloak/keycloak#12607
Relates to keycloak/keycloak#11292
Relates to keycloak/keycloak#10113

Co-authored-by: andymunro <48995441+andymunro@users.noreply.github.com>
2022-10-17 08:58:49 +02:00

19 lines
886 B
Text

= Allow setting a base URL when configuring the hostname
In this release, we are introducing two additional server options to set a base URL for front end and Admin Console URLs.
* `hostname-url`
* `hostname-admin-url`
More details can be found at the https://www.keycloak.org/server/hostname[Configuring the Hostname Guide].
= Improvements to `kc.bat` when running Keycloak on Windows
In this release, we are making important changes to `kc.bat` to give the same experience as when running on Linux.
= Upgrade of embedded H2 database
{project_name} ships for development purposes with an H2 database driver. As it is intended for development purposes only, it should never be used in a production environment.
In this release, the H2 driver has been upgraded from version 1.x to version 2.x.
See link:{upgradingguide_link}[{upgradingguide_name}] for details on how to migrate.