Update module github.com/nats-io/jwt/v2 to v2.5.3 #836
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.2.0
->v2.5.3
Release Notes
nats-io/jwt (github.com/nats-io/jwt/v2)
v2.5.3
Compare Source
What's Changed
Full Changelog: nats-io/jwt@v2.5.2...v2.5.3
v2.5.2
Compare Source
What's Changed
Full Changelog: nats-io/jwt@v2.5.1...v2.5.2
v2.5.1
Compare Source
What's Changed
New Contributors
Full Changelog: nats-io/jwt@v2.5.0...v2.5.1
v2.5.0
Compare Source
What's Changed
New Contributors
Full Changelog: nats-io/jwt@v2.4.1...v2.5.0
v2.4.1
Compare Source
What's Changed
Full Changelog: nats-io/jwt@v2.4.0...v2.4.1
v2.4.0
Compare Source
What's Changed
Full Changelog: nats-io/jwt@v2.3.0...v2.4.0
v2.3.0
Compare Source
Changelog
The repository
master
branch has been renamed tomain
. If you have a fork or a local copy of the repository, you would have to perform the following git operations:Added
IssueUserJWT()
takes an account scoped signing key, account id, and use public key (and optionally a user's name, an expiration duration and tags) and returns a valid signed JWT. See the following ADR for more information (#163)JetStreamLimits.MaxBytesRequired
: a boolean to indicate thatmax_bytes
is required for all streams created under an account (#164)AccountClaims.Limits.JetStreamTieredLimits
: which is a map ofJetStreamLimits
where the key is the tier, for example "R1", "R3", etc.. (#169)JetStreamLimits.MemoryMaxstreamBytes
andJetStreamLimits.DiskMaxstreamBytes
: to limit the maximum value for max bytes for memory and disk (#172)JetStreamLimits.MaxAckPending
: to limit the number of MaxAckPending on a consumer (#174)AccountLimits.DisallowBearer
: to reject connections from user JWTs that have the bearer token boolean set to true (#177)Fixed
Activation
's validation error text: was reportinginvalid export type
instead ofinvalid import type
(#176)Complete Changes
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.