Skip to content

Commit dae0cf5

Browse files
fix(deps): update module github.com/nats-io/nats-server/v2 to v2.11.9 (#524)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [github.com/nats-io/nats-server/v2](https://redirect.github.com/nats-io/nats-server) | `v2.11.8` -> `v2.11.9` | [![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fnats-io%2fnats-server%2fv2/v2.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fnats-io%2fnats-server%2fv2/v2.11.8/v2.11.9?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>nats-io/nats-server (github.com/nats-io/nats-server/v2)</summary> ### [`v2.11.9`](https://redirect.github.com/nats-io/nats-server/releases/tag/v2.11.9) [Compare Source](https://redirect.github.com/nats-io/nats-server/compare/v2.11.8...v2.11.9) #### Changelog Refer to the [2.11 Upgrade Guide](https://docs.nats.io/release-notes/whats_new/whats_new_211) for backwards compatibility notes with 2.10.x. ##### Go Version - 1.24.7 ([#&#8203;7273](https://redirect.github.com/nats-io/nats-server/issues/7273)) ##### Dependencies - golang.org/x/time v0.13.0 ([#&#8203;7273](https://redirect.github.com/nats-io/nats-server/issues/7273)) - golang.org/x/sys v0.36.0 ([#&#8203;7273](https://redirect.github.com/nats-io/nats-server/issues/7273)) ##### Improved JetStream - Offline assets support ([#&#8203;7158](https://redirect.github.com/nats-io/nats-server/issues/7158)) - Server version 2.12 will introduce new features that would otherwise break a 2.11 server after a downgrade. The server now reports the streams/consumers as offline and unsupported, keeping the data safe, but allowing to either delete the asset or upgrade back to the supported version without changes to the data itself. - The `raftz` endpoint now reports the cluster traffic account ([#&#8203;7186](https://redirect.github.com/nats-io/nats-server/issues/7186)) - The stream info and consumer info endpoints now return `leader_since` ([#&#8203;7189](https://redirect.github.com/nats-io/nats-server/issues/7189)) - The stream info and consumer info endpoints now return `system_account` and `traffic_account` ([#&#8203;7193](https://redirect.github.com/nats-io/nats-server/issues/7193)) - The `jsz` monitoring endpoint now returns `system_account` and `traffic_account` ([#&#8203;7193](https://redirect.github.com/nats-io/nats-server/issues/7193)) ##### Fixed General - Fix a panic that could happen at startup if building from source using non-Git version control ([#&#8203;7178](https://redirect.github.com/nats-io/nats-server/issues/7178)) - Fix an issue where issuing an account JWT update with a connection limit could cause older clients to be disconnected instead of newer ones ([#&#8203;7181](https://redirect.github.com/nats-io/nats-server/issues/7181), [#&#8203;7185](https://redirect.github.com/nats-io/nats-server/issues/7185)) - Route connections with invalid credentials will no longer rapidly reconnect ([#&#8203;7200](https://redirect.github.com/nats-io/nats-server/issues/7200)) - Allow a `default_sentinel` JWT from a scoped signing key instead of requiring it to solely be a bearer token for auth callout ([#&#8203;7217](https://redirect.github.com/nats-io/nats-server/issues/7217)) - Subject interest would not always be propagated for leaf nodes when daisy chaining imports/exports ([#&#8203;7255](https://redirect.github.com/nats-io/nats-server/issues/7255)) - Subject interest would sometimes be lost if the leaf node is a spoke ([#&#8203;7259](https://redirect.github.com/nats-io/nats-server/issues/7259)) - Lowering the max connections limit should no longer result in streams losing interest ([#&#8203;7258](https://redirect.github.com/nats-io/nats-server/issues/7258)) JetStream - The `Nats-TTL` header will now be correct if the subject delete marker TTL overwrites it ([#&#8203;7177](https://redirect.github.com/nats-io/nats-server/issues/7177)) - In operator mode, the `cluster_traffic` state for an account is now restored correctly when enabling JetStream at startup ([#&#8203;7191](https://redirect.github.com/nats-io/nats-server/issues/7191)) - A potential data race during a consumer create or update when reading its paused state has been fixed ([#&#8203;7201](https://redirect.github.com/nats-io/nats-server/issues/7201)) - A race condition that could allow creating a consumer with more replicas than the stream has been fixed ([#&#8203;7202](https://redirect.github.com/nats-io/nats-server/issues/7202)) - A race condition that could allow creating the same stream with different configurations has been fixed ([#&#8203;7210](https://redirect.github.com/nats-io/nats-server/issues/7210), [#&#8203;7212](https://redirect.github.com/nats-io/nats-server/issues/7212)) - Raft will now correctly reject delayed entries from an old leader when catching up in the meantime ([#&#8203;7209](https://redirect.github.com/nats-io/nats-server/issues/7209), [#&#8203;7239](https://redirect.github.com/nats-io/nats-server/issues/7239)) - Raft will now also limit the amount of cached in-memory entries as the leader, avoiding excessive memory usage ([#&#8203;7233](https://redirect.github.com/nats-io/nats-server/issues/7233)) - A potential race condition delaying shutdown if a stream/consumer monitor goroutine was not started ([#&#8203;7211](https://redirect.github.com/nats-io/nats-server/issues/7211)) - A benign underflow when using an infinite (-1) MaxDeliver for consumers ([#&#8203;7216](https://redirect.github.com/nats-io/nats-server/issues/7216)) - A potential panic to send a leader elected advisory when shutting down before completing startup ([#&#8203;7246](https://redirect.github.com/nats-io/nats-server/issues/7246)) - Stopping a stream should no longer wait indefinitely if the consumer monitor goroutine wasn’t stopped ([#&#8203;7249](https://redirect.github.com/nats-io/nats-server/issues/7249)) - Speed up stream mirroring and sourcing after a leaf node reconnects in complex topologies ([#&#8203;7265](https://redirect.github.com/nats-io/nats-server/issues/7265)) - Updating a stream with an empty placement will no longer incorrectly trigger a stream move ([#&#8203;7222](https://redirect.github.com/nats-io/nats-server/issues/7222)) Tests - Tests have been improved ([#&#8203;7172](https://redirect.github.com/nats-io/nats-server/issues/7172), [#&#8203;7230](https://redirect.github.com/nats-io/nats-server/issues/7230), [#&#8203;7213](https://redirect.github.com/nats-io/nats-server/issues/7213), [#&#8203;7248](https://redirect.github.com/nats-io/nats-server/issues/7248)) ##### Complete Changes </details> --- ### 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. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/infratographer/x). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS45Ny4xMCIsInVwZGF0ZWRJblZlciI6IjQxLjk3LjEwIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2718283 commit dae0cf5

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

go.mod

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ require (
2727
github.com/labstack/echo/v4 v4.13.4
2828
github.com/labstack/gommon v0.4.2
2929
github.com/lib/pq v1.10.9
30-
github.com/nats-io/nats-server/v2 v2.11.8
30+
github.com/nats-io/nats-server/v2 v2.11.9
3131
github.com/nats-io/nats.go v1.45.0
3232
github.com/pressly/goose/v3 v3.25.0
3333
github.com/spf13/cobra v1.10.1
@@ -82,6 +82,7 @@ require (
8282
github.com/alfatraining/structtag v1.0.0 // indirect
8383
github.com/alingse/asasalint v0.0.11 // indirect
8484
github.com/alingse/nilnesserr v0.2.0 // indirect
85+
github.com/antithesishq/antithesis-sdk-go v0.4.3-default-no-op // indirect
8586
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
8687
github.com/ashanbrown/forbidigo/v2 v2.1.0 // indirect
8788
github.com/ashanbrown/makezero/v2 v2.0.1 // indirect
@@ -289,7 +290,7 @@ require (
289290
golang.org/x/exp/typeparams v0.0.0-20250620022241-b7579e27df2b // indirect
290291
golang.org/x/mod v0.27.0 // indirect
291292
golang.org/x/sync v0.16.0 // indirect
292-
golang.org/x/time v0.12.0 // indirect
293+
golang.org/x/time v0.13.0 // indirect
293294
golang.org/x/tools v0.36.0 // indirect
294295
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect
295296
google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5 // indirect
@@ -341,7 +342,7 @@ require (
341342
go.uber.org/multierr v1.11.0
342343
golang.org/x/crypto v0.41.0 // indirect
343344
golang.org/x/net v0.43.0 // indirect
344-
golang.org/x/sys v0.35.0 // indirect
345+
golang.org/x/sys v0.36.0 // indirect
345346
golang.org/x/text v0.28.0 // indirect
346347
google.golang.org/grpc v1.75.0 // indirect
347348
google.golang.org/protobuf v1.36.8 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,8 @@ github.com/nakabonne/nestif v0.3.1 h1:wm28nZjhQY5HyYPx+weN3Q65k6ilSBxDb8v5S81B81
496496
github.com/nakabonne/nestif v0.3.1/go.mod h1:9EtoZochLn5iUprVDmDjqGKPofoUEBL8U4Ngq6aY7OE=
497497
github.com/nats-io/jwt/v2 v2.7.4 h1:jXFuDDxs/GQjGDZGhNgH4tXzSUK6WQi2rsj4xmsNOtI=
498498
github.com/nats-io/jwt/v2 v2.7.4/go.mod h1:me11pOkwObtcBNR8AiMrUbtVOUGkqYjMQZ6jnSdVUIA=
499-
github.com/nats-io/nats-server/v2 v2.11.8 h1:7T1wwwd/SKTDWW47KGguENE7Wa8CpHxLD1imet1iW7c=
500-
github.com/nats-io/nats-server/v2 v2.11.8/go.mod h1:C2zlzMA8PpiMMxeXSz7FkU3V+J+H15kiqrkvgtn2kS8=
499+
github.com/nats-io/nats-server/v2 v2.11.9 h1:k7nzHZjUf51W1b08xiQih63Rdxh0yr5O4K892Mx5gQA=
500+
github.com/nats-io/nats-server/v2 v2.11.9/go.mod h1:1MQgsAQX1tVjpf3Yzrk3x2pzdsZiNL/TVP3Amhp3CR8=
501501
github.com/nats-io/nats.go v1.45.0 h1:/wGPbnYXDM0pLKFjZTX+2JOw9TQPoIgTFrUaH97giwA=
502502
github.com/nats-io/nats.go v1.45.0/go.mod h1:iRWIPokVIFbVijxuMQq4y9ttaBTMe0SFdlZfMDd+33g=
503503
github.com/nats-io/nkeys v0.4.11 h1:q44qGV008kYd9W1b1nEBkNzvnWxtRSQ7A8BoqRrcfa0=
@@ -844,8 +844,8 @@ golang.org/x/sys v0.12.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
844844
golang.org/x/sys v0.13.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
845845
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
846846
golang.org/x/sys v0.21.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
847-
golang.org/x/sys v0.35.0 h1:vz1N37gP5bs89s7He8XuIYXpyY0+QlsKmzipCbUtyxI=
848-
golang.org/x/sys v0.35.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
847+
golang.org/x/sys v0.36.0 h1:KVRy2GtZBrk1cBYA7MKu5bEZFxQk4NIDV6RLVcC8o0k=
848+
golang.org/x/sys v0.36.0/go.mod h1:OgkHotnGiDImocRcuBABYBEXf8A9a87e/uXjp9XT3ks=
849849
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
850850
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
851851
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
@@ -866,8 +866,8 @@ golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
866866
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
867867
golang.org/x/text v0.28.0 h1:rhazDwis8INMIwQ4tpjLDzUhx6RlXqZNPEM0huQojng=
868868
golang.org/x/text v0.28.0/go.mod h1:U8nCwOR8jO/marOQ0QbDiOngZVEBB7MAiitBuMjXiNU=
869-
golang.org/x/time v0.12.0 h1:ScB/8o8olJvc+CQPWrK3fPZNfh7qgwCrY0zJmoEQLSE=
870-
golang.org/x/time v0.12.0/go.mod h1:CDIdPxbZBQxdj6cxyCIdrNogrJKMJ7pr37NYpMcMDSg=
869+
golang.org/x/time v0.13.0 h1:eUlYslOIt32DgYD6utsuUeHs4d7AsEYLuIAdg7FlYgI=
870+
golang.org/x/time v0.13.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
871871
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
872872
golang.org/x/tools v0.0.0-20191119224855-298f0cb1881e/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
873873
golang.org/x/tools v0.0.0-20200324003944-a576cf524670/go.mod h1:Sl4aGygMT6LrqrWclx+PTx3U+LnKx/seiNR+3G19Ar8=

0 commit comments

Comments
 (0)