chore(deps): bump github.com/nats-io/nats-server/v2 from 2.11.3 to 2.12.2 #2457

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2457/head into main
dependabot[bot] commented 2025-11-24 02:16:19 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #1989
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1989
Original created: 2025-11-24T02:16:19Z
Original updated: 2025-11-24T19:26:58Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/nats-server/v2-2.12.2
Original base: main

Bumps github.com/nats-io/nats-server/v2 from 2.11.3 to 2.12.2.

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.12.2

Changelog

Refer to the 2.12 Upgrade Guide for backwards compatibility notes with 2.11.x.

Go Version

Dependencies

  • github.com/klauspost/compress v1.18.1 (#7474)
  • github.com/nats-io/nats.go v1.47.0 (#7474)
  • golang.org/x/sys v0.38.0 (#7538)
  • github.com/minio/highwayhash 070ab1a (#7539)

Added

General

  • Support for the PROXY protocol (v1 and v2) for client connections, when proxy_protocol: true is set in the config (#7456)

JetStream

  • Added meta_compact and meta_compact_size, advanced JetStream config options to control how many log entries must be present in the metalayer log before snapshotting and compaction takes place (#7484, #7521)
  • Added write_timeout option for clients, routes, gateways and leafnodes which controls the behaviour on reaching the write_deadline, values can be default, retry or close (#7513)

Monitoring

  • Added expvar /debug/vars endpoint to the monitoring port (#7469)
  • Meta cluster snapshot statistics have been added to the /jsz endpoint (#7524)
  • The /jsz endpoint can now show direct consumers with the direct-consumers?true flag (#7543)

Improved

General

  • Binary stream snapshots are now preferred by default for nodes on new route connections (#7479)
  • Reduced allocations in the sublist and subject transforms (#7519)

JetStream

  • Improved the logging for observer mode (#7433)
  • Improve interest detection when consumers are created or deleted across different servers (#7440)
  • Improved the performance of enforcing max_bytes and max_msgs limits (#7455)
  • Streams and consumers will no longer unnecessarily snapshot when being removed or scaling down (#7495)
  • Streams are now loaded in parallel when enabling JetStream, often reducing the time it takes to start up the server (#7482, #7526)
  • Log lines and errors related to offline/unsupported assets are now clearer (#7416, #7425)
  • Stream catchups will now use delete ranges more aggressively, speeding up catchups of large streams with many interior deletes (#7512)
  • Streams with subject transforms can now implicitly republish based on those transforms by configuring > for both republish source and destination (#7515)

... (truncated)

Commits
  • 9831cbc Release v2.12.2
  • e3586a0 Cherry-picks for v2.12.2 (#7547)
  • 58f1e66 Fix deadlock on stream purge when consumer store returns error
  • 9dd65fb Release v2.12.2-RC.4
  • d7a1919 Cherry-picks for v2.12.2-RC.4 (#7542)
  • dec1ef4 Accept both proxied and non-proxied client connections when enabled
  • 03058c7 Add opt-in support for the PROXY protocol
  • 79d3474 De-flake TestMonitorJsz
  • 57199cc Add direct-consumers flag to jsz monitoring endpoint
  • f28c366 Use concrete highwayhash Digest64 instead of hash interface
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Imported from GitHub pull request. Original GitHub pull request: #1989 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1989 Original created: 2025-11-24T02:16:19Z Original updated: 2025-11-24T19:26:58Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/nats-io/nats-server/v2-2.12.2 Original base: main --- Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.11.3 to 2.12.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nats-io/nats-server/releases">github.com/nats-io/nats-server/v2's releases</a>.</em></p> <blockquote> <h2>Release v2.12.2</h2> <h2>Changelog</h2> <p>Refer to the <a href="https://docs.nats.io/release-notes/whats_new/whats_new_212">2.12 Upgrade Guide</a> for backwards compatibility notes with 2.11.x.</p> <h3>Go Version</h3> <ul> <li>1.25.4 (<a href="https://redirect.github.com/nats-io/nats-server/issues/7520">#7520</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>github.com/klauspost/compress v1.18.1 (<a href="https://redirect.github.com/nats-io/nats-server/issues/7474">#7474</a>)</li> <li>github.com/nats-io/nats.go v1.47.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/7474">#7474</a>)</li> <li>golang.org/x/sys v0.38.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/7538">#7538</a>)</li> <li>github.com/minio/highwayhash 070ab1a (<a href="https://redirect.github.com/nats-io/nats-server/issues/7539">#7539</a>)</li> </ul> <h3>Added</h3> <p>General</p> <ul> <li>Support for the PROXY protocol (v1 and v2) for client connections, when <code>proxy_protocol: true</code> is set in the config (<a href="https://redirect.github.com/nats-io/nats-server/issues/7456">#7456</a>)</li> </ul> <p>JetStream</p> <ul> <li>Added <code>meta_compact</code> and <code>meta_compact_size</code>, advanced JetStream config options to control how many log entries must be present in the metalayer log before snapshotting and compaction takes place (<a href="https://redirect.github.com/nats-io/nats-server/issues/7484">#7484</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/7521">#7521</a>)</li> <li>Added <code>write_timeout</code> option for clients, routes, gateways and leafnodes which controls the behaviour on reaching the <code>write_deadline</code>, values can be <code>default</code>, <code>retry</code> or <code>close</code> (<a href="https://redirect.github.com/nats-io/nats-server/issues/7513">#7513</a>)</li> </ul> <p>Monitoring</p> <ul> <li>Added expvar <code>/debug/vars</code> endpoint to the monitoring port (<a href="https://redirect.github.com/nats-io/nats-server/issues/7469">#7469</a>)</li> <li>Meta cluster snapshot statistics have been added to the <code>/jsz</code> endpoint (<a href="https://redirect.github.com/nats-io/nats-server/issues/7524">#7524</a>)</li> <li>The <code>/jsz</code> endpoint can now show direct consumers with the <code>direct-consumers?true</code> flag (<a href="https://redirect.github.com/nats-io/nats-server/issues/7543">#7543</a>)</li> </ul> <h3>Improved</h3> <p>General</p> <ul> <li>Binary stream snapshots are now preferred by default for nodes on new route connections (<a href="https://redirect.github.com/nats-io/nats-server/issues/7479">#7479</a>)</li> <li>Reduced allocations in the sublist and subject transforms (<a href="https://redirect.github.com/nats-io/nats-server/issues/7519">#7519</a>)</li> </ul> <p>JetStream</p> <ul> <li>Improved the logging for observer mode (<a href="https://redirect.github.com/nats-io/nats-server/issues/7433">#7433</a>)</li> <li>Improve interest detection when consumers are created or deleted across different servers (<a href="https://redirect.github.com/nats-io/nats-server/issues/7440">#7440</a>)</li> <li>Improved the performance of enforcing <code>max_bytes</code> and <code>max_msgs</code> limits (<a href="https://redirect.github.com/nats-io/nats-server/issues/7455">#7455</a>)</li> <li>Streams and consumers will no longer unnecessarily snapshot when being removed or scaling down (<a href="https://redirect.github.com/nats-io/nats-server/issues/7495">#7495</a>)</li> <li>Streams are now loaded in parallel when enabling JetStream, often reducing the time it takes to start up the server (<a href="https://redirect.github.com/nats-io/nats-server/issues/7482">#7482</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/7526">#7526</a>)</li> <li>Log lines and errors related to offline/unsupported assets are now clearer (<a href="https://redirect.github.com/nats-io/nats-server/issues/7416">#7416</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/7425">#7425</a>)</li> <li>Stream catchups will now use delete ranges more aggressively, speeding up catchups of large streams with many interior deletes (<a href="https://redirect.github.com/nats-io/nats-server/issues/7512">#7512</a>)</li> <li>Streams with subject transforms can now implicitly republish based on those transforms by configuring <code>&gt;</code> for both republish source and destination (<a href="https://redirect.github.com/nats-io/nats-server/issues/7515">#7515</a>)</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats-server/commit/9831cbc4314cc00bbe196021e47e240ad0c2b5f3"><code>9831cbc</code></a> Release v2.12.2</li> <li><a href="https://github.com/nats-io/nats-server/commit/e3586a0a71d2ccf8fbe3cd7b892c729c94495db0"><code>e3586a0</code></a> Cherry-picks for v2.12.2 (<a href="https://redirect.github.com/nats-io/nats-server/issues/7547">#7547</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/58f1e66c4fed98f350b31181404d3eb45b6d39d6"><code>58f1e66</code></a> Fix deadlock on stream purge when consumer store returns error</li> <li><a href="https://github.com/nats-io/nats-server/commit/9dd65fbb4bfb1e5a5e781904ce63f049ecffda22"><code>9dd65fb</code></a> Release v2.12.2-RC.4</li> <li><a href="https://github.com/nats-io/nats-server/commit/d7a19199465e4deed56881dd059313bcc9066ca9"><code>d7a1919</code></a> Cherry-picks for v2.12.2-RC.4 (<a href="https://redirect.github.com/nats-io/nats-server/issues/7542">#7542</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/dec1ef497b4fb7500e096021c0b5dcd0271e8fda"><code>dec1ef4</code></a> Accept both proxied and non-proxied client connections when enabled</li> <li><a href="https://github.com/nats-io/nats-server/commit/03058c7da61af4509560df990c2b6c632f0301b4"><code>03058c7</code></a> Add opt-in support for the PROXY protocol</li> <li><a href="https://github.com/nats-io/nats-server/commit/79d34746631388d9081fec08b1b911b5f3e24f49"><code>79d3474</code></a> De-flake <code>TestMonitorJsz</code></li> <li><a href="https://github.com/nats-io/nats-server/commit/57199ccf1783347844040257c7b09e85dd5ec9d2"><code>57199cc</code></a> Add <code>direct-consumers</code> flag to <code>jsz</code> monitoring endpoint</li> <li><a href="https://github.com/nats-io/nats-server/commit/f28c3666824971ab38369a0ee8ce2b4b29d0ef1f"><code>f28c366</code></a> Use concrete highwayhash <code>Digest64</code> instead of hash interface</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.11.3...v2.12.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/nats-server/v2&package-manager=go_modules&previous-version=2.11.3&new-version=2.12.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
dependabot[bot] commented 2025-11-24 19:26:55 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/1989#issuecomment-3572380466
Original created: 2025-11-24T19:26:55Z

Looks like github.com/nats-io/nats-server/v2 is up-to-date now, so this is no longer needed.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/1989#issuecomment-3572380466 Original created: 2025-11-24T19:26:55Z --- Looks like github.com/nats-io/nats-server/v2 is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2457
No description provided.