fix(deps): update module github.com/lestrrat-go/jwx/v2 to v2.1.6#246
Open
renovate[bot] wants to merge 1 commit into
Open
fix(deps): update module github.com/lestrrat-go/jwx/v2 to v2.1.6#246renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
October 31, 2023 02:03
9560bbe to
14d4874
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
November 20, 2023 07:25
14d4874 to
a4546ab
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
December 3, 2023 10:32
a4546ab to
4e2edd1
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
January 9, 2024 03:48
4e2edd1 to
5c38803
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
February 20, 2024 00:54
5c38803 to
121f63e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
March 7, 2024 03:56
121f63e to
1375880
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
June 18, 2024 02:29
1375880 to
8df85f3
Compare
Contributor
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
July 28, 2024 01:31
8df85f3 to
22f2d17
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
October 25, 2024 10:46
22f2d17 to
d972528
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
November 24, 2024 12:20
d972528 to
163ed08
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
February 25, 2025 12:33
163ed08 to
e9653ab
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
April 16, 2025 11:43
e9653ab to
2a55f0e
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
April 29, 2025 16:13
2a55f0e to
b325319
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
May 7, 2025 12:04
b325319 to
d7d7ee0
Compare
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
August 10, 2025 12:53
d7d7ee0 to
8f4ab73
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
Bot
force-pushed
the
renovate/github.com-lestrrat-go-jwx-v2-2.x
branch
from
October 9, 2025 15:22
8f4ab73 to
8257649
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
v2.0.9->v2.1.6area:operator,area:chartchart:clustercodeRelease Notes
lestrrat-go/jwx (github.com/lestrrat-go/jwx/v2)
v2.1.6Compare Source
What's Changed
Please read the Changes file and upgrade accordingly, especially if you are using the following combinations for JWE:
Full Changelog: lestrrat-go/jwx@v2.1.5...v2.1.6
v2.1.5Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v2.1.4...v2.1.5
v2.1.4Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v2.1.3...v2.1.4
v2.1.3Compare Source
What's Changed
Full Changelog: lestrrat-go/jwx@v2.1.2...v2.1.3
v2.1.2Compare Source
What's Changed
New Contributors
Full Changelog: lestrrat-go/jwx@v2.1.1...v2.1.2
v2.1.1Compare Source
v2.1.0Compare Source
v2.0.21Compare Source
v2.0.21 07 Mar 2024
[Security]
[jwe] Added
jwe.Settings(jwe.WithMaxDecompressBufferSize(int64))to specify themaximum size of a decompressed JWE payload. The default value is 10MB. If you
are compressing payloads greater than this and want to decompress it during
a call to
jwe.Decrypt, you need to explicitly set a value large enough tohold that data.
The same option can be passed to
jwe.Decryptto control this behavior ona per-message basis.
[jwe] Added documentation stating that
jwe.WithMaxBufferSizeoption will berenamed in future versions, i.e. v3
v2.0.20Compare Source
v2.0.20 20 Feb 2024
[New Features]
jwe.Settings(WithMaxBufferSize(int64))to set the maximum size ofinternal buffers. The default value is 256MB. Most users do not need to change
this value.
jws.WithCompact()andjws.WithJSON()to be passed tojws.Parse()andjws.Verify(). These options control the expected serialization format for theJWS message.
jwt.WithCompactOnly()to specify that only compact serialization canbe used for
jwt.Parse(). Previously, by virtue ofjws.Parse()allowing eitherJSON or Compact serialization format,
jwt.Parse()also alloed JSON serializationwhere as RFC7519 explicitly states that only compact serialization should be
used. For backward compatibility the default behavior is not changed, but you
can set this global option for jwt:
jwt.Settings(jwt.WithCompactOnly(true))[Miscellaneous]
public keys. This would allow you to pass private keys where public keys are
expected.
v2.0.19Compare Source
v2.0.18Compare Source
v2.0.17Compare Source
v2.0.16Compare Source
v2.0.15Compare Source
v2.0.14Compare Source
v2.0.13Compare Source
v2.0.12Compare Source
v2.0.11: [SECURITY] v2.0.11Compare Source
v2.0.10Compare Source
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.