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.19.0 #59

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

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

Release notes

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

Release v0.19.0

Changelog

Go Version

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

Added

  • ClientURL() API and expose OS-assigned server port via the NATS Server Options. Thanks to @adrian-thurston for the contribution (#1075)
  • Clustering: Ability to add/remove nodes at runtime. Thanks to @rwenz3l for the suggestion (#1090)
  • Authentication fields in streaming configuration block (#1100)
  • NKey authentication support. Thanks to @SimonVHB for the suggestion (#1101)

Updated

  • Dependencies (RAFT, Postgres driver, NATS Server, etc..) (#1098, #1099)

Improved

  • Clustering: Report list of known peers on startup and possible misconfiguration of the peer list. Thanks to @tharrold for the suggestion (#1091)

Fixed

  • Absolute URL in streaming monitoring menu. Thanks to @bfoxstudio for the contribution (#1079)
  • FileStore: index file may be recreated with wrong offsets. Thanks to @johnsusi for the report (#1087)
  • FileStore: possible panic when unable to open an index file. Thanks to @ryner51 for the report (#1096)
  • Clustering: possible panic on restart with "log not found" error (#1088)
  • Display all configured channels (in channel partition mode) (#1107)
  • Command line -file_slice_max_bytes 0 was not working (#1116)
  • Fatal error on startup was not logged to log file. Thanks to @Jess3Jane for the report (#1119)

Complete Changes

https://github.com/nats-io/nats-streaming-server/compare/v0.18.0...v0.19.0

Release v0.18.0

Changelog

Go Version

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

Added

  • Monitoring route "/streaming/isFTActive" to evaluate if a server is running as the FT active server or not. Thanks to @mharr22 for the contribution (#1024)
  • Reload signal now accepted for embedded NATS Server. Thanks to @costa for the suggestion (#1031)

Updated

  • etcd/bbolt version dependency to fix unsafe pointer conversion found by Go 1.14 (#1052)
  • Raft library updated to v1.1.2. Thanks to @pengux for the contribution (#1056)
  • Other dependencies (#1066)

Fixed

  • Windows Service: create the syslog only if explicitly set or if no log file has been specified (#1025)
  • Add filename to "unable to verify file version" error message on server startup. Thanks to @encee for the report (#1035)
Commits
  • c658000 Merge pull request #1099 from nats-io/release_0_19_0
  • 3e82eee Release v0.19.0
  • 5ec89d1 Merge pull request #1119 from nats-io/fix_1118
  • bac7122 [FIXED] Fatal error on startup not logged to log file
  • 4245418 Merge pull request #1116 from nats-io/fix_file_slice_max_bytes_cmd_line
  • 85334be [FIXED] Command line -file_slice_max_bytes 0 was not working
  • 7ce6644 Merge pull request #1112 from nats-io/update_some_deps
  • e614e07 Update some dependencies
  • 8d0be7b Merge pull request #1110 from nats-io/add_tar_gz_to_goreleaser
  • 37b1064 Added .tar.gz to release downloads
  • 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 - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codeclimate[bot] commented 3 years ago

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

View more on Code Climate.

dependabot-preview[bot] commented 3 years ago

Superseded by #63.