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

   Bumps 
[github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) 
from 2.10.22 to 2.10.23.
   <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.23</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.23.4 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6228";>#6228</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>golang.org/x/crypto v0.30.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6230";>#6230</a>)</li>
   <li>golang.org/x/sys v0.27.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6229";>#6229</a>)</li>
   <li>golang.org/x/time v0.8.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6105";>#6105</a>)</li>
   <li>github.com/nats-io/nkeys v0.4.8 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6192";>#6192</a>)</li>
   </ul>
   <h3>Added</h3>
   <p>JetStream</p>
   <ul>
   <li>Support for responding to forwarded proposals (for future use, <a 
href="https://redirect.github.com/nats-io/nats-server/issues/6157";>#6157</a>)</li>
   </ul>
   <p>Windows</p>
   <ul>
   <li>New <code>ca_certs_match</code> option has been added in the 
<code>tls</code> block for searching the certificate store for only 
certificates matching the specified CAs (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5115";>#5115</a>)</li>
   <li>New <code>cert_match_skip_invalid</code> option has been added in the 
<code>tls</code> block for ignoring certificates that have expired or are not 
valid yet (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6042";>#6042</a>)</li>
   <li>The <code>cert_match_by</code> option can now be set to 
<code>thumbprint</code>, allowing an SHA1 thumbprint to be specified in 
<code>cert_match</code> (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6042";>#6042</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6047";>#6047</a>)</li>
   </ul>
   <h3>Improved</h3>
   <p>JetStream</p>
   <ul>
   <li>Reduced the number of allocations in consumers from get-next requests 
and when returning some error codes (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6039";>#6039</a>)</li>
   <li>Metalayer recovery at startup will now more reliably group assets for 
creation/update/deletion and handle pending consumers more reliably, reducing 
the chance of ghost consumers and misconfigured streams happening after 
restarts (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6066";>#6066</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6069";>#6069</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6088";>#6088</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6092";>#6092</a>)</li>
   <li>Creation of filtered consumers is now considerably faster with the 
addition of a new multi-subject num-pending calculation (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6089";>#6089</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6112";>#6112</a>)</li>
   <li>Consumer backoff should now be correctly respected with multiple 
in-flight deliveries to clients (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6104";>#6104</a>)</li>
   <li>Add node10 node size to stree, providing better memory utilisation for 
some subject spaces, particularly those that are primarily numeric or with 
numeric tokens (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6106";>#6106</a>)</li>
   <li>Some JetStream log lines have been made more consistent (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6065";>#6065</a>)</li>
   <li>File-backed Raft groups will now use the same sync intervals as the 
filestore, including when sync always is in use (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6041";>#6041</a>)</li>
   <li>Metalayer snapshots will now always be attempted on shutdown (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6067";>#6067</a>)</li>
   <li>Consumers will now detect if an ack is received past the stream last 
sequence and will no longer register pre-acks from a snapshot if this happens, 
reducing memory usage (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6109";>#6109</a>)</li>
   <li>Reduced copies and number of allocations when generating headers for 
republished messages (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6127";>#6127</a>)</li>
   <li>Adjusted the spread of filestore sync timers (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6128";>#6128</a>)</li>
   <li>Reduced the number of allocations in Raft group send queues, improving 
performance (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6132";>#6132</a>)</li>
   <li>Improvements to Raft append entry handling and log consistency (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5661";>#5661</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5689";>#5689</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5714";>#5714</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5957";>#5957</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6027";>#6027</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6073";>#6073</a>)</li>
   <li>Improvements to Raft stepdown behaviour (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5666";>#5666</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5344";>#5344</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5717";>#5717</a>)</li>
   <li>Improvements to Raft elections and vote handling (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5671";>#5671</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6056";>#6056</a>)</li>
   <li>Improvements to Raft term handling (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5684";>#5684</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5792";>#5792</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5975";>#5975</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5848";>#5848</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6060";>#6060</a>)</li>
   <li>Improvements to Raft catchups (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5987";>#5987</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6038";>#6038</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6072";>#6072</a>)</li>
   <li>Improvements to Raft snapshot handling (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6053";>#6053</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6055";>#6055</a>)</li>
   <li>Reduced the overall metalayer snapshot frequency by increasing the 
minimum interval and no longer pre-empting consumer deletes (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6165";>#6165</a>)</li>
   <li>Consumer info requests for non-existent consumers will no longer be 
relayed, reducing overall load on the metaleader (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6176";>#6176</a>)</li>
   <li>The metaleader will now log if it takes a long time to perform a 
metalayer snapshot (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6178";>#6178</a>)</li>
   <li>Unnecessary client and subject information will no longer be included in 
the meta snapshots, reducing the size and encoding time (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6185";>#6185</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/145e44d6e68132856b18f1576f67b8eb27e980f9";><code>145e44d</code></a>
 [nats] Release v2.10.23</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/c21273a466f4fe26aa888eae67759209152da7fe";><code>c21273a</code></a>
 Bump to 2.10.23-RC.12</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/4aae81c82ea153166ec207f4907942fb6390978a";><code>4aae81c</code></a>
 Cherry-picks for 2.10.23-RC.12 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6234";>#6234</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/5a986d14c2052bc585ccc922ec7fa27002507a9a";><code>5a986d1</code></a>
 Fix datarace in filestore calling tombs().</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/192f48bf75b8baf37e70c11b9a256411574399d9";><code>192f48b</code></a>
 Bump golang.org/x/crypto from 0.29.0 to 0.30.0</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/4d566d1efcb6e481deedb2711fc72c1f570e8d54";><code>4d566d1</code></a>
 Bump golang.org/x/sys from 0.27.0 to 0.28.0</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/b07ff95f1fb30e8c4c69170aa7755b7d78e7f881";><code>b07ff95</code></a>
 Bump to 2.10.23-RC.11</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/27bfab741713588aa8a65d6760bb11de6e17c444";><code>27bfab7</code></a>
 Update to Go 1.23.4, 1.22.10</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/a6872a46af8e9351937fa9b18a36e9b3ac84cbc3";><code>a6872a4</code></a>
 Cherry-picks for 2.10.23-RC.11 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/6222";>#6222</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/716b1396a646be44ed1052446dd43c5e2679aea0";><code>716b139</code></a>
 Add jitter for flushing stream state</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats-server/compare/v2.10.22...v2.10.23";>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.22&new-version=2.10.23)](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