Skip to content

Releases: mainick/KeycloakClientBundle

4.0.3

17 Mar 11:39
bfd4791

Choose a tag to compare

Full Changelog: 4.0.2...4.0.3

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fix #64 - do not chain clear and initialize on getBag('flashes')

Removed

  • Nothing

4.0.2

14 Mar 10:56
ed38203

Choose a tag to compare

Full Changelog: 4.0.1...4.0.2

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Fix #64 - do not chain clear and initialize on getBag('flashes')
  • Fix #50 - Deprecation - eraseCredentials()

Removed

  • Nothing

4.0.1

08 Mar 16:06

Choose a tag to compare

Full Changelog: 4.0.0...4.0.1

Added

  • Nothing

Deprecated

  • Nothing

Fixed

  • Update dependencies to work with firebase/php-jwt v7.0.0

Removed

  • Nothing

4.0.0

08 Mar 15:56
42501aa

Choose a tag to compare

Full Changelog: 3.2.0...4.0.0

Added

  • Bumped php version requirement from >=8.2 to >=8.4 in composer.json
  • Updated several Symfony packages and other dependencies to newer versions for both require and require-dev.
  • Updated unit tests to use createMock and createStub instead of Mockery (mockery/mockery).

Deprecated

  • Nothing

Fixed

  • Update dependencies to work with firebase/php-jwt v7.0.0

Removed

  • Nothing

Security

3.2.0

07 Jan 07:09

Choose a tag to compare

Full Changelog: 3.1.0...3.2.0

Added

  • Implemented a JWKS (JSON Web Key Set) token decoder to support dynamic key fetching from Keycloak's JWKS endpoint, eliminating the need for manual public key configuration.

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

3.1.0

05 Jan 13:10
362216f

Choose a tag to compare

Full Changelog: 3.0.2...3.1.0

Added

  • Updated symfony dependencies to support version 6.4. (90ea9c2)
  • Added userInfoRaw method to retrieve raw user data from token(06e13d3)

Deprecated

  • Nothing

Fixed

  • Fixed problem with user count = 0: throw exception only response is empty or null, in case of "0" it mest returned.(3de8fe3)

Removed

  • Nothing

3.0.2

23 Nov 09:26
aba23f6

Choose a tag to compare

Full Changelog: https://github.com/mainick/KeycloakClientBundle/compare/3.0.1..3.0.2

Added

  • Test bundle on all supported PHP versions. (a165d36)

Deprecated

  • Nothing

Fixed

Removed

3.0.1

17 May 12:35
a191218

Choose a tag to compare

Full Changelog: 2.2.3...3.0.0

Added

  • The KeycloakAdminClient provider allows you to interact with the Keycloak Admin REST API. It provides a convenient way to manage Keycloak resources such as realms, clients, users, groups, and roles. (a191218)

Deprecated

  • Nothing

Fixed

Removed

  • Nothing

3.0.0

17 May 11:57
788ccec

Choose a tag to compare

Full Changelog: 2.2.3...3.0.0

Added

  • The KeycloakAdminClient provider allows you to interact with the Keycloak Admin REST API. It provides a convenient way to manage Keycloak resources such as realms, clients, users, groups, and roles. (788ccec)

Deprecated

  • Nothing

Fixed

Removed

  • Nothing

2.2.3

24 Nov 11:55

Choose a tag to compare

Full Changelog: 2.2.2...2.2.3

Added

  • Added AJAX request handling and improved log messages. (9a89f07)

Deprecated

  • Nothing

Fixed

  • Fixed use case to refresh token if access token is null. (9a89f07)

Removed

  • Nothing