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/stan.go from 0.6.0 to 0.8.2 #65

Open dependabot-preview[bot] opened 3 years ago

dependabot-preview[bot] commented 3 years ago

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

https://github.com/nats-io/stan.go/compare/v0.8.1...v0.8.2

Release v0.8.1

Changelog

Fixed

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

Complete Changes

https://github.com/nats-io/stan.go/compare/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

https://github.com/nats-io/stan.go/compare/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](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 86482e85 and detected 0 issues on this pull request.

View more on Code Climate.