Releases: sventorben/keycloak-restrict-client-auth
v26.1.0
What's Changed
💥 Breaking Changes
- Update Keycloak dependencies to 26.2.0 by @sventorben in #390
⚠️ Compatibility issues:This and all upcoming releases will no longer be backwards compatible with Keycloak versions < 26.2
Other Changes
- Update README.md to add Identity provider config guide by @Daniel-Boluda in #366
New Contributors
- @Daniel-Boluda made their first contribution in #366
- @emouty made their first contribution in #369
Full Changelog: v26.0.0...v26.1.0
v26.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 26.0.0 by @sventorben in #328
Other Changes
New Contributors
Full Changelog: v25.0.0...v26.0.0
v25.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 25.0.0 by @sventorben in #290
Full Changelog: v24.0.0...v25.0.0
v24.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 24.0.0 by @sventorben in #258
Full Changelog: v23.0.0...v24.0.0
v23.0.0
What's Changed
⬆️ Dependency Updates
- Update Keycloak dependencies to 23.0.0 by @sventorben in #218
Full Changelog: v22.0.0...v23.0.0
v22.0.0
What's Changed
💥 Breaking Changes
- Update Java 17 by @sventorben in #181
- Update Keycloak dependencies to 22.0.0 by @sventorben in #182
Full Changelog: v21.0.0...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.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
v20.0.1
v20.0.0
- [deps] Update Keycloak dependencies to 20.0.0
- [test] Remove compatibility tests for Wildfly-based distro
- [docs] Remove installation instructions for Wildfly-based distro
v19.0.0
- [deps] Update Keycloak dependencies to 19.0.0
⚠️ Compatibility issues:Due to a refactoring of Keycloak's
ResourceServerStore
API this extension will no longer be backwards compatible with Keycloak versions < 19.x.
For details please see keycloak/keycloak#10883