Releases: trikorasolns/keycloak-quarkus-client
Releases · trikorasolns/keycloak-quarkus-client
v0.0.13
Full Changelog: 0.0.11...0.0.13
v0.0.10
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
andassertj-core
dependencies has been added to the project because of that.
Full Changelog: 0.0.9...0.0.10
v0.0.8
Fix Release 0.0.7
that was published incorrectly.
v0.0.7
v0.0.6
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
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
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