Skip to content

Releases: sventorben/keycloak-restrict-client-auth

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

v18.1.0

23 Jul 13:33
Compare
Choose a tag to compare
  • [deps] Update Keycloak dependencies to 18.0.2

  • [feat] Add support for client policies.

    • Provide a client policy condition named restrict-client-auth-enabled to check whether user authentication on a client has been restricted or not.
    • Provide a client policy executor named restrict-client-auth-auto-config to automatically enable restricted access for clients.

    ⚠️ Feature preview:

    Support for client policies is currently feature preview. I am happy to get some feedback on this.
    However, depending on feedback the feature may be changed or even be removed again in the future.

v18.0.0

20 Apr 21:58
Compare
Choose a tag to compare
  • [deps] Update Keycloak dependencies to 18.0.0

  • [compatibility] Dropping compatibility support for Keycloak versions before 18.0.0

    This means I will no longer check if this extension is compatible with versions before 18.0.0.

⚠️ Compatibility issues:

Due to a refactoring of Keycloak's ResourceStore API this extension will no longer be backwards compatible with Keycloak versions < 18.x.

For details please see keycloak/keycloak@99c06d1 and keycloak/keycloak#10447