Update all dependencies #60
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/all"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v2.10.23
->v2.10.24
v1.37.0
->v1.38.0
Release Notes
nats-io/nats-server (github.com/nats-io/nats-server/v2)
v2.10.24
Compare Source
Changelog
Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.
CVEs
x/crypto
, although the NATS Server does not use the affected functionality and is therefore not vulnerableGo Version
Dependencies
Fixed
General
allow_responses
permission is now pruned more regularly, fixing performance issues that can get worse over time (#6064)JetStream
healthz
and healthchecks (#6247, #6248, #6232)WebSockets
Complete Changes
nats-io/nats.go (github.com/nats-io/nats.go)
v1.38.0
Compare Source
Changelog
Added
UserInfoHandler
for dynamically setting user/password (#1713)PermissionErrOnSubscribe
option, causingSubscribeSync
to returnnats.ErrPermissionViolation
onNextMsg()
if there was a permission error (#1728)Msgs()
method onSubscription
, returning an iterator (iter.Seq2[*nats.Msg, error]
) for the subscription. This method is only available for go version >=1.23 (#1728)WatchFiltered
method to watch for updates with multiple filters (#1739)Fixed
PublishAsync
not closing done and stall channels after failed retries (#1719)Fetch()
andNext()
after timeout (#1705)MessageBatch
(#1743)MessageBatch
(#1743)Changed
Improved
kv.Update
method. Thanks @fmontorsi-equinix for the contribution (#1727)README.md
(#1745)nkeys
to v0.4.9 (#1750)Complete Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.
This PR has been generated by Renovate Bot.
ℹ 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):go
directive was updated for compatibility reasonsDetails:
go
1.21.0
->1.22
github.com/nats-io/jwt/v2
v2.5.8
->v2.7.3
github.com/nats-io/nkeys
v0.4.8
->v0.4.9
golang.org/x/crypto
v0.30.0
->v0.31.0