Release V12.0.0
Release V12.0.0
This release introduces breaking changes.
The Gocloak interface has been deleted. To follow the Accept Interfaces & Return Structs paradigm of Go.
Add a new functional Option "SetLegacyWildFlySupport()" that enables support for the WildFly runtime.
usage:
client := gocloak.NewClient("hostname", gocloak.SetLegacyWildFlySupport())
Implements: #331
Implemented: GetCompositeRolesByRoleID
Implemented: GetGroupByPath
Implemented: GetGroupsByClientRole
Implemented: GetLocalizations
Fixes: Error Handling in update required action #374
Fixes: #248
Fixes: #334
Fixes: #358
Fixes: #346
Fixes: #341