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/Rican7/retry from 0.1.0 to 0.3.1 #347

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2024

Bumps github.com/Rican7/retry from 0.1.0 to 0.3.1.

Release notes

Sourced from github.com/Rican7/retry's releases.

Minor Documentation Update

This small patch release just contains documentation (written and example tests) updates.

Attempt Number Accuracy

This is really a bug-fix, but it technically breaks backwards compatibility, so I'd rather be safe than sorry here.

tl;dr: retry.Action functions attempt numbers were 1-too-low and strategy.Limit was allowing 1-too-many attempts.

For more details, see Rican7/retry#12.

Go Module

This package is now available as a Go module.

Commits
  • e6cc9ad Further clarifying project status in the README
  • 3673af5 Fixing example output documentation
  • 466c8d7 Fixing some more old "Yoda conditionals"
  • bef6c43 Merge pull request #12 from Rican7/bugfix/attempt-number-accuracy
  • 90c002c Fixing a bug with the Limit strategy
  • 55b1410 Fixing the limit test and improving an example
  • 552c087 Improving documentation on strategy attempts
  • 6d0dd13 Fixing attempt number to start at 1 for actions
  • 14765b8 Adding a test for expected attempt numbers
  • ee26000 Removing unnecessary casts
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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.

Bumps [github.com/Rican7/retry](https://github.com/Rican7/retry) from 0.1.0 to 0.3.1.
- [Release notes](https://github.com/Rican7/retry/releases)
- [Commits](Rican7/retry@v0.1.0...v0.3.1)

---
updated-dependencies:
- dependency-name: github.com/Rican7/retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner October 7, 2024 03:53
@dependabot dependabot bot added the kind/dependabot Automated dependency update label Oct 7, 2024
@dereknola dereknola merged commit 504d135 into master Nov 8, 2024
4 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/Rican7/retry-0.3.1 branch November 8, 2024 18:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/dependabot Automated dependency update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant