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/nats-io/jwt/v2 to v2.5.3 #342

Merged
merged 1 commit into from
Dec 7, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 26, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/nats-io/jwt/v2 replace minor 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 to main. If you have a fork or a local copy of the repository, you would have to perform the following git operations:

git checkout master
git branch -m master main
git fetch origin
git remote set-head origin -a
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 that max_bytes is required for all streams created under an account (#​164)
  • AccountClaims.Limits.JetStreamTieredLimits: which is a map of JetStreamLimits where the key is the tier, for example "R1", "R3", etc.. (#​169)
  • JetStreamLimits.MemoryMaxstreamBytes and JetStreamLimits.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 reporting invalid export type instead of invalid 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.


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

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner October 26, 2023 11:55
@renovate renovate bot added dependencies Pull requests that update a dependency file renovate PR created by RenovateBot labels Oct 26, 2023
@renovate renovate bot changed the title Update module github.com/nats-io/jwt/v2 to v2.5.2 Update module github.com/nats-io/jwt/v2 to v2.5.3 Nov 1, 2023
@renovate renovate bot force-pushed the renovate/github.com-nats-io-jwt-v2-2.x branch from 34b7638 to 7a45685 Compare November 1, 2023 05:06
@renovate renovate bot force-pushed the renovate/github.com-nats-io-jwt-v2-2.x branch 2 times, most recently from 36efaad to 7497371 Compare November 29, 2023 16:01
@renovate renovate bot force-pushed the renovate/github.com-nats-io-jwt-v2-2.x branch 9 times, most recently from 0be4f5b to 080d196 Compare December 7, 2023 18:21
@Gacko Gacko enabled auto-merge (squash) December 7, 2023 18:21
@renovate renovate bot force-pushed the renovate/github.com-nats-io-jwt-v2-2.x branch from 080d196 to 6dae74c Compare December 7, 2023 18:24
@renovate renovate bot force-pushed the renovate/github.com-nats-io-jwt-v2-2.x branch from 6dae74c to 7cf74fa Compare December 7, 2023 18:28
@Gacko Gacko merged commit 19b50ec into master Dec 7, 2023
5 checks passed
@Gacko Gacko deleted the renovate/github.com-nats-io-jwt-v2-2.x branch December 7, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant