Skip to content

Releases: Nerzal/gocloak

v13.9.0

01 Feb 14:40
fec0d9e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.8.0...v13.9.0

v13.8.0

25 Jul 08:36
7f490d9
Compare
Choose a tag to compare

What's Changed

  • Added APIs to support fine-grained authorization by @dmartinol in #432
  • Added params for getting sessions associated with client by @mopo3ula in #436

New Contributors

Full Changelog: v13.7.0...v13.8.0

v13.7.0

24 May 13:38
166f442
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.5.0...v13.7.0

v13.5.0

04 May 11:48
640934d
Compare
Choose a tag to compare

What's Changed

  • feat: add support for resource server settings endpoint by @Ullaakut in #421

New Contributors

Full Changelog: v13.4.0...v13.5.0

v13.4.0

03 May 11:55
70f6ad9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v13.3.0...v13.4.0

v13.3.0

13 Apr 11:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.2.0...v13.3.0

v13.2.0

06 Apr 14:51
2189847
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.1.0...v13.2.0

v13.1.0

28 Feb 11:42
846cfda
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v13.0.0...v13.1.0

Release V13

22 Feb 11:11
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v12.0.0...v13.0.0

Release V12.0.0

19 Oct 12:41
18f0f3d
Compare
Choose a tag to compare

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