You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/02/28 04:34:31 UTC

[PR] Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 in /sdks [beam]

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

   Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.10.10 to 2.10.11.
   <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.11</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.7</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>github.com/nats-io/nats.go v1.33.0</li>
   </ul>
   <h3>Improved</h3>
   <p>JetStream</p>
   <ul>
   <li>Optimize replaying messages when they are at the end of the stream (<a href="https://redirect.github.com/nats-io/nats-server/issues/5083">#5083</a>) Thanks to <a href="https://github.com/david-wakeo"><code>@​david-wakeo</code></a> for the report!</li>
   <li>Optimize replaying messages with start sequence by time when there are large gaps between the time sequence and first sequence (<a href="https://redirect.github.com/nats-io/nats-server/issues/5088">#5088</a>) Thanks again to <a href="https://github.com/david-wakeo"><code>@​david-wakeo</code></a> for the report!</li>
   <li>Reduce possible contention for NRG step-down (<a href="https://redirect.github.com/nats-io/nats-server/issues/4990">#4990</a>)</li>
   <li>Reduce log-level to debug for non-actionable reallocations warnings (<a href="https://redirect.github.com/nats-io/nats-server/issues/5085">#5085</a>)</li>
   <li>Improved placement of streams in larger clusters when created in rapid succession (<a href="https://redirect.github.com/nats-io/nats-server/issues/5079">#5079</a>) Thanks to <a href="https://github.com/kohlisid"><code>@​kohlisid</code></a> for the report!</li>
   <li>Improved filtered consumer retrieval time for large subject space streams with wildcards (<a href="https://redirect.github.com/nats-io/nats-server/issues/5089">#5089</a>)</li>
   </ul>
   <h3>Fixed</h3>
   <p>JetStream</p>
   <ul>
   <li>Fixed a bug that could cause consumers to not match filtered subjects with wildcards correctly (<a href="https://redirect.github.com/nats-io/nats-server/issues/5080">#5080</a>)</li>
   <li>Fixed a bug that could not allow keys/subjects to be found after restarts after extended downtime (<a href="https://redirect.github.com/nats-io/nats-server/issues/5054">#5054</a>)</li>
   <li>Fixed a bug that would not properly update all consumer state when a filtered purge of the parent stream was narrower then the consumer’s filtered subject space (<a href="https://redirect.github.com/nats-io/nats-server/issues/5075">#5075</a>)</li>
   </ul>
   <p>MQTT</p>
   <ul>
   <li>Fixed an issue with retained messages not working properly if the server name had a ‘.’ (<a href="https://redirect.github.com/nats-io/nats-server/issues/5048">#5048</a>)</li>
   </ul>
   <h3>Complete Changes</h3>
   <p><a href="https://github.com/nats-io/nats-server/compare/v2.10.10...v2.10.11">https://github.com/nats-io/nats-server/compare/v2.10.10...v2.10.11</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/nats-io/nats-server/commit/5fc6051c33438553b3dc828ab856915011bd1945"><code>5fc6051</code></a> Release v2.10.11 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5095">#5095</a>)</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/045b8482fc731e45e36f0db5817a02ce3c13445e"><code>045b848</code></a> Fixed incorrect mqtt-test reference (mqttex tests failure)</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/66b3722403a720c07b9042428595581f8936d1ae"><code>66b3722</code></a> Bump version to 2.10.11-RC.4 [ci skip]</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/54eafdfe889b384df0357bc6cc34cf94e3c0b760"><code>54eafdf</code></a> Cherry picks for v2.10.11 release (<a href="https://redirect.github.com/nats-io/nats-server/issues/5090">#5090</a>)</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/835840bb347bd0e846ffdb0af7d75152b60ad7df"><code>835840b</code></a> When doing firstMatching we were picking wrong on linearScans. Also did not o...</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/78875579d5f43fa2e6946f6d955d7d1b0d6a9a3e"><code>7887557</code></a> When a filtered consumer starts by time, there could be a large gap between t...</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/cf1b8e4ca163e7f13541b9dc3ba224aeeb0eecb3"><code>cf1b8e4</code></a> Bump version to 2.10.11-RC.3 [ci skip]</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/11f580841647fcbc77f7f7f8b54bd2483d8df0f8"><code>11f5808</code></a> Cherry picks for Release v2.10.11 (<a href="https://redirect.github.com/nats-io/nats-server/issues/5084">#5084</a>)</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/82ea3952b7a1935c959e5dac2edd9fa7678be379"><code>82ea395</code></a> Update go client to 1.33.0</li>
   <li><a href="https://github.com/nats-io/nats-server/commit/b9763c19ff4f5ed4e1ccbcb279c0bc2d8e8c55c9"><code>b9763c1</code></a> Move reallocation warnings on psim to debug.</li>
   <li>Additional commits viewable in <a href="https://github.com/nats-io/nats-server/compare/v2.10.10...v2.10.11">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.10&new-version=2.10.11)](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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 in /sdks [beam]

Posted by "codecov[bot] (via GitHub)" <gi...@apache.org>.
codecov[bot] commented on PR #30444:
URL: https://github.com/apache/beam/pull/30444#issuecomment-1968217171

   ## [Codecov](https://app.codecov.io/gh/apache/beam/pull/30444?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) Report
   All modified and coverable lines are covered by tests :white_check_mark:
   > Project coverage is 38.53%. Comparing base [(`549faba`)](https://app.codecov.io/gh/apache/beam/commit/549faba9b986ee0186ad53c3b457be31acb7121c?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) to head [(`a0bd9ac`)](https://app.codecov.io/gh/apache/beam/pull/30444?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   
   
   <details><summary>Additional details and impacted files</summary>
   
   
   ```diff
   @@           Coverage Diff           @@
   ##           master   #30444   +/-   ##
   =======================================
     Coverage   38.53%   38.53%           
   =======================================
     Files         698      698           
     Lines      102374   102374           
   =======================================
     Hits        39446    39446           
     Misses      61296    61296           
     Partials     1632     1632           
   ```
   
   | [Flag](https://app.codecov.io/gh/apache/beam/pull/30444/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | Coverage Δ | |
   |---|---|---|
   | [go](https://app.codecov.io/gh/apache/beam/pull/30444/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache) | `54.33% <ø> (ø)` | |
   
   Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache#carryforward-flags-in-the-pull-request-comment) to find out more.
   
   
   </details>
   
   [:umbrella: View full report in Codecov by Sentry](https://app.codecov.io/gh/apache/beam/pull/30444?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).   
   :loudspeaker: Have feedback on the report? [Share it here](https://about.codecov.io/codecov-pr-comment-feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=apache).
   


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 in /sdks [beam]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #30444:
URL: https://github.com/apache/beam/pull/30444#issuecomment-1981216696

   Assigning reviewers. If you would like to opt out of this review, comment `assign to next reviewer`:
   
   R: @lostluck for label go.
   
   Available commands:
   - `stop reviewer notifications` - opt out of the automated review tooling
   - `remind me after tests pass` - tag the comment author after tests pass
   - `waiting on author` - shift the attention set back to the author (any comment or push by the author will return the attention set to the reviewers)
   
   The PR bot will only process comments in the main thread (not review comments).


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 in /sdks [beam]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] commented on PR #30444:
URL: https://github.com/apache/beam/pull/30444#issuecomment-1993523236

   Superseded by #30620.


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 in /sdks [beam]

Posted by "dependabot[bot] (via GitHub)" <gi...@apache.org>.
dependabot[bot] closed pull request #30444: Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 in /sdks
URL: https://github.com/apache/beam/pull/30444


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 in /sdks [beam]

Posted by "github-actions[bot] (via GitHub)" <gi...@apache.org>.
github-actions[bot] commented on PR #30444:
URL: https://github.com/apache/beam/pull/30444#issuecomment-1968237461

   Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment `assign set of reviewers`


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org