[PR #992] build(deps): bump github.com/hibiken/asynq from 0.25.0 to 0.25.1 in /tools #1977

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

📋 Pull Request Information

Original PR: https://github.com/hibiken/asynq/pull/992
Author: @dependabot[bot]
Created: 12/16/2024
Status: 🔄 Open

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


📝 Commits (1)

  • 58d76bd build(deps): bump github.com/hibiken/asynq in /tools

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 tools/go.mod (+4 -4)
📝 tools/go.sum (+8 -8)

📄 Description

Bumps github.com/hibiken/asynq from 0.25.0 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: https://github.com/hibiken/asynq/compare/v0.25.0...v0.25.1

Changelog

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

[0.25.1] - 2024-12-11

Upgrades

  • Some packages

Added

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)

🔄 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/992 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/16/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `dependabot/go_modules/tools/github.com/hibiken/asynq-0.25.1` --- ### 📝 Commits (1) - [`58d76bd`](https://github.com/hibiken/asynq/commit/58d76bdff429e9110ba89dbb1eb9a28983eea466) build(deps): bump github.com/hibiken/asynq in /tools ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `tools/go.mod` (+4 -4) 📝 `tools/go.sum` (+8 -8) </details> ### 📄 Description Bumps [github.com/hibiken/asynq](https://github.com/hibiken/asynq) from 0.25.0 to 0.25.1. <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.1</h2> <h3>Upgrades</h3> <ul> <li>Some packages</li> </ul> <h3>Added</h3> <ul> <li>Add <code>HeartbeatInterval</code> option to the scheduler (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/956">hibiken/asynq#956</a>)</li> <li>Add <code>RedisUniversalClient</code> support to periodic task manager (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/958">hibiken/asynq#958</a>)</li> <li>Add <code>--insecure</code> flag to CLI dash command (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/980">hibiken/asynq#980</a>)</li> <li>Add logging for registration errors (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/657">hibiken/asynq#657</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Perf: Use string concat inplace of fmt.Sprintf in hotpath (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/962">hibiken/asynq#962</a>)</li> <li>Perf: Init map with size (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/673">hibiken/asynq#673</a>)</li> <li>Fix: <code>Scheduler</code> and <code>PeriodicTaskManager</code> graceful shutdown (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/977">hibiken/asynq#977</a>)</li> <li>Fix: <code>Server</code> graceful shutdown on UNIX systems (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/982">hibiken/asynq#982</a>)</li> </ul> <h3>New Contributors</h3> <ul> <li><a href="https://github.com/ghosx"><code>@​ghosx</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/673">hibiken/asynq#673</a></li> <li><a href="https://github.com/khash"><code>@​khash</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/657">hibiken/asynq#657</a></li> <li><a href="https://github.com/daixijun"><code>@​daixijun</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/958">hibiken/asynq#958</a></li> <li><a href="https://github.com/robinjoseph08"><code>@​robinjoseph08</code></a> made their first contribution in <a href="https://redirect.github.com/hibiken/asynq/pull/980">hibiken/asynq#980</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hibiken/asynq/compare/v0.25.0...v0.25.1">https://github.com/hibiken/asynq/compare/v0.25.0...v0.25.1</a></p> </blockquote> </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.1] - 2024-12-11</h2> <h3>Upgrades</h3> <ul> <li>Some packages</li> </ul> <h3>Added</h3> <ul> <li>Add <code>HeartbeatInterval</code> option to the scheduler (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/956">hibiken/asynq#956</a>)</li> <li>Add <code>RedisUniversalClient</code> support to periodic task manager (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/958">hibiken/asynq#958</a>)</li> <li>Add <code>--insecure</code> flag to CLI dash command (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/980">hibiken/asynq#980</a>)</li> <li>Add logging for registration errors (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/657">hibiken/asynq#657</a>)</li> </ul> <h3>Fixes</h3> <ul> <li>Perf: Use string concat inplace of fmt.Sprintf in hotpath (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/962">hibiken/asynq#962</a>)</li> <li>Perf: Init map with size (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/673">hibiken/asynq#673</a>)</li> <li>Fix: <code>Scheduler</code> and <code>PeriodicTaskManager</code> graceful shutdown (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/977">hibiken/asynq#977</a>)</li> <li>Fix: <code>Server</code> graceful shutdown on UNIX systems (PR: <a href="https://redirect.github.com/hibiken/asynq/pull/982">hibiken/asynq#982</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hibiken/asynq/commit/489e21920b92ae6acfc19c54de91166e56817620"><code>489e219</code></a> release: v0.25.1</li> <li><a href="https://github.com/hibiken/asynq/commit/043dcfbf5663eedf82c86b17274099c6ff62f91c"><code>043dcfb</code></a> fix: call Stop on all other signals to correctly set the server state for the...</li> <li><a href="https://github.com/hibiken/asynq/commit/02907551b449146546fa39cbd478d30607192ddf"><code>0290755</code></a> feat(dash): Add --insecure option (<a href="https://redirect.github.com/hibiken/asynq/issues/980">#980</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/127fac2e9043249efd2442b4180ba4b9358649b0"><code>127fac2</code></a> fix: NewScheduler incorrectly creates underlying Client, closing broker prope...</li> <li><a href="https://github.com/hibiken/asynq/commit/106c07adaa883e6cf494ef2a7fe9337ccb90c6c8"><code>106c07a</code></a> build(deps): bump codecov/codecov-action from 4 to 5 (<a href="https://redirect.github.com/hibiken/asynq/issues/970">#970</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/1c7195ff1ae8979e60d6c98def2e392d40789f6c"><code>1c7195f</code></a> build(deps): bump google.golang.org/protobuf from 1.35.1 to 1.35.2 (<a href="https://redirect.github.com/hibiken/asynq/issues/971">#971</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/12cbba49264c42e7c9675b19c2597b38ad424c70"><code>12cbba4</code></a> feat(periodic_task_manager): Add RedisUniversalClient support (<a href="https://redirect.github.com/hibiken/asynq/issues/958">#958</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/80479b528db53a1f507d4c11efaad9abc583e490"><code>80479b5</code></a> Include registration error in the log (<a href="https://redirect.github.com/hibiken/asynq/issues/657">#657</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/e14c312fe300b76b00c736f3341b3f3b0450a8c5"><code>e14c312</code></a> build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 (<a href="https://redirect.github.com/hibiken/asynq/issues/963">#963</a>)</li> <li><a href="https://github.com/hibiken/asynq/commit/ad1f5874033b301d58b4f18a9b793e4cf0eb7229"><code>ad1f587</code></a> build(deps): bump golang.org/x/time from 0.7.0 to 0.8.0 (<a href="https://redirect.github.com/hibiken/asynq/issues/964">#964</a>)</li> <li>Additional commits viewable in <a href="https://github.com/hibiken/asynq/compare/v0.25.0...v0.25.1">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.25.0&new-version=0.25.1)](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>
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#1977
No description provided.