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

build(deps): bump github.com/eapache/go-resiliency from 1.3.0 to 1.7.0 #11

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 14, 2024

Bumps github.com/eapache/go-resiliency from 1.3.0 to 1.7.0.

Release notes

Sourced from github.com/eapache/go-resiliency's releases.

Version 1.7.0

  • Adds Retrier.WithSurfaceWorkErrors() to ask the Retrier to always return the work function's error even if a context deadline is hit (thanks to Elizabeth Cox).

Version 1.6.0

  • Adds Breaker.GetState() to check the breaker state directly (e.g. for monitoring metrics).
  • Fix a race condition in the Batcher that could have lead to a panic if multiple batches ended up executing at once (thanks to Tiago Peczenyj for the discovery and very clear bug report).
  • Fix Batcher.Shutdown() to behave correctly when multiple batches end up executing at once.
  • A variety of small refactors, simplifications, and test suite improvements.

Version 1.5.0

  • Adds Retrier.WithInfiniteRetry() and Retrier.RunFn() to handle more complex cases (thanks to Maxime Beckman).

Version 1.4.0

  • Adds Batcher.Shutdown() to flush any pending work without waiting for the timer, e.g. on application shutdown (thanks to Ivan Stankov).
  • Fix possible memory leaks of Timer objects in Deadline, Retrier, and Semaphore (thanks to Dmytro Nozdrin).
Changelog

Sourced from github.com/eapache/go-resiliency's changelog.

Version 1.7.0 (2024-07-19)

  • Adds Retrier.WithSurfaceWorkErrors() to ask the Retrier to always return the work function's error even if a context deadline is hit (thanks to Elizabeth Cox).

Version 1.6.0 (2024-02-19)

  • Adds Breaker.GetState() to check the breaker state directly (e.g. for monitoring metrics).
  • Fix a race condition in the Batcher that could have lead to a panic if multiple batches ended up executing at once (thanks to Tiago Peczenyj for the discovery and very clear bug report).
  • Fix Batcher.Shutdown() to behave correctly when multiple batches end up executing at once.
  • A variety of small refactors, simplifications, and test suite improvements.

Version 1.5.0 (2023-12-14)

  • Adds Retrier.WithInfiniteRetry() and Retrier.RunFn() to handle more complex cases (thanks to Maxime Beckman).

Version 1.4.0 (2023-08-14)

  • Adds Batcher.Shutdown() to flush any pending work without waiting for the timer, e.g. on application shutdown (thanks to Ivan Stankov).
  • Fix possible memory leaks of Timer objects in Deadline, Retrier, and Semaphore (thanks to Dmytro Nozdrin).
Commits
  • ad3d1cf Update changelog for 1.7.0
  • cbffb28 bump changelog
  • 96d183b Merge pull request #51 from slizco/slizco-add-opt-surface-work-error
  • 029d178 Simplify WithSurfaceWorkErrors tests, add inverse behavior test
  • 88f4803 Remove nil-check on last received error
  • 2c8fcf4 Add a SurfaceWorkErrors() opt to the retrier
  • 6a6d489 Merge pull request #50 from eapache/update-ci
  • ed5e984 Update CI action versions
  • 309b4a0 Merge pull request #49 from eapache/latest-ci
  • 073f8cd Add go 1.22 to CI
  • 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 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)

Bumps [github.com/eapache/go-resiliency](https://github.com/eapache/go-resiliency) from 1.3.0 to 1.7.0.
- [Release notes](https://github.com/eapache/go-resiliency/releases)
- [Changelog](https://github.com/eapache/go-resiliency/blob/main/CHANGELOG.md)
- [Commits](eapache/go-resiliency@v1.3.0...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/eapache/go-resiliency
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 14, 2024
@tgragnato tgragnato self-assigned this Aug 14, 2024
@tgragnato tgragnato merged commit 7a996b8 into main Aug 14, 2024
6 checks passed
@tgragnato tgragnato deleted the dependabot/go_modules/github.com/eapache/go-resiliency-1.7.0 branch August 14, 2024 21:37
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