Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

chore(deps): bump github.com/nats-io/nats-streaming-server from 0.16.2 to 0.18.0 #64

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/nats-io/nats-streaming-server from 0.16.2 to 0.18.0.

Release notes

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

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)
  • Re-open file log signal suppresses NATS debug/trace in some cases. Thanks to @yadvlz for the report (#1053)
  • Messages could be sent to a subscription that has just been closed (#1059)
  • Message redelivery was stopped in case of an error during a store lookup. Thanks to @wisni for the contribution/report (#1061)

Complete Changes

nats-io/nats-streaming-server@v0.17.0...v0.18.0

Release v0.17.0

Changelog

Backward compatibility note

See backward compatibility note if moving from v0.14.3 to this release here

Go Version

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

Added

Updated

  • Some code cleanup. Thanks to @tegk for the contribution (#973)
  • RAFT transport timeouts, which may help reduce occurrences of error Failed to flush response: write to closed conn (#988)
  • Some dependencies, including NATS Server v2.1.4 (#1017)

Improved

  • Use NoFreelistSync for RAFT bbolt store. This was removed since v0.12.2 due to a defect in the underlying bbolt library (#989)
Commits
  • 026e3a6 Merge pull request #1067 from nats-io/release_0_18_0
  • 0ffcc61 Release v0.18.0
  • 796a8d9 Merge pull request #1066 from nats-io/update_deps
  • 4c68d96 Update dependencies
  • 63ef12c Merge pull request #1065 from nats-io/fix_1064
  • c8dab1c [FIXED] NATS debug/trace may not be honored after reload+reopen signals
  • 5ccabf0 Remove test directory that was incorrectly committed
  • 7f86f0f Merge pull request #1063 from nats-io/gcolliso-udpate-maintainers
  • 5c9d06a Update MAINTAINERS.md [ci-skip]
  • 44ae40f Merge pull request #1061 from nats-io/fix_1060
  • 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:

  • 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)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants