Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump github.com/nats-io/nats-server/v2 from 2.10.21 to 2.10.22 in /cli (
#84) Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.21 to 2.10.22. <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.22</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.22.8</li> </ul> <h3>Dependencies</h3> <ul> <li>golang.org/x/crypto v0.28.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5971">#5971</a>)</li> <li>golang.org/x/sys v0.26.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5971">#5971</a>)</li> <li>golang.org/x/time v0.7.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5971">#5971</a>)</li> <li>go.uber.org/automaxprocs v1.6.0 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5944">#5944</a>)</li> <li>github.com/klauspost/compress v1.17.11 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6002">#6002</a>)</li> </ul> <h3>Added</h3> <p>Config</p> <ul> <li>A warning will now be logged at startup if the JetStream store directory appears to be in a temporary folder (<a href="https://redirect.github.com/nats-io/nats-server/issues/5935">#5935</a>)</li> </ul> <h3>Improved</h3> <p>General</p> <ul> <li>More efficient searching of sublists for the number of subscriptions (<a href="https://redirect.github.com/nats-io/nats-server/issues/5918">#5918</a>)</li> </ul> <p>JetStream</p> <ul> <li>Improve performance when checking interest and correcting ack state on interest-based or work queue streams (<a href="https://redirect.github.com/nats-io/nats-server/issues/5963">#5963</a>)</li> <li>Safer default file permissions for JetStream filestore and logs (<a href="https://redirect.github.com/nats-io/nats-server/issues/6013">#6013</a>)</li> </ul> <h3>Fixed</h3> <p>JetStream</p> <ul> <li>Large number of message delete tombstones will no longer result in unusually large message blocks on disk (<a href="https://redirect.github.com/nats-io/nats-server/issues/5973">#5973</a>)</li> <li>The server will no longer panic when restoring corrupted subject state containing null characters (<a href="https://redirect.github.com/nats-io/nats-server/issues/5978">#5978</a>)</li> <li>A data race when processing append entries has been fixed (<a href="https://redirect.github.com/nats-io/nats-server/issues/5970">#5970</a>)</li> <li>Fix a stream desync across replicas that could occur after stalled or failed catch-ups (<a href="https://redirect.github.com/nats-io/nats-server/issues/5939">#5939</a>)</li> <li>Consumers will no longer race with the filestore when fetching messages, fixing some cases where consumers can get stuck with workqueue streams and max messages per subject limits (<a href="https://redirect.github.com/nats-io/nats-server/issues/6003">#6003</a>)</li> <li>Pull consumers will now recalculate max delivered when expiring messages, such that the redelivered status does not report incorrectly and cause a stall with a max deliver limit (<a href="https://redirect.github.com/nats-io/nats-server/issues/5995">#5995</a>)</li> <li>Clustered streams should no longer desync if a catch-up fails due to a loss of leader (<a href="https://redirect.github.com/nats-io/nats-server/issues/5986">#5986</a>)</li> <li>Fixed a panic that could occur when calculating asset placement in a JetStream cluster (<a href="https://redirect.github.com/nats-io/nats-server/issues/5996">#5996</a>)</li> <li>Fixed a panic when shutting down a clustered stream (<a href="https://redirect.github.com/nats-io/nats-server/issues/6007">#6007</a>)</li> <li>Revert earlier PR <a href="https://redirect.github.com/nats-io/nats-server/issues/5785">#5785</a> to restore consumer start sequence clipping, fixing an issue where sourcing/mirroring consumers could skip messages (<a href="https://redirect.github.com/nats-io/nats-server/issues/6014">#6014</a>)</li> </ul> <p>Leafnodes</p> <ul> <li>Load balancing of queue groups over leafnode connections (<a href="https://redirect.github.com/nats-io/nats-server/issues/5982">#5982</a>)</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/nats-server/compare/v2.10.21...v2.10.22">https://github.com/nats-io/nats-server/compare/v2.10.21...v2.10.22</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/240e9a41ee009fdc83a845d374bc0ce2139b8942"><code>240e9a4</code></a> Release v2.10.22 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6013">#6013</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/21470897fc16accd83d7748829751515836134eb"><code>2147089</code></a> Release v2.10.22</li> <li><a href="https://github.com/nats-io/nats-server/commit/14c46afb6abe92e92648bda1a960b0eb9df60a32"><code>14c46af</code></a> Fix <code>TestJetStreamClusterConsumeWithStartSequence</code> to account for clipping of...</li> <li><a href="https://github.com/nats-io/nats-server/commit/317f2236f3fd7f443556c3afdff83ff2eed2de4f"><code>317f223</code></a> Add unit tests that prove sources and mirrors have their consumer start seque...</li> <li><a href="https://github.com/nats-io/nats-server/commit/23de885fdb1158858adbbb7ba7ee5a330f915f10"><code>23de885</code></a> Revert "Fix consumer start sequence when sequence not yet in stream"</li> <li><a href="https://github.com/nats-io/nats-server/commit/97a0df3a9d78480ef1eb1749910a4105f27c43fc"><code>97a0df3</code></a> Update default file and directory permissions</li> <li><a href="https://github.com/nats-io/nats-server/commit/417ca0109fb43a6576260ba600be05205766a96c"><code>417ca01</code></a> Bump to 2.10.22-RC.3</li> <li><a href="https://github.com/nats-io/nats-server/commit/d493f0d3ff3e2e76a1e5b066d8f6fdad1d3f8363"><code>d493f0d</code></a> Cherry-picks for 2.10.22-RC.3 (<a href="https://redirect.github.com/nats-io/nats-server/issues/6012">#6012</a>)</li> <li><a href="https://github.com/nats-io/nats-server/commit/05331c3b25868d79057bcaeeada8d56ab42dacef"><code>05331c3</code></a> Move two performance tests on checkInterest to NoRace suite.</li> <li><a href="https://github.com/nats-io/nats-server/commit/c4f32514a0735ec385d027b3e64b7b7809bb8e34"><code>c4f3251</code></a> Fix possible panic on monitorStream when shutting down</li> <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.10.21...v2.10.22">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.10.21&new-version=2.10.22)](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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information