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

fix(deps): update nats modules #349

Merged
merged 1 commit into from
Dec 20, 2024
Merged

fix(deps): update nats modules #349

merged 1 commit into from
Dec 20, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 20, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/nats-io/jwt/v2 v2.7.2 -> v2.7.3 age adoption passing confidence
github.com/nats-io/nats.go v1.37.0 -> v1.38.0 age adoption passing confidence
github.com/nats-io/nkeys v0.4.8 -> v0.4.9 age adoption passing confidence

Release Notes

nats-io/jwt (github.com/nats-io/jwt/v2)

v2.7.3

Compare Source

What's Changed

Full Changelog: nats-io/jwt@v2.7.1...v2.7.3

nats-io/nats.go (github.com/nats-io/nats.go)

v1.38.0

Compare Source

Changelog

Added
  • Core NATS:
    • Added UserInfoHandler for dynamically setting user/password (#​1713)
    • Added PermissionErrOnSubscribe option, causing SubscribeSync to return nats.ErrPermissionViolation on NextMsg() if there was a permission error (#​1728)
    • Added Msgs() method on Subscription, returning an iterator (iter.Seq2[*nats.Msg, error]) for the subscription. This method is only available for go version >=1.23 (#​1728)
  • KeyValue:
  • Added WatchFiltered method to watch for updates with multiple filters (#​1739)
Fixed
  • Core NATS:
  • JetStream:
    • Fixed PublishAsync not closing done and stall channels after failed retries (#​1719)
    • Set valid fetch sequence in ordered consumer's Fetch() and Next() after timeout (#​1705)
    • Do not overwrite ordered consumer deliver policy if start time is set (#​1742)
    • Fixed race condition in MessageBatch (#​1743)
  • Legacy JetStream:
    • Fixed race condition in MessageBatch (#​1743)
Changed
  • Legacy Jetstream:
Improved
Complete Changes
nats-io/nkeys (github.com/nats-io/nkeys)

v0.4.9

Compare Source

What's Changed

New Contributors

Full Changelog: nats-io/nkeys@v0.4.8...v0.4.9


Configuration

📅 Schedule: Branch creation - "before 4pm on friday" in timezone Europe/London, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 dependencies Pull requests that update a dependency file golang labels Dec 20, 2024
@renovate renovate bot enabled auto-merge (squash) December 20, 2024 02:09
Copy link
Contributor Author

renovate bot commented Dec 20, 2024

ℹ 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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/klauspost/compress v1.17.7 -> v1.17.9
golang.org/x/crypto v0.25.0 -> v0.31.0
golang.org/x/sync v0.8.0 -> v0.10.0
golang.org/x/text v0.16.0 -> v0.21.0

@renovate renovate bot merged commit 35eb6ad into main Dec 20, 2024
4 checks passed
@renovate renovate bot deleted the renovate/nats-go branch December 20, 2024 02:11
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 golang
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants