kyma-project / nats-manager

Apache License 2.0
5 stars 13 forks source link

deps(dependabot): bump github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11 #326

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps github.com/nats-io/nats-server/v2 from 2.10.10 to 2.10.11.

Release notes

Sourced from github.com/nats-io/nats-server/v2's releases.

Release v2.10.11

Changelog

Refer to the 2.10 Upgrade Guide for backwards compatibility notes with 2.9.x.

Go Version

  • 1.21.7

Dependencies

  • github.com/nats-io/nats.go v1.33.0

Improved

JetStream

  • Optimize replaying messages when they are at the end of the stream (#5083) Thanks to @​david-wakeo for the report!
  • Optimize replaying messages with start sequence by time when there are large gaps between the time sequence and first sequence (#5088) Thanks again to @​david-wakeo for the report!
  • Reduce possible contention for NRG step-down (#4990)
  • Reduce log-level to debug for non-actionable reallocations warnings (#5085)
  • Improved placement of streams in larger clusters when created in rapid succession (#5079) Thanks to @​kohlisid for the report!
  • Improved filtered consumer retrieval time for large subject space streams with wildcards (#5089)

Fixed

JetStream

  • Fixed a bug that could cause consumers to not match filtered subjects with wildcards correctly (#5080)
  • Fixed a bug that could not allow keys/subjects to be found after restarts after extended downtime (#5054)
  • 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 (#5075)

MQTT

  • Fixed an issue with retained messages not working properly if the server name had a ‘.’ (#5048)

Complete Changes

https://github.com/nats-io/nats-server/compare/v2.10.10...v2.10.11

Commits
  • 5fc6051 Release v2.10.11 (#5095)
  • 045b848 Fixed incorrect mqtt-test reference (mqttex tests failure)
  • 66b3722 Bump version to 2.10.11-RC.4 [ci skip]
  • 54eafdf Cherry picks for v2.10.11 release (#5090)
  • 835840b When doing firstMatching we were picking wrong on linearScans. Also did not o...
  • 7887557 When a filtered consumer starts by time, there could be a large gap between t...
  • cf1b8e4 Bump version to 2.10.11-RC.3 [ci skip]
  • 11f5808 Cherry picks for Release v2.10.11 (#5084)
  • 82ea395 Update go client to 1.33.0
  • b9763c1 Move reallocation warnings on psim to debug.
  • Additional commits viewable in compare view


Dependabot compatibility score

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 commands and options
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 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)
friedrichwilken commented 8 months ago

@dependabot recreate