Releases: mayope/keycloakmigration
Added DeleteMapper action
0.2.13 [Gradle Release Plugin] - creating tag: '0.2.13'.
Send Mail function is available in keycloakapi
0.2.10 [Gradle Release Plugin] - creating tag: '0.2.10'.
New Keycloak Changelog version
I fixed a strange behaviour which would occur from keycloak 9.X upwards.
I use the user attributes of the user the executes the changes to store the hashes. However these ha shes won't keep their order sometimes which results in hash failure on migration.
Now i save the order of the hash as part of the attribute and therefore fix this bug.
This breakes the existing changelog. If your changelog behaves correct keycloak-migration wil migrate all hashes, if this is not the case, you may need to start it with correct_hashes flag.
Fix Docker env vars
Removed printing of all env vars on docker container start
Fix docker and added automatic documentation build
0.1.60 [Gradle Release Plugin] - creating tag: '0.1.60'.
Fixed wait for keycloak timeout
Fixed issue: #23
Enhance keycloak api
Thanks to @mthiele for providing the content of this release :) it contains enhancements to the user list and search api.
Client Scopes
Added client scopes
Docker image and client scopes
Added docker image to use for keycloakmigration and added ability to add and assign clientscopes.
Warning on undefined template variables and improved documentation
- Detection of unused parameters: #14
- Moved readme documentation to github-pages: https://klg71.github.io/keycloakmigration/
- refactored out own module for keycloak-admin-api allowing usage of this api in separate use cases