Skip to content

Releases: sventorben/keycloak-restrict-client-auth

v26.1.0

16 Apr 19:46
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

⚠️ Compatibility issues:

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

Other Changes

New Contributors

Full Changelog: v26.0.0...v26.1.0

v26.0.0

04 Oct 15:39
Compare
Choose a tag to compare

What's Changed

⬆️ Dependency Updates

Other Changes

  • Docs: additional explanation for "protect all flows" by @bhaugeea in #272

New Contributors

Full Changelog: v25.0.0...v26.0.0

v25.0.0

10 Jun 18:02
Compare
Choose a tag to compare

What's Changed

⬆️ Dependency Updates

Full Changelog: v24.0.0...v25.0.0

v24.0.0

04 Mar 15:59
Compare
Choose a tag to compare

What's Changed

⬆️ Dependency Updates

Full Changelog: v23.0.0...v24.0.0

v23.0.0

23 Nov 22:18
Compare
Choose a tag to compare

What's Changed

⬆️ Dependency Updates

Full Changelog: v22.0.0...v23.0.0

v22.0.0

11 Jul 22:35
Compare
Choose a tag to compare

What's Changed

💥 Breaking Changes

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

23 Feb 20:01
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

v20.0.1

06 Feb 18:10
Compare
Choose a tag to compare
  • [deps] Update Keycloak dependencies to 20.0.3
  • [bug] Fix missing client id in logs (#136, thanks @danifr)

v20.0.0

02 Nov 09:45
Compare
Choose a tag to compare
  • [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

27 Jul 20:27
Compare
Choose a tag to compare
  • [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