Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump github.com/nats-io/nats-server/v2 from 2.9.21 to 2.9.22 #550

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 7, 2023

Bumps github.com/nats-io/nats-server/v2 from 2.9.21 to 2.9.22.

Release notes

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

Release v2.9.22

Changelog

Go Version

  • 1.20.8 (updated out-of-cycle since Go 1.19 is now EOL)

Dependencies

  • github.com/nats-io/jwt/v2 v2.5.0
  • golang.org/x/crypto v0.12.0
  • golang.org/x/sys v0.11.0

Improved

Monitoring

  • CORS Allow-Origin passthrough for monitoring server (#4423) Thanks to @​mdawar for the contribution!

JetStream

  • Improve consumer scaling reliability with filters and cluster restart (#4404)
  • Send event on lame duck mode (LDM) to avoid placing assets on shutting down nodes (#4405)
  • Skip filestore tombstones if downgrade from 2.10 occurs (#4452)
  • Adjust delivered and waiting count when consumer message delivery fails (#4472)

Fixed

Config

  • Allow empty configs and fix JSON compatibility (#4394, #4418)
  • Remove TLS OCSP debug log on reload (#4453)

Monitoring

  • Fix Content-Type header when /healthz is not 200 OK (#4437) Thanks to @​mdawar for the contribution!
  • Fix server /connz idle time sorting (#4463) Thanks to @​mdawar for the contribution!
  • Interface conversion bug which could cause a panic when calling /ipqueuesz endpoint (#4477)

Leafnode

  • Fix race condition which could affect propagating interest over leafnode connections (#4464)

JetStream

  • Fix possible deadlock in checking for drift in the usage reporting when storing a message (#4411)
  • Durable pull consumers could get cleaned up incorrectly on leader change (#4412)
  • Moving an R1 stream could sometimes lose all messages (#4413)
  • Prevent peer-remove of an R1 stream which could result in the stream becoming orphaned (#4420)
  • Ensure consumer ack pending is less than max ack pending on state restore (#4427)
  • Ensure to reset election timer when catching up (#4428) Thanks to @​yuzhou-nj for the report!
  • Auto step-down Raft leader if an entry is missing on a catchup request (#4432)
  • Fix PurgeEx with keep having deletes in blocks (#4431)
  • Update global subject index when message blocks expire (#4439)
  • Ensure max messages per subject is respected after update (#4446) Thanks to @​anthonyjacques20 for the report!
  • Ignore and remove empty message blocks on rebuild (#4447)
  • Fix possible accounting discrepancy on message write (#4455)
  • Fix potential message duplication from stream sources when downgrading from 2.10 (#4454)
  • Check for checksum violations for all records before sequence processing (#4465)
  • Fix message block accounting (#4473)

... (truncated)

Commits
  • 528ee14 Release v2.9.22 (#4496)
  • d284298 Release v2.9.22
  • fd50e79 Revert "Enables 0s deduplication window duration when the stream has sources"...
  • e1574ec Revert "Enables 0s deduplication window duration when the stream has sources ...
  • f650e1a Pin Go version in Travis config (#4494)
  • d29df72 Pin Go version in Travis config
  • 8390a47 v2.9.x: Change CI and nightlies to use Go 1.20 (#4487)
  • 7a2020a Remove Go 1.19 build
  • d8bdbc3 Fix resetting TLS name from solicited remotes
  • a6f7f54 Bump v2.9 CI and nightlies to Go 1.20
  • 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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 7, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/nats-io/nats-server/v2-2.9.22 branch from d1836c6 to fc16a85 Compare September 13, 2023 11:20
Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.9.21 to 2.9.22.
- [Release notes](https://github.com/nats-io/nats-server/releases)
- [Changelog](https://github.com/nats-io/nats-server/blob/main/.goreleaser.yml)
- [Commits](nats-io/nats-server@v2.9.21...v2.9.22)

---
updated-dependencies:
- dependency-name: github.com/nats-io/nats-server/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/nats-io/nats-server/v2-2.9.22 branch from fc16a85 to 342f540 Compare September 13, 2023 11:21
@fancycode fancycode merged commit 28ac875 into master Sep 13, 2023
18 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/nats-io/nats-server/v2-2.9.22 branch September 13, 2023 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant