Skip to content

Releases: mayope/keycloakmigration

Wait for keycloak to be ready

24 Jun 07:29
Compare
Choose a tag to compare

Added flag to wait for keycloak to become ready. Thanks to @sideisra for providing the pull request.

Enabled Flag for Changesets

17 Jun 12:21
Compare
Choose a tag to compare
0.1.31

[Gradle Release Plugin] - creating tag:  '0.1.31'.

0.1.27 Added client Token mapper

20 Apr 08:58
Compare
Choose a tag to compare
  • Added actions to manage TokenMappers

0.1.20 Update User enhancements

25 Mar 12:10
Compare
Choose a tag to compare
  • Added updateUserPassword convenience action
  • Added convenience Parameter to the addUser action
  • Fixed a bug in TokenHolder causing unnneeded requests
  • Fixed formatting in Readme not showing type information

0.1.6 Command line Parameters

11 Mar 09:54
Compare
Choose a tag to compare
  • Added command line parameters

0.1.0 System environment substitution and LDAP commands

02 Feb 14:05
Compare
Choose a tag to compare

Features:

  • added System environment substitution
  • added Ldap commands
  • added updateRealm command

Breaking changes:

  • updated hash implementation so you have to execute one time with --correct-hashes on

0.0.10

02 Aug 06:51
1883038
Compare
Choose a tag to compare
  • made realm parameter in actions optional if you define it in the changeset
  • Fixed: NullPointerException when YAML file is not properly formatted #3

0.0.9

30 Jul 07:42
Compare
Choose a tag to compare
  • Fixed refreshing of token

0.0.8

29 Jul 08:19
Compare
Choose a tag to compare
  • added unittest
  • removed some bugs
  • switched to koin version 2.1

0.0.5

05 Jul 08:57
Compare
Choose a tag to compare

Changes:

  • made client configurable
  • added some logging configuration