Release v9.0.1
This release tested with Keycloak v12.0.3.
Keycloak versions above this one, tend to throw random 500 errors on certain actions in our tests, so we currently only test with that version as max version.
Most features of Gocloak should work without a problem even when using Keycloak v15.0.0
Gocloak V9 introduced some breaking changes in the API together with lots of new features.
Breaking changes were introduced in #285
See: https://github.com/Nerzal/gocloak/pull/285/files
New Features:
#301 adding APIs handler to fetch policy resources
#299 GroupList Retrieval by RoleName
#296 Fixed incorrect json representation of ResourceType in PermissionRepresentation
#294 Remove duplicate quotes in README.md
#293 add IDPAlias IDPUserID query parameter to GetUsersParams
#290 Consent revocation endpoint
#288 Add support for token exchange login method