Skip to content

Releases: trikorasolns/keycloak-quarkus-client

v0.0.13

11 Jan 07:29
Compare
Choose a tag to compare

v0.0.10

25 Sep 07:58
Compare
Choose a tag to compare

What's Changed

  • Fix issues by @SirSkizo in #35
    • Added functionality to create users with temporary passwords, which allows creating users without storing temporary passwords
    • New methods for Role CRUD
    • Bump Quarkus to 2.12.1.
    • Testing system has been updated to UniAsserter, in order to test directly the basic logic layer without making blocking calls. The quarkus-test-vertx and assertj-core dependencies has been added to the project because of that.

Full Changelog: 0.0.9...0.0.10

v0.0.8

29 Jul 10:53
Compare
Choose a tag to compare

Fix Release 0.0.7 that was published incorrectly.

v0.0.7

22 Jul 09:04
Compare
Choose a tag to compare

What's Changed

  • Fix issues by @SirSkizo in #31
    • feat: Generate group CRUD functions #29
    • feat: Group role enhacement #30
    • feat: delete methods should not throw an exception #28

Full Changelog: 0.0.6...0.0.7

v0.0.6

24 Jun 10:25
Compare
Choose a tag to compare

What's Changed

  • Fix issues by @SirSkizo in #27
    • feat: Enhancements in the pagination when fetching several items from the Keycloak DB
    • feat: Create and delete functionality for groups
    • feat: Add and remove roles to/from group
    • chore: Code refactor

Full Changelog: 0.0.5...0.0.6

v0.0.5

17 Jun 12:19
Compare
Choose a tag to compare

What's Changed

  • Fix issues by @SirSkizo in #23
    • Batch creation of user in KC by @SirSkizo in #19
    • Password System by @SirSkizo in #18
    • Enrich User DTO with group information by @SirSkizo in #16
    • Add user in group return value by @SirSkizo in #15
    • Filter by tenant in all services by @SirSkizo in #16
    • Enrich Group DTO with user in group by @SirSkizo in #20
    • Function to allow and disallow users in KC by @SirSkizo in #21
    • List user return all users not only 100 by @SirSkizo in #22
    • Upgrade to 2.7.0.Final by @SirSkizo in #24

Full Changelog: 0.0.4...0.0.5

v0.0.4

17 Jun 11:45
Compare
Choose a tag to compare

What's Changed

  • User creation upgrade by @SirSkizo in #11
  • Added new methods to communicate with the KC REST API by @SirSkizo in #12

Full Changelog: 0.0.3...0.0.4