Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github.com/nats-io/stan.go from 0.6.0 to 0.10.2 #1559

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2022

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

Release notes

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

Release v0.10.2

Changelog

Added/Changed

  • AllowCloseRetry option to be able to retry connection Close() on failure. In PR #360, a failed Close() would cause the underlying NATS connection to not be closed, which could have undesired behavior for users that did not check Close() status and would not call it again until success. Adding this new option restores original behavior by default, and forces users to use this option to change the behavior of connection Close(), with the understanding of the possible side effect (#361)

Complete Changes

nats-io/stan.go@v0.10.1...v0.10.2

Release v0.10.1

Changelog

Fixed

  • Ability to retry a connection Close() or subscription Close() and Unsubscribe() if the protocol failed to be properly sent or received. Thanks to @​mihai-tiriplica-f3 for the feedback (#360)

Complete Changes

nats-io/stan.go@v0.10.0...v0.10.1

Release v0.10.0

Changelog

The master branch was renamed to main. If you have a fork/clone of the repo, you may have to run this:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Deprecated

  • The NatsConn() option is deprecated, the new option NatsOptions() should be used instead. Thanks to @​Russiancold for the suggestion (#355)

Added

  • NatsOptions() option to configure the underlying NATS connection used by the Streaming connection. Thanks to @​Russiancold for the suggestion (#355)

Complete Changes

nats-io/stan.go@v0.9.0...v0.10.0

Release v0.9.0

Changelog

Updated

  • NATS client dependency to v1.11.0 (#350)

... (truncated)

Commits
  • 366e4de Merge pull request #364 from nats-io/release_0_10_2
  • 5227aff Release v0.10.2
  • f14408e Merge pull request #363 from nats-io/retry_close_option
  • f27faca [ADDED] AllowCloseRetry option
  • 9937a12 Merge pull request #362 from nats-io/release_0_10_1
  • 11e3518 Release v0.10.1
  • 93879c7 Merge pull request #360 from nats-io/close_retry_on_err
  • df0a9c3 [FIXED] Conn and Subscription Close()/Unubscribe() could not be retried
  • 9a6e4f2 Merge pull request #356 from nats-io/release_0_10_0
  • bd50731 Release v0.10.0
  • 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 dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 26, 2022
Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/nats-io/stan.go-0.10.2 branch from c14fab0 to d9e06cf Compare January 28, 2022 19:34
@whynowy whynowy merged commit e61e053 into master Jan 28, 2022
@whynowy whynowy deleted the dependabot/go_modules/github.com/nats-io/stan.go-0.10.2 branch January 28, 2022 21:52
juliev0 pushed a commit to juliev0/argo-events that referenced this pull request Feb 3, 2022
…goproj#1559)

Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Julie Vogelman <[email protected]>
juliev0 pushed a commit to juliev0/argo-events that referenced this pull request Feb 3, 2022
…goproj#1559)

Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Julie Vogelman <[email protected]>
juliev0 pushed a commit to juliev0/argo-events that referenced this pull request Feb 3, 2022
…goproj#1559)

Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Julie Vogelman <[email protected]>
usamaB pushed a commit to usamaB/argo-events that referenced this pull request Feb 7, 2022
…goproj#1559)

Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Usama Kaleem <[email protected]>
BulkBeing pushed a commit to BulkBeing/argo-events that referenced this pull request Mar 7, 2022
…goproj#1559)

Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
juliev0 pushed a commit to juliev0/argo-events that referenced this pull request Mar 29, 2022
…goproj#1559)

Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.6.0 to 0.10.2.
- [Release notes](https://github.com/nats-io/stan.go/releases)
- [Commits](nats-io/stan.go@v0.6.0...v0.10.2)

---
updated-dependencies:
- dependency-name: github.com/nats-io/stan.go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant