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/hibiken/asynq from 0.24.1 to 0.25.1 #14

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps github.com/hibiken/asynq from 0.24.1 to 0.25.1.

Release notes

Sourced from github.com/hibiken/asynq's releases.

v0.25.1

Upgrades

  • Some packages

Added

Fixes

New Contributors

Full Changelog: hibiken/asynq@v0.25.0...v0.25.1

v0.25.0

Upgrades

  • ⚠️ Minumum go version is set to 1.22 (PR: hibiken/asynq#925)
  • Internal protobuf package is upgraded to address security advisories (PR: hibiken/asynq#925)
  • Most packages are upgraded
  • CI/CD spec upgraded

Added

  • IsPanicError function is introduced to support catching of panic errors when processing tasks (PR: hibiken/asynq#491)
  • JanitorInterval and JanitorBatchSize are added as Server options (PR: hibiken/asynq#715)
  • NewClientFromRedisClient is introduced to allow reusing an existing redis client (PR: hibiken/asynq#742)
  • TaskCheckInterval config option is added to specify the interval between checks for new tasks to process when all queues are empty (PR: hibiken/asynq#694)
  • Ping method is added to Client, Server and Scheduler (PR: hibiken/asynq#585)
  • RevokeTask error type is introduced to prevent a task from being retried or archived (PR: hibiken/asynq#882)
  • SentinelUsername is added as a redis config option (PR: hibiken/asynq#924)
  • Some jitter is introduced to improve latency when fetching jobs in the processor (PR: hibiken/asynq#868)
  • Add task enqueue command to the CLI (PR: hibiken/asynq#918)
  • Add a map cache (concurrent safe) to keep track of queues that ultimately reduces redis load when enqueuing tasks (PR: hibiken/asynq#946)

Fixes

  • Archived tasks that are trimmed should now be deleted (PR: hibiken/asynq#743)
  • Fix lua script when listing task messages with an expired lease (PR: hibiken/asynq#709)
  • Fix potential context leaks due to cancellation not being called (PR: hibiken/asynq#926)
  • Misc documentation fixes

... (truncated)

Changelog

Sourced from github.com/hibiken/asynq's changelog.

[0.25.1] - 2024-12-11

Upgrades

  • Some packages

Added

Fixes

[0.25.0] - 2024-10-29

Upgrades

  • Minumum go version is set to 1.22 (PR: hibiken/asynq#925)
  • Internal protobuf package is upgraded to address security advisories (PR: hibiken/asynq#925)
  • Most packages are upgraded
  • CI/CD spec upgraded

Added

  • IsPanicError function is introduced to support catching of panic errors when processing tasks (PR: hibiken/asynq#491)
  • JanitorInterval and JanitorBatchSize are added as Server options (PR: hibiken/asynq#715)
  • NewClientFromRedisClient is introduced to allow reusing an existing redis client (PR: hibiken/asynq#742)
  • TaskCheckInterval config option is added to specify the interval between checks for new tasks to process when all queues are empty (PR: hibiken/asynq#694)
  • Ping method is added to Client, Server and Scheduler ((PR: hibiken/asynq#585))
  • RevokeTask error type is introduced to prevent a task from being retried or archived (PR: hibiken/asynq#882)
  • SentinelUsername is added as a redis config option (PR: hibiken/asynq#924)
  • Some jitter is introduced to improve latency when fetching jobs in the processor (PR: hibiken/asynq#868)
  • Add task enqueue command to the CLI (PR: hibiken/asynq#918)
  • Add a map cache (concurrent safe) to keep track of queues that ultimately reduces redis load when enqueuing tasks (PR: hibiken/asynq#946)

Fixes

  • Archived tasks that are trimmed should now be deleted (PR: hibiken/asynq#743)
  • Fix lua script when listing task messages with an expired lease (PR: hibiken/asynq#709)
  • Fix potential context leaks due to cancellation not being called (PR: hibiken/asynq#926)
  • Misc documentation fixes
  • Misc test fixes
Commits
  • 489e219 release: v0.25.1
  • 043dcfb fix: call Stop on all other signals to correctly set the server state for the...
  • 0290755 feat(dash): Add --insecure option (#980)
  • 127fac2 fix: NewScheduler incorrectly creates underlying Client, closing broker prope...
  • 106c07a build(deps): bump codecov/codecov-action from 4 to 5 (#970)
  • 1c7195f build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (#971)
  • 12cbba4 feat(periodic_task_manager): Add RedisUniversalClient support (#958)
  • 80479b5 Include registration error in the log (#657)
  • e14c312 build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 (#963)
  • ad1f587 build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 (#964)
  • 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/hibiken/asynq](https://github.com/hibiken/asynq) from 0.24.1 to 0.25.1.
- [Release notes](https://github.com/hibiken/asynq/releases)
- [Changelog](https://github.com/hibiken/asynq/blob/master/CHANGELOG.md)
- [Commits](hibiken/asynq@v0.24.1...v0.25.1)

---
updated-dependencies:
- dependency-name: github.com/hibiken/asynq
  dependency-type: direct:production
  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 Dec 16, 2024
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.

0 participants