crazy-max / diun

Receive notifications when an image is updated on a Docker registry
https://crazymax.dev/diun/
MIT License
2.96k stars 112 forks source link

chore(deps): bump github.com/panjf2000/ants/v2 from 2.9.1 to 2.10.0 #1198

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps github.com/panjf2000/ants/v2 from 2.9.1 to 2.10.0.

Release notes

Sourced from github.com/panjf2000/ants/v2's releases.

Ants v2.10.0

🛩 Enhancements

  • opt: speed up ReleaseTimeout() for multi-pool (#332)
  • opt: make ReleaseTimeout() more efficient in waiting workers to exit (#329)
  • opt: calculate the interval for ReleaseTimeout() based on a default count (#327)
  • opt: increase the interval of waiting in ReleaseTimeout() (#325)
  • bug: return error before creating multi pools if lbs is invalid to avoid leaks (#317)

🐛 Bugfixes

  • bug: fix the last error being missed in ReleaseTimeout() for multi-pool (#334)
  • bug: alleviate the data race between Release() and Reboot() (#333)
  • bug: alleviate the data race between Release() and Reboot() (#330)
  • bug: return error before creating multi pools if lbs is invalid to avoid leaks (#317)

📚 Documentation

  • doc: add MultiPool & MultiPoolFunc example code and update READMEs. (#311)

🗃 Misc

  • chore: add new benchmark tests (#309)

What's Changed

Full Changelog: https://github.com/panjf2000/ants/compare/v2.9.1...v2.10.0

Thanks to all these contributors: @​POABOB, @​akshaynanavare and @​panjf2000 for making this release possible.

Commits
  • 1217e3e minor: v2.10.0 (update) (#335)
  • 313f136 bug: fix the last error being missed in ReleaseTimeout() for multi-pool (#334)
  • 5dfe043 Merge pull request #331 from panjf2000/dev
  • b40e489 bug: alleviate the data race between Release() and Reboot() (#333)
  • da22980 opt: speed up ReleaseTimeout() for multi-pool (#332)
  • 95dad45 bug: alleviate the data race between Release() and Reboot() (#330)
  • 1933478 chore: remove the unused constant of releaseTimeoutCount
  • 15e8961 opt: make ReleaseTimeout() more efficient in waiting workers to exit (#329)
  • 3ffd3da opt: calculate the interval for ReleaseTimeout() based on a default count (#327)
  • b2374d5 ci: replace macos-latest with macos-12 for go1.13 (#326)
  • 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 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)