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

   Bumps 
[github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) 
from 2.14.5 to 2.14.6.
   <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.14.6</h2>
   <h2>Changelog</h2>
   <p>Refer to the <a 
href="https://docs.nats.io/release-notes/whats_new/whats_new_214";>2.14 Upgrade 
Guide</a> for backwards compatibility notes with 2.12.x. Please note that the 
2.13.x version was skipped.</p>
   <h3>Go Version</h3>
   <ul>
   <li>1.26.7</li>
   </ul>
   <h3>Improved</h3>
   <p>General</p>
   <ul>
   <li>Removal from service import response maps is now constant-time (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8463";>#8463</a>)</li>
   <li>The client code no longer resets the deadline more times than necessary 
when flushing client buffers (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8513";>#8513</a>)</li>
   <li>The client write buffers are now freed correctly when the working buffer 
exceeds a rational size (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8515";>#8515</a>)</li>
   </ul>
   <p>JetStream</p>
   <ul>
   <li>Stream reads are now isolated with a separate lock, which improves the 
performance of direct gets (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8486";>#8486</a>)</li>
   <li>Improved the performance of looking up matching sequence numbers for 
multi-subject gets (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8486";>#8486</a>)</li>
   <li>Reduced the number of heap escapes in subject tree matching (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8526";>#8526</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <p>General</p>
   <ul>
   <li>WebSocket client buffers are recycled more aggressively when 
reallocating into larger buffers (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8518";>#8518</a>)</li>
   <li>Fixed missing routes after a reconnect when gossiped URLs were rejected 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8527";>#8527</a>)</li>
   </ul>
   <p>JetStream</p>
   <ul>
   <li>The filestore block sync no longer incorrectly skips blocks that were 
compacted during the same pass (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8456";>#8456</a>)</li>
   <li>The filestore block sync now performs a single directory sync upon 
completion rather than once per compacted block (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8461";>#8461</a>)</li>
   <li>The filestore I/O semaphore now covers block sync operations (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8462";>#8462</a>)</li>
   <li>Stream config updates with replicas greater than 1 are now rejected on 
non-clustered systems (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8464";>#8464</a>)</li>
   <li>Fixed some issues that could prevent stream snapshots from taking place 
on a clean shutdown (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8465";>#8465</a>)</li>
   <li>The filestore inline compaction no longer ignores <code>sync_interval: 
always</code> (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8475";>#8475</a>)</li>
   <li>The stream created time is now preserved after recovery on a standalone 
server (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8471";>#8471</a>, 
contributed by <a 
href="https://github.com/Green7";><code>@​Green7</code></a>)</li>
   <li>Fixed a data race that could apply when accessing the batch ID (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8369";>#8369</a>)</li>
   <li>Fixed a data race when reading the consumer direct or sourcing status 
(<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8478";>#8478</a>, 
contributed by <a 
href="https://github.com/nberlee";><code>@​nberlee</code></a>)</li>
   <li>Prevent the consumer direct or sourcing status from being changed with a 
consumer update (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8478";>#8478</a>, 
contributed by <a 
href="https://github.com/nberlee";><code>@​nberlee</code></a>)</li>
   <li>Fixed an issue where the server could fail to distinguish consumer tiers 
when enforcing limits (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8484";>#8484</a>)</li>
   <li>Fixed a flow control problem where replicated consumers could get stuck 
after a leader change (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8488";>#8488</a>)</li>
   <li>Fixed various consumer create issues that could destroy the state of an 
existing consumer with the same name (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8491";>#8491</a>)</li>
   <li>Internal message delete proposals are no longer counted in the JS API 
statistics (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8502";>#8502</a>)</li>
   <li>Dynamic filestore reservations no longer incorrectly shrink based on 
used storage after restarts (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8503";>#8503</a>)</li>
   <li>Fixed a signalling issue that could stall Raft catchups (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8501";>#8501</a>)</li>
   <li>The pending append entry cache in-memory is now bounded by size as well 
as entry count (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8501";>#8501</a>)</li>
   <li>Fixed an issue where a stale snapshot from a previous Raft group could 
be replayed if the group name was unchanged (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8501";>#8501</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/1aa10f9fe4e7a27b7d877af004a9c0022fdc4910";><code>1aa10f9</code></a>
 Release v2.14.6</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/e8633177569041c6b32bd96628f3e6d007b621ed";><code>e863317</code></a>
 Cherry-picks for 2.14.6 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8529";>#8529</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/1196e5a2bb4f278effd1c6385635e741df316b74";><code>1196e5a</code></a>
 [FIXED] Route missing after reconnect when duplicate resolution kept gossip 
URL</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/89befb5471a8024755605eecb18eda02580e57c6";><code>89befb5</code></a>
 [IMPROVED] Only allocate AckAll sequences when acking in place</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/0079dd9d89bf34cba3f551a2989803f8c729eba3";><code>0079dd9</code></a>
 [FIXED] AckAll on WQ removed messages outside consumer filter</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/c83ca823edb8c873f550dd7513b0b76f36c1744b";><code>c83ca82</code></a>
 Release v2.14.6-RC.2</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/9dca6dc2cbfef9d320888ab2000fe991397e202e";><code>9dca6dc</code></a>
 Reduce heap escapes in subject tree matching</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/1c931302706fb0a7a1ba811ff7283bd263ee0eba";><code>1c93130</code></a>
 Cherry-picks for 2.14.6-RC.2 (<a 
href="https://redirect.github.com/nats-io/nats-server/issues/8525";>#8525</a>)</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/b6971ae99e89cdfd405c751980759901b1348770";><code>b6971ae</code></a>
 Fix handling of atomic writes tmp files in test helper</li>
   <li><a 
href="https://github.com/nats-io/nats-server/commit/591bb3b0f44b42648f3001e4bb07ee163dd77aa5";><code>591bb3b</code></a>
 Fix TestJetStreamClusterHardKillAfterStreamAdd</li>
   <li>Additional commits viewable in <a 
href="https://github.com/nats-io/nats-server/compare/v2.14.5...v2.14.6";>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.14.5&new-version=2.14.6)](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 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