dependabot[bot] opened a new pull request, #32496:
URL: https://github.com/apache/beam/pull/32496

   Bumps 
[github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) 
from 2.10.18 to 2.10.20.
   <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.20</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.22.6</li>
   </ul>
   <h3>Fixed</h3>
   <p>JetStream</p>
   <ul>
   <li>Fix regression in KV CAS operations on R=1 replicas introduced in 
v2.10.19 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5841";>#5841</a>) 
Thanks to <a href="https://github.com/cbrewster";><code>@​cbrewster</code></a> 
for the report!</li>
   </ul>
   <h3>Complete Changes</h3>
   <p><a 
href="https://github.com/nats-io/nats-server/compare/v2.10.19...v2.10.20";>https://github.com/nats-io/nats-server/compare/v2.10.19...v2.10.20</a></p>
   <h2>Release v2.10.19</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.22.6</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>golang.org/x/crypto v0.26.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5782";>#5782</a>)</li>
   <li>golang.org/x/sys v0.24.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5782";>#5782</a>)</li>
   <li>golang.org/x/time v0.6.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5751";>#5751</a>)</li>
   </ul>
   <h3>Improved</h3>
   <p>General</p>
   <ul>
   <li>Reduced allocations in various code paths that check for subscription 
interest (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5736";>#5736</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5744";>#5744</a>)</li>
   <li>Subscription matching for gateways and reply tracking has been optimized 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5735";>#5735</a>)</li>
   <li>Client outbound queues now limit the number of flushed vectors to ensure 
that very large outbound buffers don’t unfairly compete with write deadlines 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5750";>#5750</a>)</li>
   <li>In client and leafnode results cache, populate new entry after pruning 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5760";>#5760</a>)</li>
   <li>Use newly-available generic sorting functions (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5757";>#5757</a>)</li>
   <li>Set a HTTP read timeout on profiling, monitoring and OCSP HTTP servers 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5790";>#5790</a>)</li>
   <li>Improve behavior of rate-limited warning logs (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5793";>#5793</a>)</li>
   <li>Use dedicated queues for the handling of <code>statsz</code> and 
<code>profilez</code> system events (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5816";>#5816</a>)</li>
   </ul>
   <p>Clustering</p>
   <ul>
   <li>Reduce the chances of implicit routes being duplicated (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5602";>#5602</a>)</li>
   </ul>
   <p>JetStream</p>
   <ul>
   <li>Optimize LoadNextMsg for wildcard consumers that are consuming over a 
large subject space (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5710";>#5710</a>)</li>
   <li>When <code>sync</code>/<code>sync_interval</code> is set to 
<code>always</code>, metadata files for streams and consumers are now written 
using <code>O_SYNC</code> to guarantee flushes to disk (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5729";>#5729</a>)</li>
   <li>Walking an entire subject tree is now faster and allocates less (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5734";>#5734</a>)</li>
   <li>Try to snapshot stream state when a change in the clustered last failed 
sequence is detected (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5812";>#5812</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/7140387cdf36b829a3078c1112c510b2b3629a93";><code>7140387</code></a>
 Release v2.10.20 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5849";>#5849</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/f30b1688c34ccdbe30a2e98b87e1c99599f964e4";><code>f30b168</code></a>
 Release v2.10.20</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/a24fe36208d690af36621ea277a5f0ed47f41834";><code>a24fe36</code></a>
 Cherry picks for v2.10.20 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5843";>#5843</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/2b625ce6f51316eaace9003a21ebd4104a9001a2";><code>2b625ce</code></a>
 Pin third-party workflows in GitHub Actions</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/aa9711c2c6862b7601b847e9f5807efab66739d9";><code>aa9711c</code></a>
 Windows: Search for DLLs in system paths only</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/3ffe8234a8c76ccb2e77e56fbd814d001f374242";><code>3ffe823</code></a>
 Fix difference in KV CAS operations for R1 vs R3 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5841";>#5841</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/e7c88e8af1c797841fdaf784e93c8742cf61d36a";><code>e7c88e8</code></a>
 Release v2.10.19 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5835";>#5835</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/afa6c97311ffe2b8c8b04f06f120a584a17500cc";><code>afa6c97</code></a>
 Release v2.10.19</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/fd01c029a4d4eeea5fd4fde22cc708b976516aa0";><code>fd01c02</code></a>
 Adjust test to have &lt; 64k subjects to test skip logic.</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/5d3effead95065903c880fc39d5a73f86975846e";><code>5d3effe</code></a>
 Bump to 2.10.19-RC.6</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats-server/compare/v2.10.18...v2.10.20";>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.10.18&new-version=2.10.20)](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]

Reply via email to