Releases: sventorben/keycloak-home-idp-discovery
v22.0.0
What's Changed
💥 Breaking Changes
- Update Java 17 by @sventorben in #214
- Update Keycloak dependencies to 22.0.0 by @sventorben in #216
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
What's Changed
✨ New Features
- Support matching subdomains by @sventorben in #215
⬆️ Dependency Updates
- Update Keycloak dependencies to 21.1.2 by @sventorben in #213
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
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
- Update Keycloak dependencies to 21.1.1 by @sventorben in #192
Full Changelog: https://github.com/sventorben/keycloak-home-idp-discovery/commits/v21.2.1
v21.2.0
What's Changed
✨ New Features
- Set login hint parameter to support registration forms by @sventorben in #117
- Allow to bypass login page if login_hint param present by @sventorben in #163
- Support Keycloak's "Remember Me" feature by @sventorben in #168
- Support multiple IdPs per domain by @sventorben in #181
- Reuse attempted username from previous authenticator by @sventorben in #182
⬆️ 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
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
- @pdt-ayidi made their first contribution in #83
Full Changelog: https://github.com/sventorben/keycloak-home-idp-discovery/commits/v21.1.0
v21.0.1
v21.0.0
- [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
v20.0.2
v20.0.1
- [deps] Update Keycloak dependencies to 20.0.1
- [feat] Set login hint parameter to better support subsequent flows like user registration or password forms