Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 28, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/avast/retry-go/v4 v4.7.0 -> v5.0.0 age confidence

Release Notes

avast/retry-go (github.com/avast/retry-go/v4)

v5.0.0

Compare Source

What's Changed

New Contributors

Full Changelog: avast/retry-go@4.7.0...v5.0.0


Configuration

📅 Schedule: Branch creation - "before 6am on saturday" in timezone America/Toronto, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the type/major label Nov 28, 2025
@renovate renovate bot force-pushed the renovate/github.com-avast-retry-go-v4-5.x branch 7 times, most recently from 769492f to 1b72fee Compare December 1, 2025 00:43
…0.0)

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| go         | github.com/avast/retry-go/v4 | v4.7.0 | v5.0.0 |
@renovate renovate bot force-pushed the renovate/github.com-avast-retry-go-v4-5.x branch from 1b72fee to 52ededc Compare December 1, 2025 00:52
Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
@pull-request-size pull-request-size bot added size/L and removed size/S labels Dec 1, 2025
@bpg
Copy link
Owner

bpg commented Dec 1, 2025

/gemini review

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the github.com/avast/retry-go dependency from v4.7.0 to v5.0.0. This is a major version update that introduces breaking API changes.

The changes in this pull request correctly migrate all usages of retry-go to the new v5 API, replacing retry.Do and retry.DoWithData with the new retry.New(...).Do(...) and retry.NewWithData[T](...).Do(...) patterns. The retry logic and options from the previous implementation appear to be correctly preserved.

I have reviewed all the changes across the modified files, and the migration seems to be implemented correctly without introducing any issues. The code is clean and the update is well-executed.

@bpg bpg merged commit 630240d into main Dec 1, 2025
6 checks passed
@bpg bpg deleted the renovate/github.com-avast-retry-go-v4-5.x branch December 1, 2025 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants