dependabot[bot] opened a new pull request, #38576: URL: https://github.com/apache/beam/pull/38576
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.14.0 to 2.14.1. <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.1</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.3 (<a href="https://redirect.github.com/nats-io/nats-server/issues/8107">#8107</a>)</li> </ul> <h3>Dependencies</h3> <ul> <li>github.com/klauspost/compress v1.18.6 (<a href="https://redirect.github.com/nats-io/nats-server/issues/8124">#8124</a>)</li> <li>golang.org/x/crypto v0.51.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/8124">#8124</a>)</li> <li>golang.org/x/sys v0.44.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/8124">#8124</a>)</li> </ul> <h3>Added</h3> <p>General</p> <ul> <li>New metrics <code>in_client_msgs</code>, <code>in_client_bytes</code>, <code>out_client_msgs</code> and <code>out_client_bytes</code> are now available via the <code>/varz</code> monitoring endpoint for tracking data to/from normal clients only (<a href="https://redirect.github.com/nats-io/nats-server/issues/7851">#7851</a>)</li> </ul> <h3>Improved</h3> <p>General</p> <ul> <li>Client TLS certificates without subject DNs but with DNS subject alternate names are now permitted (<a href="https://redirect.github.com/nats-io/nats-server/issues/8100">#8100</a>)</li> <li>The log level of TLS handshake timeout or non-TLS record errors have been demoted to debug level to reduce noise (<a href="https://redirect.github.com/nats-io/nats-server/issues/8096">#8096</a>)</li> </ul> <p>JetStream</p> <ul> <li>Num pending is now only calculated on consumer leaders, avoiding unnecessary CPU usage on followers (<a href="https://redirect.github.com/nats-io/nats-server/issues/8172">#8172</a>)</li> <li>Snapshot and catchup loops no longer leak timers (<a href="https://redirect.github.com/nats-io/nats-server/issues/8186">#8186</a>, thanks to <a href="https://github.com/SebTardif"><code>@​SebTardif</code></a>)</li> <li>Stream and consumer assignment errors are now surfaced (<a href="https://redirect.github.com/nats-io/nats-server/issues/8208">#8208</a>)</li> <li>Intersection of sublists and subject trees can now be cancelled early, avoiding high CPU usage in some pathological cases (<a href="https://redirect.github.com/nats-io/nats-server/issues/8209">#8209</a>)</li> </ul> <h3>Fixed</h3> <p>General</p> <ul> <li>Cluster route compression now obeys the cluster <code>max_pings_out</code> option if configured (<a href="https://redirect.github.com/nats-io/nats-server/issues/8093">#8093</a>)</li> <li>The internal send loop no longer mutates caller headers, which could corrupt buffers (<a href="https://redirect.github.com/nats-io/nats-server/issues/8097">#8097</a>)</li> <li>Removing headers no longer fails to remove later headers if the matching prefix also appeared in an earlier header value (<a href="https://redirect.github.com/nats-io/nats-server/issues/8103">#8103</a>)</li> <li>The sublist now correctly maintains negative results in the cache when calculating number of interested subjects (<a href="https://redirect.github.com/nats-io/nats-server/issues/8119">#8119</a>)</li> <li>Server shutdown requests are now idempotent, preventing concurrency issues when shutting down in embedded contexts (<a href="https://redirect.github.com/nats-io/nats-server/issues/8163">#8163</a>)</li> <li>TLS listeners now work correctly with the PROXY protocol where enabled (<a href="https://redirect.github.com/nats-io/nats-server/issues/8130">#8130</a>)</li> <li>Reduced lock contention that could be created between leafnodes and clients (<a href="https://redirect.github.com/nats-io/nats-server/issues/8139">#8139</a>, <a href="https://redirect.github.com/nats-io/nats-server/issues/8159">#8159</a>)</li> <li>Fixed a panic that could happen when an error occurs when walking JWT directory resolver folders (<a href="https://redirect.github.com/nats-io/nats-server/issues/8173">#8173</a>, thanks to <a href="https://github.com/SebTardif"><code>@​SebTardif</code></a>)</li> <li>In-process connections will no longer unexpectedly revert to TLS required with async <code>INFO</code> (<a href="https://redirect.github.com/nats-io/nats-server/issues/8205">#8205</a>)</li> </ul> <p>Leafnodes</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/cb557cd5d3ee8b4a253071d9923730d7d5588f99"><code>cb557cd</code></a> Release v2.14.1</li> <li><a href="https://github.com/nats-io/nats-server/commit/9182ee9ea4c0da9ea664270e323aa89a28b0b074"><code>9182ee9</code></a> Cherry-picks for 2.14.1 (<a href="https://redirect.github.com/nats-io/nats-server/issues/8219">#8219</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/128e85517ec926a8617bee2d0fa28a249f01bf7b"><code>128e855</code></a> Add a benchmark for WriteTermVote</li> <li><a href="https://github.com/nats-io/nats-server/commit/6bb9af2e8346c6350a3c54cf35d356d1146698a8"><code>6bb9af2</code></a> Allow cancellation of <code>IntersectGSL</code>, optimise skip block check</li> <li><a href="https://github.com/nats-io/nats-server/commit/899bf88bf18c173b1a6d9d92a50e44c655051b70"><code>899bf88</code></a> [IMPROVED] Clear stale sa/ca.err after success</li> <li><a href="https://github.com/nats-io/nats-server/commit/a1e81c058ed19c798ea4042101b842cd143320af"><code>a1e81c0</code></a> [IMPROVED] Surface assignment errors in stream/consumer log messages</li> <li><a href="https://github.com/nats-io/nats-server/commit/2477ebcc81aca8060f41a1fbd31fdfe740907532"><code>2477ebc</code></a> [IMPROVED] Surface assignment errors in stream/consumer health checks</li> <li><a href="https://github.com/nats-io/nats-server/commit/b7d533e99d9b85b00e2103568681ad4c05f96c9c"><code>b7d533e</code></a> [IMPROVED] Consumer's deleteNotActive compares against object-local assignment</li> <li><a href="https://github.com/nats-io/nats-server/commit/e667787bd644ac3716e1bd39ab804e35736011d5"><code>e667787</code></a> [FIXED] Async INFO flipped tls_required for in-process clients</li> <li><a href="https://github.com/nats-io/nats-server/commit/f56faad88c7147244b030390a90a03202c4c1d86"><code>f56faad</code></a> Release v2.14.1-RC.2</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.14.0...v2.14.1">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 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]
