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

   Bumps 
[github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) 
from 2.12.3 to 2.12.4.
   <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.12.4</h2>
   <h2>Changelog</h2>
   <p>Refer to the <a 
href="https://docs.nats.io/release-notes/whats_new/whats_new_212";>2.12 Upgrade 
Guide</a> for backwards compatibility notes with 2.11.x.</p>
   <h3>Go Version</h3>
   <ul>
   <li>1.25.6 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7736";>#7736</a>)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>github.com/google/go-tpm v0.9.8 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7696";>#7696</a>)</li>
   <li>github.com/nats-io/nats.go v1.48.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7696";>#7696</a>)</li>
   <li>github.com/klauspost/compress v1.18.3 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7736";>#7736</a>)</li>
   <li>golang.org/x/crypto v0.47.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7736";>#7736</a>)</li>
   <li>golang.org/x/sys v0.40.0 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7736";>#7736</a>)</li>
   </ul>
   <h3>Added</h3>
   <p>Monitoring</p>
   <ul>
   <li>Added <code>tls_cert_not_after</code> to the <code>varz</code> 
monitoring endpoint for showing when TLS certificates are due to expire (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7709";>#7709</a>)</li>
   </ul>
   <h3>Improved</h3>
   <p>JetStream</p>
   <ul>
   <li>Creating consumer file stores no longer contends on the stream lock, 
improving consumer create performance on heavily loaded streams (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7700";>#7700</a>)</li>
   <li>Recalculating num pending with updated filter subjects no longer gathers 
and sorts the subject filter list twice (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7772";>#7772</a>)</li>
   <li>Switching to interest-based retention will now remove no-interest 
messages from the head of the stream (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7766";>#7766</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <p>General</p>
   <ul>
   <li>The config parser now correctly detects and errors on self-referencing 
environment variables (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7737";>#7737</a>)</li>
   <li>Internal functions for handling headers should no longer corrupt message 
bodies if appended (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7752";>#7752</a>)</li>
   </ul>
   <p>JetStream</p>
   <ul>
   <li>Raft single node elections now transition into leader state correctly 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7642";>#7642</a>)</li>
   <li>R1 streams will no longer incorrectly drift last sequence when exceeding 
limits (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7658";>#7658</a>)</li>
   <li>Deleted streams are no longer wrongfully revived if stalled on an 
upper-layer catchup (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7668";>#7668</a>)</li>
   <li>A panic that could happen when receiving a shutdown signal while 
JetStream is still starting up has been fixed (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7683";>#7683</a>)</li>
   <li>JetStream usage stats now correctly reflect purged whole blocks when 
optimising large purges (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7685";>#7685</a>)</li>
   <li>Recovering JetStream encryption keys now happens independently of the 
stream index recovery, fixing some cases where the key could be reset 
unexpectedly if the index is rebuilt (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7678";>#7678</a>)</li>
   <li>Non-replicated file-based consumers now detect corrupted state on disk 
and are deleted automatically (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7691";>#7691</a>)</li>
   <li>A panic that could occur when a compact and a hash check run 
concurrently on a store has been fixed (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7697";>#7697</a>)</li>
   <li>Raft no longer allows a repeat vote for the same term after a stepdown 
or leadership transfer (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7698";>#7698</a>)</li>
   <li>Replicated consumers are no longer incorrectly deleted if they become 
leader just as JetStream is about to shut down (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7699";>#7699</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/34894c1dbc20ce736f6aa23fcfbf33a953907511";><code>34894c1</code></a>
 Release v2.12.4</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/4077af121b97f784c0a06795469095887321e098";><code>4077af1</code></a>
 Cherry-picks for 2.12.4 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7775";>#7775</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/ae9b06edf3e09c26dd8d0e1884d9054cf959e740";><code>ae9b06e</code></a>
 [IMPROVED] Remove no interest messages from head of stream</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/acbb5fd689a81e03f7575ff85908e2f4e6b209d3";><code>acbb5fd</code></a>
 [FIXED] Many concurrent checkInterestState goroutines</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/e2dacf3f086594171524628e6e1db27eafd7800c";><code>e2dacf3</code></a>
 [FIXED] Interest stream desync after consumer filter update</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/bd9298df89e38093b2841bf6f2ab5e3a4d4bbde6";><code>bd9298d</code></a>
 [IMPROVED] Simplify recalculate pending with updated filter subject(s)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/5d93f80c1d30b9c401bd1d702491d377c05773d5";><code>5d93f80</code></a>
 Release v2.12.4-RC.6</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/2b72612bd783a91e9ccc34bff2329852ae775128";><code>2b72612</code></a>
 Revert &quot;Perform <code>_writeFullState</code> under read lock 
only&quot;</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/aa094cdc51b21827b2dd8e0d6d67605da6f1e71d";><code>aa094cd</code></a>
 Release v2.12.4-RC.5</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/190c6e6ba72061812cca0bb48844fc7605334f1f";><code>190c6e6</code></a>
 Cherry-picks for 2.12.4-RC.5 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/7767";>#7767</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats-server/compare/v2.12.3...v2.12.4";>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.12.3&new-version=2.12.4)](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