Skip to content

Releases: sventorben/keycloak-home-idp-discovery

v22.0.0

11 Jul 21:41
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

Full Changelog: v21.2.1...v22.0.0

⚠️ Compatibility issues:

As part of upgrading to Quarkus 3.x, Keycloak migrated its codebase from Java EE to the successor Jakarta EE. Due to this transition from Java EE to Jakarta EE, this and all upcoming releases will no longer be backwards compatible with Keycloak versions < 22, Java EE, and Java < 17.
For details please see this blog post

v21.3.0

11 Jul 21:15
Compare
Choose a tag to compare

What's Changed

✨ New Features

⬆️ Dependency Updates

Full Changelog: https://github.com/sventorben/keycloak-home-idp-discovery/commits/v21.3.0

ℹ️ Last release with Java 11:

This is the last release with support for Java 11 which is deprecated in Keycloak version 21.x and will be removed in versions >= 22.x.

v21.2.1

23 May 15:25
Compare
Choose a tag to compare

What's Changed

🐛 Bugfixes

  • Show no error message if login_hint is missing but login page should be bypassed by @sventorben in #200

⬆️ Dependency Updates

Full Changelog: https://github.com/sventorben/keycloak-home-idp-discovery/commits/v21.2.1

v21.2.0

19 Apr 19:26
Compare
Choose a tag to compare

What's Changed

✨ New Features

⬆️ Dependency Updates

  • chore(deps): Update Keycloak dependencies to 21.1.0 by @sventorben in #184

Full Changelog: https://github.com/sventorben/keycloak-home-idp-discovery/commits/v21.2.0

v21.1.0

10 Mar 23:21
Compare
Choose a tag to compare

What's Changed

✨ New Features

  • feat: Allow to bypass login page if login_hint param present by @sventorben in #163

Other Changes

  • chore(deps): Update Keycloak dependencies to 21.0.1 by @sventorben
  • docs: include instructions to add an Authenticator Execution by @pdt-ayidi in #83

New Contributors

Full Changelog: https://github.com/sventorben/keycloak-home-idp-discovery/commits/v21.1.0

v21.0.1

25 Feb 00:59
Compare
Choose a tag to compare
  • [!refactor] Remove home-idp-discovery theme

⚠️ Removal of admin theme:

With Keycloak versions > 21 the old admin theme has been removed after it had been deprecated since version 19. Hence, the theme would no longer work anyways.
Please track issue (#86) for updates.

v21.0.0

23 Feb 20:10
Compare
Choose a tag to compare
  • [deps] Update Keycloak dependencies to 21.0.0

⚠️ Compatibility issues:

This and all upcoming releases will no longer be backwards compatible with Keycloak versions < 21

DO NOT USE - THIS RELEASE IS BROKEN, please use release >= 21.0.1

v20.0.3

15 Feb 18:14
Compare
Choose a tag to compare
  • [fix] Fix NullPointerException in log statement (#174)

v20.0.2

04 Feb 15:16
Compare
Choose a tag to compare
  • [deps] Update Keycloak dependencies to 20.0.3
  • [feat] Improve logging for better debuggability (#131)
  • [feat] Add default title and help text for select login method dialog (#125)

v20.0.1

22 Nov 21:47
Compare
Choose a tag to compare
  • [deps] Update Keycloak dependencies to 20.0.1
  • [feat] Set login hint parameter to better support subsequent flows like user registration or password forms