Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/Nerzal/gocloak/v9 to v13 #35

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/Nerzal/gocloak/v9 v9.0.4 -> v13.9.0 age adoption passing confidence

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 V13

Compare 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:

  • #​354 resolve protocol mapper types and builtin protocol mappers on server info
  • #​348 Add missing endpoints for client scopes -> scope mappings -> client roles

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 V11

Compare 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.

Feature: #​315 change type of enum PolicyEnforcementMode from int to string
Feature: #​307 switch jwt lib
Feature: #​310 type are added to the path of update policy and update permission fix #​308
Feature: #​315 change type of enum PolicyEnforcementMode from int to string
Feature: #​318 Auth flows and executions
Feature: #​319 defaults for P* utils
Feature: #​320 add password policies to server info

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency label Oct 27, 2023
@renovate renovate bot force-pushed the renovate/git.luolix.top-nerzal-gocloak-v9-13.x branch 2 times, most recently from 694df31 to c213158 Compare October 27, 2023 08:12
@renovate renovate bot force-pushed the renovate/git.luolix.top-nerzal-gocloak-v9-13.x branch from c213158 to 2b510fa Compare February 1, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants