Releases: Nerzal/gocloak
v13.9.0
What's Changed
- chore: omit nil check by @testwill in #440
- chore: upgraded to golang-jwt v5 by @robbert229 in #446
- Bump golang.org/x/net from 0.7.0 to 0.17.0 by @dependabot in #447
- Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #453
- [Minor change] Add aggregate attribute to client scope model by @vikram-deepfactor in #455
- Add support for permission_resource_format/permission_resource_matchi… by @tomqwpl in #461
- Add support for users-management-permissions get/put by @tomqwpl in #463
New Contributors
- @testwill made their first contribution in #440
- @robbert229 made their first contribution in #446
- @vikram-deepfactor made their first contribution in #455
- @tomqwpl made their first contribution in #461
Full Changelog: v13.8.0...v13.9.0
v13.8.0
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
- @dmartinol made their first contribution in #432
- @mopo3ula made their first contribution in #436
Full Changelog: v13.7.0...v13.8.0
v13.7.0
What's Changed
- Allow scripts to be setup for script protocol mappers by @pkavajin in #423
- Add optional scope(s) to LoginClient function by @Nerzal in #424
- Fix RealmRepresentation by @mviniciusgc in #422
New Contributors
- @pkavajin made their first contribution in #423
- @mviniciusgc made their first contribution in #422
Full Changelog: v13.5.0...v13.7.0
v13.5.0
v13.4.0
What's Changed
- fix(client): correct serverinfo endpoint by @bastianccm in #382
Full Changelog: v13.3.0...v13.4.0
v13.3.0
What's Changed
- get group and get group by path benchmarks by @osmian in #414
- feat: expose getRequest* methods for custom endpoints by @mweibel in #405
- add method to revoke token by @hardyrarso in #390
New Contributors
- @hardyrarso made their first contribution in #390
Full Changelog: v13.2.0...v13.3.0
v13.2.0
What's Changed
- Added examples folder for code snippets that will help the user. by @justmike1 in #407
- Fix token introspection example in README by @mattkeeler in #408
- More benchmarks by @osmian in #412
- Add missing fields to GetGroupsParams struct by @mattkeeler in #413
New Contributors
- @justmike1 made their first contribution in #407
- @mattkeeler made their first contribution in #408
- @osmian made their first contribution in #412
Full Changelog: v13.1.0...v13.2.0
v13.1.0
What's Changed
- fix(model): wrong value type by @r3st in #402
- Bump golang.org/x/net from 0.0.0-20221019024206-cb67ada4b0ad to 0.7.0 by @dependabot in #401
- update deps by @Nerzal in #404
New Contributors
- @r3st made their first contribution in #402
- @dependabot made their first contribution in #401
Full Changelog: v13.0.0...v13.1.0
Release V13
What's Changed
- Fix openid scope by @bastianccm in #396
- Adding new function GetUserBruteForceDetectionStatus to retrieve the … by @amir4895 in #388
- Add params to GetUsersByRoleName by @upils in #392
- Add Get/Update Authentication Flow by @thalescosta in #398
New Contributors
- @amir4895 made their first contribution in #388
- @upils made their first contribution in #392
- @thalescosta made their first contribution in #398
Full Changelog: v12.0.0...v13.0.0
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