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

Conversation

dependabot-preview[bot]
Copy link
Contributor

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

Release notes

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

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)

Fixed

  • Duplicate shadow durable queue subscription due to race. Thanks to @will-yip for the report (#951)
  • On catching SIGTERM signal, the server will now exit with error 143, which will allow kubernetes to restart the pod instead of considering it "complete". Thanks to @wanjunlei for the report and contribution (#957)
  • Typo in usage for --encryption_key. Thanks to @derekbekoe for the contribution (#978)
  • Stop subscription redelivery timer and signal handler on shutdown (#1004)
  • FileStore: Empty() should remove all message files (dat/idx) (#1011)
  • Clustering: Incorrect RAFT logging (#987)
  • Clustering: Issue with subscription "is_stalled" state on leader election that would prevent delivery of new messages. Thanks to @bfoxstudio for the report (#994)
  • Clustering: Add flag to allow node to proceed on restore failure. Thanks to @emalovan for the report (#1012)
  • Clustering: Handling of deleted channels (#1013)

Complete Changes

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

Commits
  • f4b7190 Merge pull request #1019 from nats-io/release_0_17_0
  • d01bd03 Release 0.17.0
  • b175c45 Merge pull request #1018 from nats-io/add_logfile_size_limit
  • 54205d7 [ADDED] Ability to set logfile size limit
  • 9900512 Go mod tidy
  • dc4df9f Merge pull request #1017 from nats-io/update_deps
  • ad9ba67 Update dependencies
  • 515e026 Merge pull request #1013 from nats-io/fix_snapshot_and_channel_delete
  • 26b046f Added comment about meaning of id==0
  • 621bb22 Update comments based on code review
  • 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)

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Feb 12, 2020
@dependabot-preview
Copy link
Contributor Author

Superseded by #64.

@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/nats-io/nats-streaming-server-0.17.0 branch June 25, 2020 04:39
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