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

fix: bump github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.11 #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jan 9, 2023

Bumps github.com/nats-io/nats-server/v2 from 2.7.4 to 2.9.11.

Release notes

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

Release v2.9.11

Changelog

Go Version

  • 1.19.4: Both the release executables and Docker images are built with this Go release

Improved

  • Remove duplicate subscription point to reduce memory usage (#3768)

Updated

Fixed

  • JetStream
    • Allow recovery of stream meta file if not properly flushed prior to restart (#3752)
    • Ensure max bytes are honored when message block is not properly flushed (#3757). Thanks to @​containerpope for the report.
    • Ensure new consumers assigned to an offline server are properly restored from the metaleader's snapshot (#3760)
    • Set and clear observer state for servers with disconnected leaf nodes (#3763)
  • Leaf node
  • Monitoring
    • Add back existing HealthzOptions.JSEnabled field to restore backwards compatibility (#3744)

Complete Changes

nats-io/nats-server@v2.9.10...v2.9.11

Release v2.9.10

Changelog

Go Version

  • 1.19.4: Both the release executables and Docker images are built with this Go release

Improved

  • JetStream
    • Improve performance and latency with large number of sparse consumers (#3710)
    • Simplify locking for consumer info requests (#3714)

Fixed

  • JetStream
    • Ensure previously assigned nodes are removed from stream assignment (#3707, #3709)
    • Bad first sequence and expiration stopped working after server restart (#3711)
    • Fix no-quorum issue if leader is restarted with a memory-based clustered stream (#3713)

... (truncated)

Commits
  • 23ffc16 Merge pull request #3769 from nats-io/release_2_9_11
  • 3491f43 Release v2.9.11
  • 3b1fe93 Merge pull request #3768 from nats-io/neil/sublistptrs
  • d853b0e Deduplicate *subscription in Sublist
  • f5d939e Added test for #3636
  • 9a69172 Bump to 2.9.11-RC.1
  • b6fd1ab Merge pull request #3763 from nats-io/leaf-migrate-update
  • ad53d45 When migrating leaders off a server when the leafnode is not connected, also ...
  • 1f8e3c3 Merge pull request #3761 from friedrichwilken/upgrade-dependency-golang.org/x...
  • 735ce64 Upgrade the dependency golang.org/x/crypto to v0.5.0.
  • 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 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)

Bumps [github.com/nats-io/nats-server/v2](https://github.com/nats-io/nats-server) from 2.7.4 to 2.9.11.
- [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.7.4...v2.9.11)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 9, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants