Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 16, 2023

This PR contains the following updates:

Package Change Age Confidence
github.com/MicahParks/keyfunc/v2 v2.1.0 -> v3.7.0 age confidence

Release Notes

MicahParks/keyfunc (github.com/MicahParks/keyfunc/v2)

v3.7.0: Expose HTTP client as an option

Compare Source

The purpose of this release is to expose an option to override the *http.DefaultClient.

Relevant pull requests:

v3.6.2: Ignore unsupported keys by default

Compare Source

The purpose of this release is to ignore unsupported keys in a JWK Set by default.

Relevant issues:

Relevant pull requests:

v3.6.1: HTTPTimeout override

Compare Source

The purpose of this release is to expose the HTTPTimeout override.

This modified the HTTP client behavior in the jwkset project.

Relevant pull requests:

v3.6.0

Compare Source

v3.5.0: Return all when no key ID

Compare Source

The purpose of this release is to return all keys for JWT for signature verification when the token has no key ID, kid, header. This is enabled by the jwt.VerificationKeySet feature.

This should allow use cases that do not use the without the kid to use this project.

Relevant issues:

Relevant pull requests:

v3.4.0: Override defaults

Compare Source

The purpose of this release is to add the NewDefaultOverrideCtx function, which allows for defaults to be overridden.

Package users should now be able to turn JWK Set validation off as well as change other default behaviors.

Relevant issues:

Relevant pull requests:

v3.3.11

Compare Source

v3.3.10

Compare Source

v3.3.9

Compare Source

v3.3.8

Compare Source

v3.3.7

Compare Source

v3.3.6

Compare Source

v3.3.5

Compare Source

v3.3.4

Compare Source

v3.3.3

Compare Source

v3.3.2: Allow for user provided ctx during parse

Compare Source

The purpose of this release is to add a new method, .KeyfuncCtx.

This new method accepts a context.Context, then returns a jwt.Keyfunc. This user provided context.Context is used during JWK lookup in the github.com/MicahParks/jwkset package when parsing JWTs. Passing a request scoped context allows the JWT parsing and JWK retrieval to cancel according to the given context.Context behavior instead of the default context.Context, which was provided at keyfunc.Keyfunc initialization.

In practice, this is used to prevent situations where many JWTs with kid not in a remote JWK Set are attempting to be parsed over a long period of time.

Relevant issues:

Relevant pull requests:

v3.3.1

Compare Source

v3.3.0

Compare Source

v3.2.9

Compare Source

v3.2.8

Compare Source

v3.2.7

Compare Source

v3.2.6

Compare Source

v3.2.5

Compare Source

v3.2.4

Compare Source

v3.2.3: Wrap errors where appropriate

Compare Source

The purpose of this pull request is to wrap errors with errors.Join where appropriate.

Relevant issues:

Relevant pull requests:

v3.1.2: X.509 Thumbprint bug fix

Compare Source

JWK Sets have two X.509 thumbprint parameters that are optional. A bug in github.com/MicahParks/jwkset made these parameters required in circumstances that affect the keyfunc project. This release updates this dependency to the latest version.

Thank you, @​joshkaplinsky, for reporting this bug!

Please see the below release for details:
https://github.com/MicahParks/jwkset/releases/tag/v0.5.5

v3.1.1

Compare Source

v3.1.0

Compare Source

v3.0.0: V3 simplify API by using github.com/MicahParks/jwkset

Compare Source

This upgrade removes most of the code in this repository and outsources JWK and JWK Set related code to the updated github.com/MicahParks/jwkset package. The exported assets from the keyfunc project has been vastly reduced as well, with the intention of making it easier to use for the majority of use cases.

[!NOTE]
A superset of features from V1 and V2 is available.


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 force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 870cdca to 7766e48 Compare January 4, 2024 03:45
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 2 times, most recently from 8259da7 to d570fef Compare January 18, 2024 00:55
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 3 times, most recently from 7825ed7 to 7c33d0b Compare January 23, 2024 08:07
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 7c33d0b to beafea2 Compare February 1, 2024 01:49
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from beafea2 to e0b4f43 Compare February 14, 2024 21:13
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 3 times, most recently from 64a0c07 to 52ca187 Compare March 12, 2024 01:23
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 2 times, most recently from 8cab61a to 9e66f07 Compare March 25, 2024 15:50
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 9e66f07 to 4161f56 Compare April 14, 2024 09:27
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 2 times, most recently from 67e2827 to 4390cc9 Compare May 16, 2024 01:16
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 4390cc9 to 3cf530f Compare June 4, 2024 11:11
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 3cf530f to 2ecc8c5 Compare June 17, 2024 15:36
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 2ecc8c5 to 2237fe4 Compare July 14, 2024 09:51
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 6 times, most recently from efe8ce6 to fabb8b5 Compare September 17, 2024 07:29
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from fabb8b5 to 52275ae Compare September 17, 2024 07:30
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 52275ae to a4126c7 Compare October 26, 2024 22:11
@renovate renovate bot changed the title fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 - autoclosed Dec 17, 2024
@renovate renovate bot closed this Dec 17, 2024
@renovate renovate bot deleted the renovate/github.com-micahparks-keyfunc-v2-3.x branch December 17, 2024 13:32
@renovate renovate bot changed the title fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 - autoclosed fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 Dec 17, 2024
@renovate renovate bot reopened this Dec 17, 2024
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 2 times, most recently from a4126c7 to 24d3555 Compare December 17, 2024 22:01
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 4 times, most recently from bff6c1a to b0cfa6c Compare January 14, 2025 23:07
@renovate renovate bot changed the title fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 - autoclosed Mar 12, 2025
@renovate renovate bot closed this Mar 12, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 - autoclosed fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 Mar 13, 2025
@renovate renovate bot reopened this Mar 13, 2025
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from f571650 to b0cfa6c Compare March 13, 2025 02:39
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from b0cfa6c to 6ebc1fd Compare April 15, 2025 17:12
@renovate
Copy link
Contributor Author

renovate bot commented Apr 15, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/golang-jwt/jwt/v5 v5.2.1 -> v5.2.2

@renovate renovate bot changed the title fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 - autoclosed Apr 23, 2025
@renovate renovate bot closed this Apr 23, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 - autoclosed fix(deps): update module github.com/micahparks/keyfunc/v2 to v3 Apr 23, 2025
@renovate renovate bot reopened this Apr 23, 2025
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from a1375ba to 6ebc1fd Compare April 23, 2025 12:51
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 6ebc1fd to 351b204 Compare May 28, 2025 13:57
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch 2 times, most recently from e1b3651 to 8503622 Compare August 5, 2025 00:48
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 8503622 to 6b91017 Compare September 20, 2025 21:37
@renovate renovate bot force-pushed the renovate/github.com-micahparks-keyfunc-v2-3.x branch from 6b91017 to bfcd2a4 Compare October 8, 2025 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant