fix(deps): update module github.com/nerzal/gocloak/v11 to v13 #50
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v11.2.0
->v13.9.0
Release Notes
Nerzal/gocloak (github.com/Nerzal/gocloak/v11)
v13.9.0
Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v13.8.0...v13.9.0
v13.8.0
Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v13.7.0...v13.8.0
v13.7.0
Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v13.5.0...v13.7.0
v13.6.0
Compare Source
v13.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v13.4.0...v13.5.0
v13.4.0
Compare Source
What's Changed
Full Changelog: Nerzal/gocloak@v13.3.0...v13.4.0
v13.3.0
Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v13.2.0...v13.3.0
v13.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v13.1.0...v13.2.0
v13.1.0
Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v13.0.0...v13.1.0
v13.0.0
: Release V13Compare Source
What's Changed
New Contributors
Full Changelog: Nerzal/gocloak@v12.0.0...v13.0.0
v12.0.0
Compare Source
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
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.