Bump github.com/nats-io/stan.go from 0.10.0 to 0.10.2 #39

Merged
dependabot[bot] merged 1 commits from dependabot/go_modules/github.com/nats-io/stan.go-0.10.2 into master 2021-11-24 14:48:38 +03:00
dependabot[bot] commented 2021-11-18 00:18:57 +03:00 (Migrated from github.com)

Bumps github.com/nats-io/stan.go from 0.10.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

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

https://github.com/nats-io/stan.go/compare/v0.10.0...v0.10.1

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
  • See full diff 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)
Bumps [github.com/nats-io/stan.go](https://github.com/nats-io/stan.go) from 0.10.0 to 0.10.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/nats-io/stan.go/releases">github.com/nats-io/stan.go's releases</a>.</em></p> <blockquote> <h2>Release v0.10.2</h2> <h2>Changelog</h2> <h3>Added/Changed</h3> <ul> <li><code>AllowCloseRetry</code> option to be able to retry connection <code>Close()</code> on failure. In PR <a href="https://github-redirect.dependabot.com/nats-io/stan.go/issues/360">#360</a>, a failed <code>Close()</code> would cause the underlying NATS connection to not be closed, which could have undesired behavior for users that did not check <code>Close()</code> 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 <code>Close()</code>, with the understanding of the possible side effect (<a href="https://github-redirect.dependabot.com/nats-io/stan.go/issues/361">#361</a>)</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/stan.go/compare/v0.10.1...v0.10.2">https://github.com/nats-io/stan.go/compare/v0.10.1...v0.10.2</a></p> <h2>Release v0.10.1</h2> <h2>Changelog</h2> <h3>Fixed</h3> <ul> <li>Ability to retry a connection <code>Close()</code> or subscription <code>Close()</code> and <code>Unsubscribe()</code> if the protocol failed to be properly sent or received. Thanks to <a href="https://github.com/mihai-tiriplica-f3"><code>@​mihai-tiriplica-f3</code></a> for the feedback (<a href="https://github-redirect.dependabot.com/nats-io/stan.go/issues/360">#360</a>)</li> </ul> <h3>Complete Changes</h3> <p><a href="https://github.com/nats-io/stan.go/compare/v0.10.0...v0.10.1">https://github.com/nats-io/stan.go/compare/v0.10.0...v0.10.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/nats-io/stan.go/commit/366e4de8a0627fa0a4e0102e4cd129f864fe6bf9"><code>366e4de</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nats-io/stan.go/issues/364">#364</a> from nats-io/release_0_10_2</li> <li><a href="https://github.com/nats-io/stan.go/commit/5227aff93dd2b146adaed0ad0d347d242d531d13"><code>5227aff</code></a> Release v0.10.2</li> <li><a href="https://github.com/nats-io/stan.go/commit/f14408e68f473cb6ca17b7afe5f7ad3a75ba6926"><code>f14408e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nats-io/stan.go/issues/363">#363</a> from nats-io/retry_close_option</li> <li><a href="https://github.com/nats-io/stan.go/commit/f27faca16b7a2283816f544ae196cb6acc402ef5"><code>f27faca</code></a> [ADDED] AllowCloseRetry option</li> <li><a href="https://github.com/nats-io/stan.go/commit/9937a129ca9e5a07a569ddd15f7d1e4b3d399b38"><code>9937a12</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nats-io/stan.go/issues/362">#362</a> from nats-io/release_0_10_1</li> <li><a href="https://github.com/nats-io/stan.go/commit/11e351809cc41dfd35ed0f9532a121abc498b097"><code>11e3518</code></a> Release v0.10.1</li> <li><a href="https://github.com/nats-io/stan.go/commit/93879c77883420589d111297835cdb063025cfb7"><code>93879c7</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/nats-io/stan.go/issues/360">#360</a> from nats-io/close_retry_on_err</li> <li><a href="https://github.com/nats-io/stan.go/commit/df0a9c37e696cc0f2ba099208cdf6830d411f633"><code>df0a9c3</code></a> [FIXED] Conn and Subscription Close()/Unubscribe() could not be retried</li> <li>See full diff in <a href="https://github.com/nats-io/stan.go/compare/v0.10.0...v0.10.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/nats-io/stan.go&package-manager=go_modules&previous-version=0.10.0&new-version=0.10.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
vtolstov (Migrated from github.com) reviewed 2021-11-18 00:19:15 +03:00
vtolstov (Migrated from github.com) reviewed 2021-11-19 00:32:23 +03:00
vtolstov (Migrated from github.com) approved these changes 2021-11-20 00:32:17 +03:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: unistack-org/micro-broker-stan#39
No description provided.