github Nerzal/gocloak v12.0.0
Release V12.0.0

latest releases: v13.9.0, v13.8.0, v13.7.0...
23 months ago

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

Don't miss a new gocloak release

NewReleases is sending notifications on new releases.