dependabot[bot] opened a new pull request, #35161: URL: https://github.com/apache/beam/pull/35161
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.11.3 to 2.11.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.11.4</h2> <h2>Changelog</h2> <p>Refer to the <a href="https://docs.nats.io/release-notes/whats_new/whats_new_211">2.11 Upgrade Guide</a> for backwards compatibility notes with 2.10.x.</p> <h3>Go Version</h3> <ul> <li>1.24.3 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6876">#6876</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>github.com/nats-io/nats.go v1.42.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6868">#6868</a>)</li> <li>golang.org/x/crypto v0.38.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6868">#6868</a>)</li> <li>golang.org/x/sys v0.33.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6868">#6868</a>)</li> <li>github.com/google/go-tpm v0.9.5 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6918">#6918</a>)</li> </ul> <h3>Improved</h3> <p>General</p> <ul> <li>Log lines for TLS handshake errors now include the subject and SHA-256 hash of the certificate if known (<a href="https://redirect.github.com/nats-io/nats-server/issues/6883">#6883</a>)</li> </ul> <p>JetStream</p> <ul> <li>Enforcing per-subject limits on streams after a state rebuild or retention policy change is now considerably faster (<a href="https://redirect.github.com/nats-io/nats-server/issues/6871">#6871</a>)</li> <li>Reduced allocations when finding the next message matching a filter in the filestore, which also improves the performance of calculating interest state on streams with an interest/WQ retention policy (<a href="https://redirect.github.com/nats-io/nats-server/issues/6908">#6908</a>)</li> </ul> <h3>Fixed</h3> <p>General</p> <ul> <li>Reloading the gateway TLS configuration now applies to implicit remotes (<a href="https://redirect.github.com/nats-io/nats-server/issues/6886">#6886</a>)</li> </ul> <p>JetStream</p> <ul> <li>Stream and consumer updates are no longer possible if all peers are offline, fixing a potential avenue for data loss (<a href="https://redirect.github.com/nats-io/nats-server/issues/6856">#6856</a>)</li> <li>The stream first sequence is now adjusted correctly when purging over interior delete gaps (<a href="https://redirect.github.com/nats-io/nats-server/issues/6861">#6861</a>)</li> <li>Consumer redeliveries are no longer incorrectly reported for consumers with a max deliver of 1 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6877">#6877</a>)</li> <li>Avoid resetting the first and last sequences of a workqueue stream to zero after a crash with unflushed data (<a href="https://redirect.github.com/nats-io/nats-server/issues/6882">#6882</a>)</li> <li>Access time goroutines are now reference-counted and no longer leak (<a href="https://redirect.github.com/nats-io/nats-server/issues/6887">#6887</a>)</li> <li>Fixed a deadlock that could occur when using <code>multi_last</code> direct gets or when calculating the first sequence number for a consumer with a deliver-last-per-subject deliver policy (<a href="https://redirect.github.com/nats-io/nats-server/issues/6899">#6899</a>)</li> <li>A spelling error in a store error was fixed (<a href="https://redirect.github.com/nats-io/nats-server/issues/6895">#6895</a>) Thanks to <a href="https://github.com/cjohansen"><code>@​cjohansen</code></a> for the contribution!</li> <li>A rare panic in the filestore has been fixed (<a href="https://redirect.github.com/nats-io/nats-server/issues/6912">#6912</a>)</li> <li>Direct gets will no longer return messages incorrectly with <code>up_to_time</code> or <code>start_time</code> in some configurations (<a href="https://redirect.github.com/nats-io/nats-server/issues/6911">#6911</a>)</li> <li>Fixed a panic in the stree that could occur when removing subject state tracking for a short subject (<a href="https://redirect.github.com/nats-io/nats-server/issues/6914">#6914</a>)</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats-server/compare/v2.11.3...v2.11.4">https://github.com/nats-io/nats-server/compare/v2.11.3...v2.11.4</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats-server/commit/4c2fc7f07d973a71d3bf14e30442120272e74931"><code>4c2fc7f</code></a> Release v2.11.4</li> <li><a href="https://github.com/nats-io/nats-server/commit/5e4e7ccb2ad7f7c0164aaa54bd8618e0e65b03cf"><code>5e4e7cc</code></a> Cherry-picks for 2.11.4 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6918">#6918</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/5d5346a86f45477fc2ecb8ad5ca2676c22546909"><code>5d5346a</code></a> Update dependencies</li> <li><a href="https://github.com/nats-io/nats-server/commit/be145458acbef9be5d8f3e3acd403afcb38c550a"><code>be14545</code></a> Fix a bug that could cause a panic if subject to delete was shorter then inde...</li> <li><a href="https://github.com/nats-io/nats-server/commit/9fd1d13fb6f26443acce7540f0d3febe17871762"><code>9fd1d13</code></a> Fixed spelling.</li> <li><a href="https://github.com/nats-io/nats-server/commit/fb6de5548ce80b3c487c4ac03adf39a5455d44ef"><code>fb6de55</code></a> Release v2.11.4-RC.3</li> <li><a href="https://github.com/nats-io/nats-server/commit/e3758726929e64b39d298775d57f961245d28a9b"><code>e375872</code></a> Cherry-picks for 2.11.4-RC.3 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6913">#6913</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/f941c3ba73546698f0eafb0e626f86769c84c570"><code>f941c3b</code></a> Fix <code>StartTime</code> bug with memory store and only one message</li> <li><a href="https://github.com/nats-io/nats-server/commit/16645b672372b2ae123dc5f92a38854d1cf99780"><code>16645b6</code></a> Fix <code>MultiLastFor</code> underflow bug with <code>UpToTime</code> before first sequence</li> <li><a href="https://github.com/nats-io/nats-server/commit/ff9445e1873d279d44961d00cbc5b732f3281d51"><code>ff9445e</code></a> Fix possible panic on filestore.go</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.11.3...v2.11.4">compare view</a></li> </ul> </details> <br /> [](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]
