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

Bump github.com/avast/retry-go from 0.0.0-20180502193734-611bd93c6d74 to 3.0.0+incompatible #41

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 24, 2023

Bumps github.com/avast/retry-go from 0.0.0-20180502193734-611bd93c6d74 to 3.0.0+incompatible.

Release notes

Sourced from github.com/avast/retry-go's releases.

delay based on error

PR #35 issue #33

Add context support

PR #34 issue #33

Avoid overflow in BackOffDelay and CombineDelay

#30

Export default configuration & MaxDelay option

contains

Support random jitter combined with other delay options.

PR: #26

Allocated length of errorLog should be 1 and not config.attempts if lastErrorOnly is set to true in the config

issue: #23 PR: #22

retryIf should be called before onRetry #21

ability to mark error as unrecoverable

Add an ability to mark error as unrecoverable #18 and Fix missing delay before second attempt #19

Custom retry function

PR: #16 issue: #15

Added last error return from the retry function

more about in PR #14 (or ticket #13)

Allow to configure fixed or back off delay

more about in PR #12

Remove Units function

argument of retry.Delay is final delay (no multiplication by retry.Units anymore)

function retry.Units are removed

more about this breaking change #7

1.0.2

Return immediately if error occur in the last retry attempt (don’t wait) #8

1.0.1

No release notes provided.

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 24, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/avast/retry-go-3.0.0incompatible branch 3 times, most recently from 917b14d to 114b2e8 Compare February 27, 2023 08:28
Bumps [github.com/avast/retry-go](https://github.com/avast/retry-go) from 0.0.0-20180502193734-611bd93c6d74 to 3.0.0+incompatible.
- [Release notes](https://github.com/avast/retry-go/releases)
- [Commits](https://github.com/avast/retry-go/commits/3.0.0)

---
updated-dependencies:
- dependency-name: github.com/avast/retry-go
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/avast/retry-go-3.0.0incompatible branch from 114b2e8 to 500a422 Compare March 23, 2023 12:45
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants