Update all dependencies #69
Loading…
x
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.26
->v2.11.1
v1.39.1
->v1.41.2
1.24.1
->1.24.2
Release Notes
nats-io/nats-server (github.com/nats-io/nats-server/v2)
v2.11.1
Compare Source
Changelog
Go Version
CVEs
Fixed
JetStream
Complete Changes
v2.11.0
Compare Source
Changelog
Refer to the 2.11 Upgrade Guide for backwards compatibility notes with 2.10.x.
Go Version
Dependencies
Added
General
Nats-Trace-Dest
header set to a valid subject will receive events representing what happens to the message as it moves through the systemNats-Trace-Only
header, if set totrue
, will produce the same tracing events but will not deliver the message to the final destination-t
option on the command lineconfig_digest
option invarz
js-meta-only
option forhealthz
healthcheck (#6649)JetStream
Nats-TTL
header, provided either as a string duration (1m
,30s
) or an integer in seconds, will age out the message independently of stream limitsMaxAge
(#6378, #6389, #6393, #6400, #6404, #6428, #6432)SubjectDeleteMarkerTTL
stream configuration option determines whether to place marker messages and how long they should live forNats-Marker-Reason
header explaining which limit caused the marker to be left behindPriorityGroups
andPriorityPolicy
options in the consumer configuration control the policyPauseUntil
consumer configuration option and$JS.API.CONSUMER.PAUSE
endpoint suspends message delivery to the consumer until the time specified is reached, after which point it will resume automaticallymax_buffered_size
andmax_buffered_msgs
options in thejetstream
block of the server config control how many publishes should be queued before rate-limiting, making it easier to protect the system against Core NATS publishes into JetStreamNats-Expected-Last-Subject-Sequence-Subject
header, customising the subject used when paired withNats-Expected-Last-Subject-Sequence
(#5281) Thanks to @cchamplin for the contribution!cluster_traffic
configuration option (#5466, #5947)preferred
when issuing stepdown requests to the metaleader, streams or consumers (#6282, #6284)strict
option in thejetstream
block of the server config (#5858)js_cluster_migrate
option can now be configured with a delay, controlling how long before a failure would result in asset migration (#5903)Leafnodes
handshake_first
option (#4119, #5783)WebSocket
MQTT
Improved
General
SIGTERM
signal will now return exit code 0 instead of exit code 1 (#6336)JetStream
Fixed
General
JetStream
Complete Changes
v2.10.27
Compare Source
Changelog
Go Version
CVEs
Fixed
JetStream
Complete Changes
nats-io/nats.go (github.com/nats-io/nats.go)
v1.41.2
Compare Source
Changelog
ADDED
nc.RemoveStatusListener()
method (#1856)FIXED
Fetch
andFetchBatch
memory leak (#1856)kv.PurgeDeletes()
(#1858)Complete Changes
v1.41.1
Compare Source
Changelog
FIXED
ObjectStore.Get
when no deadline is set on ctx (#1850)IMPROVED
golang.org/x/text
dependency (#1849)Complete Changes
v1.41.0
Compare Source
Changelog
Overview
This release adds consumer priority groups to JetStream, exposing overflow and pinning policies. For more information on consumer priority groups, see ADR-42.
Added
WithDefaultTimeout
option for JetStream API requests (#1843)Fixed
sub.StatusChanged
andnc.StatusChanged
(#1841)ForceReconnect
to avoid panic on subsequentForceReconnect
calls (#1842, #1846)Changed
Improved
Fetch
andFetchBatch
on reconnect (#1840)OrderedConsumerConfig.InactiveThreshold
(#1845)PurgeDeletes
(#1839)Complete Changes
v1.40.1
Compare Source
Changelog
Overview
This release fixes an issue in legacy JetStream
Subscribe
which did not respect user-set context when creating a consumer.FIXED
js.Subscribe
(#1835)Complete Changes
v1.40.0
Compare Source
Changelog
Overview
This release focuses on adding support for new features from NATS Server v2.11.0. This includes:
Batch direct get will be released in orbit. Support for consumer priority groups will be added in the next minor release.
Added
ReconnectErrCB
for handling failed reconnect attempts in a callback. Thanks @sschleemilch for the contribution (#1804)Fixed
Consumer.Fetch
(#1828)resp.Error
to show NATS error indeleteMsg
. Thanks @imariman for the contribution (#1822)Changed
Complete Changes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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):Details:
github.com/nats-io/nkeys
v0.4.10
->v0.4.11
golang.org/x/crypto
v0.34.0
->v0.37.0
golang.org/x/sys
v0.30.0
->v0.32.0
golang.org/x/time
v0.10.0
->v0.11.0
9055833c29
to7269f91552
7269f91552
tof85ef9d79a
f85ef9d79a
to4418a1cdfd
4418a1cdfd
toebfa212ada
ebfa212ada
to5df9420aba
Checkout
From your project repository, check out a new branch and test the changes.