Releases: mainick/KeycloakClientBundle
Releases · mainick/KeycloakClientBundle
4.0.3
4.0.2
4.0.1
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
Full Changelog: 3.2.0...4.0.0
Added
- Bumped
phpversion requirement from>=8.2to>=8.4incomposer.json - Updated several Symfony packages and other dependencies to newer versions for both
requireandrequire-dev. - Updated unit tests to use
createMockandcreateStubinstead of Mockery (mockery/mockery).
Deprecated
- Nothing
Fixed
- Update dependencies to work with firebase/php-jwt v7.0.0
Removed
- Nothing
Security
- PHPUnit upgrade due to CVE-2026-24765
3.2.0
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
Full Changelog: 3.0.2...3.1.0
Added
- Updated symfony dependencies to support version 6.4. (90ea9c2)
- Added
userInfoRawmethod 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
3.0.1
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
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