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

   Bumps 
[github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) 
from 2.10.12 to 2.10.16.
   <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.16</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>
   <blockquote>
   <p>[!WARNING]
   A possible regression may result in a server panic at startup when 
<code>tav.idx</code> files were incorrectly truncated down to zero bytes. You 
can work around this problem by deleting <code>tav.idx</code> files that are 
zero bytes in length before starting the server. Zero-byte files could exist as 
a result of a previous server crash before a successful file sync to disk 
occurred.</p>
   </blockquote>
   <h3>Go Version</h3>
   <ul>
   <li>1.22.3 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5438";>#5438</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>github.com/nats-io/jwt/v2 v2.5.6 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5328";>#5328</a>)</li>
   <li>golang.org/x/sys v0.20.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5388";>#5388</a>)</li>
   <li>golang.org/x/crypto v0.23.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5413";>#5413</a>)</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Added Left and Right subject mapping operations (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5337";>#5337</a>) 
Thanks to <a href="https://github.com/sspates";><code>@​sspates</code></a> for 
the contribution!</li>
   <li>Add a <code>/expvarz</code> monitoring endpoint (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5374";>#5374</a>)</li>
   </ul>
   <h3>Improved</h3>
   <p>Accounts</p>
   <ul>
   <li>Change <code>AccountResolver()</code> to use read lock to prevent 
contention (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5351";>#5351</a>)</li>
   <li>Improve muxed routes with large subject space (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5399";>#5399</a>)</li>
   </ul>
   <p>Gateway</p>
   <ul>
   <li>Outbound may fail to detect stale connection (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5356";>#5356</a>) 
Thanks to <a href="https://github.com/wjordan";><code>@​wjordan</code></a> for 
the report!</li>
   </ul>
   <p>JetStream</p>
   <ul>
   <li>Optimize stream subject matching implementation (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5316";>#5316</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5324";>#5324</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5329";>#5329</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5342";>#5342</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5353";>#5353</a>)</li>
   <li>Improve filestore LoadNextMsg performance (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5401";>#5401</a>)</li>
   <li>Prevent blocking writes on meta state filestore flush (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5333";>#5333</a>)</li>
   <li>Add logging to measure <code>writeFullState</code> and 
<code>enforceMsgPerSubjectLimit</code> (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5340";>#5340</a>)</li>
   <li>Do not hold filestore lock on msg block loads when looking up the first 
sequence for subject (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5363";>#5363</a>)</li>
   <li>Improve various stream sourcing and mirror behaviors and performance (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5366";>#5366</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5372";>#5372</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5379";>#5379</a>, 
<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5389";>#5389</a>)</li>
   <li>Increase the compression threshold for Raft traffic (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5371";>#5371</a>)</li>
   <li>Put a maximum idle flush time for the filestore (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5370";>#5370</a>)</li>
   <li>Updated subject state expiration (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5377";>#5377</a>)</li>
   <li>Simplify writing the full state to index.db (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5378";>#5378</a>)</li>
   <li>Added in separate last subject timestamp to track access (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5380";>#5380</a>)</li>
   <li>Check consumer leader status without locks (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5386";>#5386</a>)</li>
   <li>Various Raft improvements with limited to no state (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5427";>#5427</a>)</li>
   <li>Improved consumer with AckAll performance of first ack with large first 
stream sequence (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5446";>#5446</a>)</li>
   <li>Various stream catchup improvements (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5454";>#5454</a>)</li>
   </ul>
   <p>WebSocket</p>
   <ul>
   <li>Improve generating INFO data to send to clients (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5405";>#5405</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/80e29794e56dd4dd9de593029e86768eaf59e09c";><code>80e2979</code></a>
 Release v2.10.16 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5461";>#5461</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/b91880748db74c814b183b818e7e604a88511263";><code>b918807</code></a>
 Cherry-picks for 2.10.16 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5462";>#5462</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/6427a459771967b2e72ed4e320318fcf3b73a824";><code>6427a45</code></a>
 Skip trying to send system events just before shutdown</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/c9808f8de0c3cd15d45c10c792c510a84bad944f";><code>c9808f8</code></a>
 Add goroutine annotation for stream internal loop</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/9273b3de8fcd252b8686016d48cee51db483dbf8";><code>9273b3d</code></a>
 Bump to 2.10.16-RC.3</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/314f1486d6529ba436a0d05cb0eb2972b02ae0f9";><code>314f148</code></a>
 Cherry-picks for 2.10.16-RC.3 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5456";>#5456</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/e59f96f448966f69902cea10f65ebac15a203f27";><code>e59f96f</code></a>
 [IMPROVED] Various stream catchup improvements (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/5454";>#5454</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/57e780f3e5b90738a3fbf009f4045ffd806c9d71";><code>57e780f</code></a>
 Make sure to not run away when acking from the middle of pending.</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/571dbf92480a271fdb70cfb951321fe14c386ba4";><code>571dbf9</code></a>
 Test for block with top level comment after value parse</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/5286fda3bbae16ce2e4f191046e0b7f90023b7b2";><code>5286fda</code></a>
 Bump to 2.10.16-RC.2</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats-server/compare/v2.10.12...v2.10.16";>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.12&new-version=2.10.16)](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