nuts-foundation / nuts-event-octopus

Nuts service space engine for making sure events are caught and relayed.
GNU General Public License v3.0
0 stars 0 forks source link

Bump github.com/nats-io/nats-streaming-server from 0.17.0 to 0.24.1 #71

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/nats-io/nats-streaming-server from 0.17.0 to 0.24.1.

Release notes

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

Release v0.24.1

Changelog

Note that we added a deprecation notice for this project. See note here

Go Version

  • 1.17.6: Both release executables and Docker images are built with this Go release.

Updated

  • Dependencies (#1238)
    • NATS Server v2.7.1 -> v2.7.2

Fixed

  • Possible panic when monitoring endpoints are inspected while the server is in the middle of recovering its state. Thanks to @​wilstoff for the report (#1236)
  • Possible panic on message redelivery (#1237)

Complete Changes

https://github.com/nats-io/nats-streaming-server/compare/v0.24.0...v0.24.1

Release v0.24.0

Changelog

Note that we added a deprecation notice for this project. See note here

Go Version

  • 1.17.6: Both release executables and Docker images are built with this Go release.

Updated

  • Dependencies (#1233, #1234)
    • NATS Server v2.6.6 -> v2.7.1
    • Hashicorp RAFT v1.3.2 -> v1.3.3

Changed

  • The /vendor directory has been removed and the executable is now built with go modules (#1233)
  • The error messages "request missing subject", "request for missing inbox" and "request for missing client" have been respectively replaced by "request for unknown channel", "request for unknown inbox" and "request for unknown client". This is mentioned here in case some users were filtering on those error messages (#1231)

Fixed

  • Clustering:
    • Don't report "sub close request missing subject" during RAFT's log replay. Thanks to @​wilstoff for the report (#1231)
  • Link to documentation in README.md. Thanks to @​EJTJ3 for the contribution (#1227)
  • Missing log statement when failing to create a channel (#1232)

Complete Changes

https://github.com/nats-io/nats-streaming-server/compare/v0.23.2...v0.24.0

... (truncated)

Commits
  • 82edf4b Merge pull request #1238 from nats-io/release_0_24_1
  • 27f09c3 Release v0.24.1
  • 6ac167b Merge pull request #1237 from nats-io/fix_panic_on_redelivery
  • aacb792 Merge pull request #1236 from nats-io/fix_1235
  • 31fd271 [FIXED] Possible panic on message redelivery
  • c6f1e64 [FIXED] Possible panic on startup when monitoring endpoint inspected
  • a17a5b6 Merge pull request #1234 from nats-io/release_0_24_0
  • ef90792 Release v0.24.0
  • 65b89d7 Merge pull request #1233 from nats-io/go_1_17_and_go_mod
  • f767235 Update Travis to Go 1.17 and remove vendor directory
  • 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/nuts-foundation/nuts-event-octopus/network/alerts).
codeclimate[bot] commented 2 years ago

Code Climate has analyzed commit f18ccc81 and detected 0 issues on this pull request.

View more on Code Climate.

dependabot[bot] commented 2 years ago

Superseded by #72.