[PR #966] [MERGED] build(deps): bump github.com/hibiken/asynq from 0.24.1 to 0.25.0 in /tools #1965

Closed
opened 2026-03-07 22:14:05 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/966
Author: @dependabot[bot]
Created: 11/11/2024
Status: Merged
Merged: 11/12/2024
Merged by: @kamikazechaser

Base: masterHead: dependabot/go_modules/tools/github.com/hibiken/asynq-0.25.0


📝 Commits (1)

  • 2ac8432 build(deps): bump github.com/hibiken/asynq in /tools

📊 Changes

2 files changed (+23 additions, -34 deletions)

View changed files

📝 tools/go.mod (+6 -6)
📝 tools/go.sum (+17 -28)

📄 Description

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

Release notes

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

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
  • Misc test fixes

⚠️ Potential issues

  • Some of the lua scripts in this library may not be compatible with Redis Cluster.

⚠️ tools and x

  • Yet to be fully upgraded (to v0.25.0)
  • Use @master to go get the latest changes once updated.

New Contributors

... (truncated)

Changelog

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

[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
  • fd3eb86 release: v0.25.0
  • 3dbda60 Improve performance of enqueueing tasks (#946)
  • 02c6dae Bump golang.org/x/time from 0.3.0 to 0.7.0 (#948)
  • 5cfcb71 Bump github.com/spf13/cast from 1.5.1 to 1.7.0 (#938)
  • c78e7b0 Bump golang.org/x/sys from 0.16.0 to 0.26.0 (#933)
  • b4db174 Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.7.0 (#935)
  • 39f1d8c Bump github.com/fatih/color from 1.9.0 to 1.18.0 in /tools (#941)
  • e70de72 remove deprecated protobuf ptypes (#942)
  • 6c06ad7 Revert "Bump golang.org/x/time from 0.3.0 to 0.7.0" (#947)
  • a676d3d Merge pull request #937 from hibiken/dependabot/go_modules/golang.org/x/time-...
  • 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)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hibiken/asynq/pull/966 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/12/2024 **Merged by:** [@kamikazechaser](https://github.com/kamikazechaser) **Base:** `master` ← **Head:** `dependabot/go_modules/tools/github.com/hibiken/asynq-0.25.0` --- ### 📝 Commits (1) - [`2ac8432`](https://github.com/hibiken/asynq/commit/2ac8432a7817a7e22a41c2085256d4177462244f) build(deps): bump github.com/hibiken/asynq in /tools ### 📊 Changes **2 files changed** (+23 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `tools/go.mod` (+6 -6) 📝 `tools/go.sum` (+17 -28) </details> ### 📄 Description Bumps [github.com/hibiken/asynq](https://github.com/hibiken/asynq) from 0.24.1 to 0.25.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hibiken/asynq/releases">github.com/hibiken/asynq's releases</a>.</em></p> <blockquote> <h2>v0.25.0</h2> <h2>Upgrades</h2> <ul> <li>⚠️ Minumum go version is set to 1.22 (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/925">hibiken/asynq#925</a>)</li> <li>Internal protobuf package is upgraded to address security advisories (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/925">hibiken/asynq#925</a>)</li> <li>Most packages are upgraded</li> <li>CI/CD spec upgraded</li> </ul> <h2>Added</h2> <ul> <li><code>IsPanicError</code> function is introduced to support catching of panic errors when processing tasks (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/491">hibiken/asynq#491</a>)</li> <li><code>JanitorInterval</code> and <code>JanitorBatchSize</code> are added as Server options (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/715">hibiken/asynq#715</a>)</li> <li><code>NewClientFromRedisClient</code> is introduced to allow reusing an existing redis client (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/742">hibiken/asynq#742</a>)</li> <li><code>TaskCheckInterval</code> config option is added to specify the interval between checks for new tasks to process when all queues are empty (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/694">hibiken/asynq#694</a>)</li> <li><code>Ping</code> method is added to Client, Server and Scheduler (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/585">hibiken/asynq#585</a>)</li> <li><code>RevokeTask</code> error type is introduced to prevent a task from being retried or archived (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/882">hibiken/asynq#882</a>)</li> <li><code>SentinelUsername</code> is added as a redis config option (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/924">hibiken/asynq#924</a>)</li> <li>Some jitter is introduced to improve latency when fetching jobs in the processor (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/868">hibiken/asynq#868</a>)</li> <li>Add task enqueue command to the CLI (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/918">hibiken/asynq#918</a>)</li> <li>Add a map cache (concurrent safe) to keep track of queues that ultimately reduces redis load when enqueuing tasks (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/946">hibiken/asynq#946</a>)</li> </ul> <h2>Fixes</h2> <ul> <li>Archived tasks that are trimmed should now be deleted (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/743">hibiken/asynq#743</a>)</li> <li>Fix lua script when listing task messages with an expired lease (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/709">hibiken/asynq#709</a>)</li> <li>Fix potential context leaks due to cancellation not being called (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/926">hibiken/asynq#926</a>)</li> <li>Misc documentation fixes</li> <li>Misc test fixes</li> </ul> <h2>⚠️ Potential issues</h2> <ul> <li>Some of the lua scripts in this library may not be compatible with Redis Cluster.</li> </ul> <h2>⚠️ <code>tools</code> and <code>x</code></h2> <ul> <li>Yet to be fully upgraded (to v0.25.0)</li> <li>Use <code>@master</code> to go get the latest changes once updated.</li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/testwill"><code>@​testwill</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/682">hibiken/asynq#682</a></li> <li><a href="https://github.com/abezzub"><code>@​abezzub</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/687">hibiken/asynq#687</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/615">hibiken/asynq#615</a></li> <li><a href="https://github.com/yeqown"><code>@​yeqown</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/709">hibiken/asynq#709</a></li> <li><a href="https://github.com/krhubert"><code>@​krhubert</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/694">hibiken/asynq#694</a></li> <li><a href="https://github.com/0over"><code>@​0over</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/802">hibiken/asynq#802</a></li> <li><a href="https://github.com/crazyoptimist"><code>@​crazyoptimist</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/827">hibiken/asynq#827</a></li> <li><a href="https://github.com/mrusme"><code>@​mrusme</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/843">hibiken/asynq#843</a></li> <li><a href="https://github.com/camcui"><code>@​camcui</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/860">hibiken/asynq#860</a></li> <li><a href="https://github.com/zhenqianz"><code>@​zhenqianz</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/715">hibiken/asynq#715</a></li> <li><a href="https://github.com/Harrison-Miller"><code>@​Harrison-Miller</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/743">hibiken/asynq#743</a></li> <li><a href="https://github.com/pbarnum"><code>@​pbarnum</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/585">hibiken/asynq#585</a></li> <li><a href="https://github.com/kanzihuang"><code>@​kanzihuang</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/876">hibiken/asynq#876</a></li> <li><a href="https://github.com/pior"><code>@​pior</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/868">hibiken/asynq#868</a></li> <li><a href="https://github.com/Skwol"><code>@​Skwol</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/924">hibiken/asynq#924</a></li> <li><a href="https://github.com/mboorstin"><code>@​mboorstin</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/918">hibiken/asynq#918</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/hibiken/asynq/blob/master/CHANGELOG.md">github.com/hibiken/asynq's changelog</a>.</em></p> <blockquote> <h2>[0.25.0] - 2024-10-29</h2> <h3>Upgrades</h3> <ul> <li>Minumum go version is set to 1.22 (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/925">hibiken/asynq#925</a>)</li> <li>Internal protobuf package is upgraded to address security advisories (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/925">hibiken/asynq#925</a>)</li> <li>Most packages are upgraded</li> <li>CI/CD spec upgraded</li> </ul> <h3>Added</h3> <ul> <li><code>IsPanicError</code> function is introduced to support catching of panic errors when processing tasks (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/491">hibiken/asynq#491</a>)</li> <li><code>JanitorInterval</code> and <code>JanitorBatchSize</code> are added as Server options (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/715">hibiken/asynq#715</a>)</li> <li><code>NewClientFromRedisClient</code> is introduced to allow reusing an existing redis client (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/742">hibiken/asynq#742</a>)</li> <li><code>TaskCheckInterval</code> config option is added to specify the interval between checks for new tasks to process when all queues are empty (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/694">hibiken/asynq#694</a>)</li> <li><code>Ping</code> method is added to Client, Server and Scheduler ((PR: <a href="https://redirect.github.com/hibiken/asynq/pull/585">hibiken/asynq#585</a>))</li> <li><code>RevokeTask</code> error type is introduced to prevent a task from being retried or archived (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/882">hibiken/asynq#882</a>)</li> <li><code>SentinelUsername</code> is added as a redis config option (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/924">hibiken/asynq#924</a>)</li> <li>Some jitter is introduced to improve latency when fetching jobs in the processor (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/868">hibiken/asynq#868</a>)</li> <li>Add task enqueue command to the CLI (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/918">hibiken/asynq#918</a>)</li> <li>Add a map cache (concurrent safe) to keep track of queues that ultimately reduces redis load when enqueuing tasks (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/946">hibiken/asynq#946</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Archived tasks that are trimmed should now be deleted (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/743">hibiken/asynq#743</a>)</li> <li>Fix lua script when listing task messages with an expired lease (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/709">hibiken/asynq#709</a>)</li> <li>Fix potential context leaks due to cancellation not being called (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/926">hibiken/asynq#926</a>)</li> <li>Misc documentation fixes</li> <li>Misc test fixes</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibiken/asynq/commit/fd3eb86d951af40736d2a5fabbd410e152000ac7"><code>fd3eb86</code></a> release: v0.25.0</li> <li><a href="https://github.com/hibiken/asynq/commit/3dbda603333da7c47449e3c1fc14f3c681ac58a3"><code>3dbda60</code></a> Improve performance of enqueueing tasks (<a href="https://redirect.github.com/hibiken/asynq/issues/946">#946</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/02c6dae7eb9c589b9ad1597a39be5519428c99c1"><code>02c6dae</code></a> Bump golang.org/x/time from 0.3.0 to 0.7.0 (<a href="https://redirect.github.com/hibiken/asynq/issues/948">#948</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/5cfcb71139df6d718c3a9ca4554993a94d63568f"><code>5cfcb71</code></a> Bump github.com/spf13/cast from 1.5.1 to 1.7.0 (<a href="https://redirect.github.com/hibiken/asynq/issues/938">#938</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/c78e7b0ccd95290fc24b0b65a915af86e7b917b5"><code>c78e7b0</code></a> Bump golang.org/x/sys from 0.16.0 to 0.26.0 (<a href="https://redirect.github.com/hibiken/asynq/issues/933">#933</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/b4db174032cacc63e2fce0430e649fa76e8a5eca"><code>b4db174</code></a> Bump github.com/redis/go-redis/v9 from 9.4.0 to 9.7.0 (<a href="https://redirect.github.com/hibiken/asynq/issues/935">#935</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/39f1d8c3e631859b8642d53b2d68f4357ee5c547"><code>39f1d8c</code></a> Bump github.com/fatih/color from 1.9.0 to 1.18.0 in /tools (<a href="https://redirect.github.com/hibiken/asynq/issues/941">#941</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/e70de721b8576dd8df41ca75f5ed6af8de0c6185"><code>e70de72</code></a> remove deprecated protobuf ptypes (<a href="https://redirect.github.com/hibiken/asynq/issues/942">#942</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/6c06ad7e45f4d4d475db12b277866a8530c7e6f3"><code>6c06ad7</code></a> Revert &quot;Bump golang.org/x/time from 0.3.0 to 0.7.0&quot; (<a href="https://redirect.github.com/hibiken/asynq/issues/947">#947</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/a676d3d2faeaff8273c378f4441e27d867328df8"><code>a676d3d</code></a> Merge pull request <a href="https://redirect.github.com/hibiken/asynq/issues/937">#937</a> from hibiken/dependabot/go_modules/golang.org/x/time-...</li> <li>Additional commits viewable in <a href="https://github.com/hibiken/asynq/compare/v0.24.1...v0.25.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/hibiken/asynq&package-manager=go_modules&previous-version=0.24.1&new-version=0.25.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-07 22:14:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1965
No description provided.