Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps github.com/nats-io/nats-server/v2 from 2.11.4 to 2.11.5.

Release notes

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

Release v2.11.5

Changelog

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

Go Version

Dependencies

  • github.com/nats-io/nats.go v1.43.0 (#6956)
  • golang.org/x/crypto v0.39.0 (#6956)
  • golang.org/x/time v0.12.0 (#6956)

Improved

General

  • The connz monitoring endpoint now includes leafnode connections (#6949)
  • The accstatsz monitoring endpoint now contains leafnode, route and gateway connection stats (#6967)

JetStream

  • Sourcing and mirroring should now resync more quickly when sourcing over leafnodes after a connection failure (#6981)
  • Reduced lock contention when reporting stream ingest warnings (#6934)
  • Log lines for resetting Raft WAL state have been clarified (#6938)
  • Determining if acks are required in interest-based streams has been optimised with fewer memory allocations (#6990)
  • Ephemeral R1 consumers will no longer log new consumer leader on clustered setups, reducing log noise when watchers etc are in use (#7003)

Fixed

General

  • Leafnodes with restrictive permissions can now route replies correctly when the message originates from a supercluster (#6931)
  • Memory usage is now reported correctly on Linux systems with huge pages enabled (#7006)

JetStream

  • Updating the AllowMsgTTL setting on a stream will now take effect correctly (#6922)
  • A potential deadlock when purging stream consumers has been fixed (#6933)
  • A race condition that could prevent stream snapshots on shutdown has been fixed (#6942)
  • Streams should no longer desync after a partial catchup following a snapshot (#6943)
  • Streams should no longer desync due to catchup messages with incorrect quorum (#6944)
  • Intersection between two subject trees where one is nil will no longer panic (#6945)
  • Consumer pull requests with NoWait will now return correctly from replicated consumers (#6960)
  • Mirrors now remove Nats-Expected- headers that could interfere with mirroring operations (#6961)
  • Network-partitioned Raft nodes should no longer desync by accepting catchups from nodes with lower term (#6951)
  • A potential data race when accessing the cluster failed sequence count has been fixed (#6965)
  • Corrected handling of append entry response conditions and recycling to the response pool (#6968)

... (truncated)

Commits
  • 94fb8b0 Release v2.11.5
  • 61149ff Cherry-picks for 2.11.5 (#7012)
  • 406da0f Do not respond on exceeding MaxWaiting limit when heartbeat interval specified
  • 54f7a0c Release v2.11.5-RC.4
  • a159528 Cherry-picks for 2.11.5-RC.4 (#7007)
  • c149e01 Modify TestPSEmulation to use FreeOSMemory both times
  • 77accd2 Report memory usage correctly on Linux with huge pages
  • 040ae14 Fix DeliverLastPerSubject consumer policy with interior deletes
  • 04175c8 [IMPROVED] Don't log R1 ephemerals in clustered environments
  • c431a63 Release v2.11.5-RC.3
  • 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)

Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.11.4 to 2.11.5.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.11.4...v2.11.5)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2025
@telegraf-tiger telegraf-tiger bot added the chore label Jul 1, 2025
@telegraf-tiger
Copy link
Contributor

telegraf-tiger bot commented Jul 1, 2025

Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip.
Downloads for additional architectures and packages are available below.

👍 This pull request doesn't change the Telegraf binary size

📦 Click here to get additional PR build artifacts

Artifact URLs

. DEB . RPM . TAR . GZ . ZIP
[[amd64.deb aarch64.rpm darwin_amd64.tar.gz windows_amd64.zip] [arm64.deb armel.rpm darwin_arm64.tar.gz windows_arm64.zip] [armel.deb armv6hl.rpm freebsd_amd64.tar.gz windows_i386.zip] [armhf.deb i386.rpm freebsd_armv7.tar.gz ] [i386.deb ppc64le.rpm freebsd_i386.tar.gz ] [mips.deb riscv64.rpm linux_amd64.tar.gz ] [mipsel.deb s390x.rpm linux_arm64.tar.gz ] [ppc64el.deb x86_64.rpm linux_armel.tar.gz ] [riscv64.deb linux_armhf.tar.gz ] [s390x.deb linux_i386.tar.gz ] [ linux_mips.tar.gz ] [ linux_mipsel.tar.gz ] [ linux_ppc64le.tar.gz ] [ linux_riscv64.tar.gz ] [ linux_s390x.tar.gz ]]

@mstrandboge mstrandboge added the ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review. label Jul 2, 2025
@skartikey skartikey merged commit c5611d2 into master Jul 2, 2025
27 of 28 checks passed
@skartikey skartikey deleted the dependabot/go_modules/github.com/nats-io/nats-server/v2-2.11.5 branch July 2, 2025 14:25
@github-actions github-actions bot added this to the v1.35.2 milestone Jul 2, 2025
srebhan pushed a commit that referenced this pull request Jul 7, 2025
…11.5 (#17261)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c5611d2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore dependencies Pull requests that update a dependency file ready for final review This pull request has been reviewed and/or tested by multiple users and is ready for a final review.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants