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

chore(deps): bump github.com/eapache/go-resiliency from 1.3.0 to 1.4.0 #2598

Merged

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

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

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.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
  • 1bc136c Update changelog for v1.4
  • c302a30 Fix CI badges on subfolders
  • b3313d8 Merge pull request #37 from dnozdrin/fix-time-after
  • d764524 Avoid memory leaks in deadline
  • 7756df1 Avoid memory leaks in semaphore
  • f5d2ae0 Avoid memory leaks in retrier
  • 83b926b Merge pull request #35 from ivan-stankov-golang/master
  • 2e37f4c Merge branch 'eapache:master' into master
  • 5edc17c TestShutdownEmpty
  • 9e1a778 Merge pull request #34 from ivan-stankov-golang/master
  • 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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> dependency will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> dependency will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [github.com/eapache/go-resiliency](https://github.com/eapache/go-resiliency) from 1.3.0 to 1.4.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.4.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dnwe dnwe merged commit f8daee4 into main Aug 16, 2023
12 checks passed
@dnwe dnwe deleted the dependabot/go_modules/github.com/eapache/go-resiliency-1.4.0 branch August 16, 2023 06:21
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.

1 participant