Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Bump github.com/nats-io/stan.go from 0.6.0 to 0.8.2 #65

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

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Jan 12, 2021

Bumps github.com/nats-io/stan.go from 0.6.0 to 0.8.2.

Release notes

Sourced from github.com/nats-io/stan.go's releases.

Release v0.8.2

Changelog

Updated

  • protobuf dependency (#342)

Complete Changes

nats-io/stan.go@v0.8.1...v0.8.2

Release v0.8.1

Changelog

Fixed

  • More fixes for protobuf's Unmarshal() (#340)

Complete Changes

nats-io/stan.go@v0.8.0...v0.8.1

Release v0.8.0

Changelog

Added

  • Benchmark tool: ability to set a username/password and/or TLS certificates. Thanks to @lmtyler for the contribution (#318)
  • Note about reconnection in README. Thanks to @KidLinus for the recommendation (#323)
  • Note about MsgProto.Timestamp precision in protocol.proto. Thanks to @palsivertsen for the recommendation (#329)

Changed

  • Default pings settings will now be 5 second and 88 failures, which better matches to the default server heartbeat settings. The original 5sec and 3 failures were too small and would cause a client to consider the connection lost after a very short server downtime (#337)

Fixed

  • Do not panic on protobuf's Unmarshal() errors (#338)

Complete Changes

nats-io/stan.go@v0.7.0...v0.8.0

Release v0.7.0

Changelog

Added

  • Clarification that GetDefaultOptions() is meant to be used by the library itself, not users (#307)

Updated

  • Dependencies and added a go_tests.mod file to separate dependencies for building vs running tests (note: the -modfile go tooling argument requires Go 1.14+) (#316)
Commits

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 Jan 12, 2021
Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.8.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.8.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot force-pushed the dependabot/go_modules/github.com/nats-io/stan.go-0.8.2 branch from 8cae832 to 86482e8 Compare January 12, 2021 08:00
@codeclimate
Copy link

codeclimate bot commented Jan 12, 2021

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

View more on Code Climate.

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