Releases: MohammadWaleed/keycloak-admin-client
v0.38.0
- Hotfix - Typo in FullTextLocation by @tafhyseni
- Add missing "attributes" parameter for getGroups, getUserCount and getClients by @jphooiveld
- Adds trailing slash to auth-example by @foliengriller
- Allow reserved uri characters in group by path query by @thomome
- Support for raw uri's (i.e. to query for groups by path) by @micbis
- Added getGroupChildren & deleteUserCredential functions by @micbis
- Add getRealms to access all visible Realms by @PhilippKolmann
v0.37.0
v0.36.0
Add commands for Realm localization routes: by @leyarotheconquerer
https://www.keycloak.org/docs-api/21.0.1/rest-api/index.html#_getrealmlocalizationlocales
Adds a FullTextLocation class in order to pass the given value to the server verbatim.
The Keycloak API expects a text/plain HTTP request for the PUT /{realm}/localization/{locale}/{key} request. All other locations targeting the body cause the content to be encoded, corrupting the value passed in by the user.
FullTextLocation provides a way to pass the parameter unaltered to the API. If you have alternate suggestions for how to accomplish this, I'd be happy to refactor the code.
It also follows the FullBodyLocation by setting the Content-Type header to 'text/plain' if it isn't set elsewhere.
v0.35.0
- Removes function "updatePartialUser" #102 by @foliengriller
- Add User impersonate & logout support #103 by @xhezairbey
v0.34.0
- Add functions to get user credentials by @foliengriller
v0.33.0
- Fixed service definition of createChildGroup, remove name clash of id by @micbis
- Add functions to get user consents by @foliengriller
v0.32.0
- Add functions for socialLoginProviders by @foliengriller
v0.31.0
- Removed duplicated method definition by @funkycram
- Add getUserSessions method by @funkycram
- Add q parameter to getUsers method by @dobro-lubov
v0.30.0
- Remove auth/ in the base URL by @funkycram
v0.29.0
- add syncUserStorage by @igittigitt
- make it possible to extend the KeycloakClient by @dgoosens