dependabot[bot] opened a new pull request, #30210: URL: https://github.com/apache/beam/pull/30210
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.7 to 2.10.10. <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.10.10</h2> <h2>Changelog</h2> <p>Refer to the <a href="https://docs.nats.io/release-notes/whats_new/whats_new_210">2.10 Upgrade Guide</a> for backwards compatibility notes with 2.9.x.</p> <h3>Go Version</h3> <ul> <li>1.21.6</li> </ul> <h3>Dependencies</h3> <ul> <li>github.com/klauspost/compress v1.17.5</li> <li>github.com/nats-io/nats.go v1.32.0</li> </ul> <h3>Added</h3> <ul> <li>Add <code>ping_interval</code> cluster route option to configure differently than client connections (<a href="https://redirect.github.com/nats-io/nats-server/issues/5029">#5029</a>)</li> </ul> <h3>Improved</h3> <p>JetStream</p> <ul> <li>Avoid a linear scan of filestore blocks when loading messages for the first time after restart or long period of inactivity (<a href="https://redirect.github.com/nats-io/nats-server/issues/4969">#4969</a>)</li> <li>NumPending calculations and subject index memory in filestore and memstore (<a href="https://redirect.github.com/nats-io/nats-server/issues/4960">#4960</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/4983">#4983</a>)</li> <li>Log healthy Raft group status when no longer falling behind (<a href="https://redirect.github.com/nats-io/nats-server/issues/4995">#4995</a>)</li> <li>Optimize writing full filestore state where there is high subject cardinality (<a href="https://redirect.github.com/nats-io/nats-server/issues/5004">#5004</a>)</li> <li>Share higher fidelity client info in JetStream advisory messages (<a href="https://redirect.github.com/nats-io/nats-server/issues/5019">#5019</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/5026">#5026</a>)</li> <li>More thorough gating of blocking disk I/O operations (<a href="https://redirect.github.com/nats-io/nats-server/issues/5022">#5022</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/5027">#5027</a>)</li> <li>Improved fallback cleanup of consumer Raft directory (<a href="https://redirect.github.com/nats-io/nats-server/issues/5028">#5028</a>)</li> </ul> <p>MQTT</p> <ul> <li>Use different unique names for internal consumers (<a href="https://redirect.github.com/nats-io/nats-server/issues/5017">#5017</a>)</li> </ul> <h3>Fixed</h3> <p>Auth callout</p> <ul> <li>Ensure the server properly binds scoped users (<a href="https://redirect.github.com/nats-io/nats-server/issues/5013">#5013</a>) Thanks to <a href="https://github.com/dpotapov"><code>@​dpotapov</code></a> for the report!</li> </ul> <p>Logging</p> <ul> <li>Fix missing variable in consumer skew log line (<a href="https://redirect.github.com/nats-io/nats-server/issues/4967">#4967</a>)</li> </ul> <p>JetStream</p> <ul> <li>Fix data race with stream stop and removal (<a href="https://redirect.github.com/nats-io/nats-server/issues/4963">#4963</a>)</li> <li>Don't unconditionally send consumer snapshot when becoming leader (<a href="https://redirect.github.com/nats-io/nats-server/issues/4965">#4965</a>)</li> <li>Fix tracking holes in the message block index when they are at the end of the block, improving filestore cache efficiency (<a href="https://redirect.github.com/nats-io/nats-server/issues/4988">#4988</a>)</li> <li>Wait for recovery to complete before sending snapshot on stream scale-up from R1 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5001">#5001</a>)</li> <li>Acking a redelivered msg with more pending should move the ack floor (<a href="https://redirect.github.com/nats-io/nats-server/issues/5008">#5008</a>)</li> <li>Fix for a panic calculating record length for secure erase followed by compaction (<a href="https://redirect.github.com/nats-io/nats-server/issues/5009">#5009</a>)</li> <li>Reduce memory growth on interest stream recovery when consumers are ahead of the recovered stream state (<a href="https://redirect.github.com/nats-io/nats-server/issues/5011">#5011</a>)</li> <li>Raft node responds to VoteRequest with outdated Term (<a href="https://redirect.github.com/nats-io/nats-server/issues/5021">#5021</a>)</li> <li>Avoid sending meta leader snapshot as normal entry on leader change when not up-to-date (<a href="https://redirect.github.com/nats-io/nats-server/issues/5024">#5024</a>)</li> <li>Make sure to not restart streams or consumers when they are deleted or immediately after being created (<a href="https://redirect.github.com/nats-io/nats-server/issues/5032">#5032</a>)</li> </ul> <p>Shutdown</p> <ul> <li>Avoid panic when reloading during lame duck mode (<a href="https://redirect.github.com/nats-io/nats-server/issues/5012">#5012</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/983a1d2568231ab94ad0193023a75958a7328f38"><code>983a1d2</code></a> Release v2.10.10 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5034">#5034</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/f34e5f4739e66e81fe9ff867b670d19979a8fffe"><code>f34e5f4</code></a> Bump version to 2.10.10-RC.7 [ci skip]</li> <li><a href="https://github.com/nats-io/nats-server/commit/4360a457fe60cc649bb7cf31126328b99af2b61b"><code>4360a45</code></a> Cherry-pick PRs into v2.10.10 release branch (<a href="https://redirect.github.com/nats-io/nats-server/issues/5033">#5033</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/29756de45dc24becd50a832e31e0a7a9e40fcf25"><code>29756de</code></a> Make sure to not restart streams or consumers when they are deleted or creati...</li> <li><a href="https://github.com/nats-io/nats-server/commit/7304c5666d51dc32f2c02e96a45b436200d689af"><code>7304c56</code></a> Cherry-pick PRs into v2.10.10 release branch (<a href="https://redirect.github.com/nats-io/nats-server/issues/5030">#5030</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/79960bbb12406a37b8c581c4014171529f4906e7"><code>79960bb</code></a> Add support to customize cluster ping_interval</li> <li><a href="https://github.com/nats-io/nats-server/commit/a478ee0ec126f44b183b8f81fd0a6befe449ee24"><code>a478ee0</code></a> Remove fallback cleanup of consumer raft directory.</li> <li><a href="https://github.com/nats-io/nats-server/commit/7a8f9d7444544958e9f6ae314e7e1691018378c6"><code>7a8f9d7</code></a> Use dios gate internally and do not wrap whole function.</li> <li><a href="https://github.com/nats-io/nats-server/commit/fc8434222b7a2b9a170fead9c10542a2c9b2e22a"><code>fc84342</code></a> When moving to direct addServiceImport, needed to explicitly set "to" to avoi...</li> <li><a href="https://github.com/nats-io/nats-server/commit/20028dd7b5af1a967048ec8abf2a4c59f9ccab87"><code>20028dd</code></a> Fix flapping test TestRouteCompressionAuto</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.10.7...v2.10.10">compare view</a></li> </ul> </details> <br /> [](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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
