Update module github.com/Nerzal/gocloak/v9 to v13 #35
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:
v9.0.4
->v13.9.0
Release Notes
Nerzal/gocloak (github.com/Nerzal/gocloak/v9)
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
v11.2.0
Compare Source
Releasing V11.2.0
includes:
v11.1.0
Compare Source
Release of V11.1.0
Includes:
Thanks to all contributions! :)
v11.0.2
Compare Source
Change:
That only removes a println statement
v11.0.1
Compare Source
Changes
v11.0.0
: Release V11Compare Source
As we have some breaking changes again, we need to bump the major version once again.
Note: The breaking changes are mostly due to the fact, that some features have not been working as intended.
Changelog:
v10.0.1
Compare Source
We introduced 2 breaking changes.
We switched the internal used JWT library, because the old one was no longer supported.
Instead of passing the expected audience into the DecodeToken functions, we can validate the expected audience with a call to VerifyAudience: https://pkg.go.dev/github.com/golang-jwt/jwt#MapClaims.VerifyAudience
When using custom claims, you'd have to implement the audience check for yourself for now. I'm open for better ideas regarding the audience validation.
The second breaking change is we switched the type of enum PolicyEnforcementMode from int to string.
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 was generated by Mend Renovate. View the repository job log.