dependabot[bot] opened a new pull request, #29629: URL: https://github.com/apache/beam/pull/29629
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.5 to 2.10.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.10.6</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> <h3>Go Version</h3> <ul> <li>1.21.4</li> </ul> <h3>Dependencies</h3> <ul> <li>github.com/klauspost/compress v1.17.3</li> </ul> <h3>Improved</h3> <p>JetStream</p> <ul> <li>Added in internal filestore state checks on write and recover (<a href="https://redirect.github.com/nats-io/nats-server/issues/4804">#4804</a>)</li> <li>Reduce memory usage for streams with a large subject space (<a href="https://redirect.github.com/nats-io/nats-server/issues/4806">#4806</a>)</li> <li>Only gather subject filters if we need them (<a href="https://redirect.github.com/nats-io/nats-server/issues/4820">#4820</a>) Thanks to <a href="https://github.com/svenfoo"><code>@svenfoo</code></a> for the contribution!</li> <li>Add pre-check when expected-last-subject-sequence header is present (<a href="https://redirect.github.com/nats-io/nats-server/issues/4827">#4827</a>)</li> <li>Avoid resetting WAL in RAFT layer if we already processed the message (<a href="https://redirect.github.com/nats-io/nats-server/issues/4830">#4830</a>)</li> </ul> <p>Monitoring</p> <ul> <li>Remove <code>ocsp_peer_cache</code> from <code>varz</code> response when not applicable (<a href="https://redirect.github.com/nats-io/nats-server/issues/4829">#4829</a>)</li> </ul> <h3>Fixed</h3> <p>JetStream</p> <ul> <li>Only drop firstSeq under DiscardOld policy (<a href="https://redirect.github.com/nats-io/nats-server/issues/4802">#4802</a>) Thanks to <a href="https://github.com/davidmcote"><code>@davidmcote</code></a> for the report and contribution!</li> <li>Do not allow consumers to be updated if they have been deleted (<a href="https://redirect.github.com/nats-io/nats-server/issues/4818">#4818</a>) Thanks to <a href="https://github.com/matevzmihalic"><code>@matevzmihalic</code></a> for the report!</li> <li>Fix potential race when starting the consumer monitor (<a href="https://redirect.github.com/nats-io/nats-server/issues/4828">#4828</a>)</li> <li>Fix race condition in debug print (<a href="https://redirect.github.com/nats-io/nats-server/issues/4833">#4833</a>)</li> </ul> <p>MQTT</p> <ul> <li>Fix typo in README (<a href="https://redirect.github.com/nats-io/nats-server/issues/4791">#4791</a>) Thanks to <a href="https://github.com/testwill"><code>@testwill</code></a> for the contribution!</li> <li>Improved large number of MQTT clients on reconnect with retain messages and larger scoped subscriptions (<a href="https://redirect.github.com/nats-io/nats-server/issues/4810">#4810</a>)</li> </ul> <p>WebSockets</p> <ul> <li>Fix potential data race in overlapping re-use of buffers (<a href="https://redirect.github.com/nats-io/nats-server/issues/4811">#4811</a>) Thanks to <a href="https://github.com/oscarwcl"><code>@oscarwcl</code></a> for the report!</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats-server/compare/v2.10.5...v2.10.6">https://github.com/nats-io/nats-server/compare/v2.10.5...v2.10.6</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/nats-server/commit/77e4ac6bc40cd83b5c214c2e5faafb8b07744983"><code>77e4ac6</code></a> Release v2.10.6 (<a href="https://redirect.github.com/nats-io/nats-server/issues/4840">#4840</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/e9f0d1387c589b07140c3e5907851649da501392"><code>e9f0d13</code></a> Bump to 2.10.6-RC.2</li> <li><a href="https://github.com/nats-io/nats-server/commit/f3925fb60763b2f5585c165a5a65a268897a508a"><code>f3925fb</code></a> [FIXED] MQTT: Reworked retained message delivery (<a href="https://redirect.github.com/nats-io/nats-server/issues/4810">#4810</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/76b0ad8622eb97ba3e1503a58045f42a02df21a0"><code>76b0ad8</code></a> Fix race condition on Raft debug print</li> <li><a href="https://github.com/nats-io/nats-server/commit/fabbc7f16792f4ec749c7e542bf2624395eb8a05"><code>fabbc7f</code></a> When the raft layer receives an index less than ours, if all else ok simply ack.</li> <li><a href="https://github.com/nats-io/nats-server/commit/3a5e84571fbd925f33c52354493be77d1ae36242"><code>3a5e845</code></a> Fix unit tests</li> <li><a href="https://github.com/nats-io/nats-server/commit/a6dd94f4c7f11f0f32a1d1a0f7eb53cb49c8fd6b"><code>a6dd94f</code></a> Remove <code>"ocsp_peer_cache"</code> from varz response when not needed</li> <li><a href="https://github.com/nats-io/nats-server/commit/c1da7c6911315e632cf1de4f24f998f141759fc1"><code>c1da7c6</code></a> Tweak consumer monitor logic to avoid potential race</li> <li><a href="https://github.com/nats-io/nats-server/commit/fbb724648a5e165cb2dfa860934272320022be13"><code>fbb7246</code></a> We can check CAS operations in stage1 if and only if the seq is not zero and ...</li> <li><a href="https://github.com/nats-io/nats-server/commit/cddfee8bead19c12926b045f0f94d80f18a4c5c3"><code>cddfee8</code></a> Bump to 2.10.6-RC.1</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.10.5...v2.10.6">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]
