Skip to content

Release V12.0.0

Compare
Choose a tag to compare
@Nerzal Nerzal released this 19 Oct 12:41
· 49 commits to main since this release
18f0f3d

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