Skip to content

Update sidekiq 8.1.1 → 8.1.2 (patch)#432

Merged
klausmeyer merged 1 commit intomasterfrom
depfu/update/sidekiq-8.1.2
Mar 26, 2026
Merged

Update sidekiq 8.1.1 → 8.1.2 (patch)#432
klausmeyer merged 1 commit intomasterfrom
depfu/update/sidekiq-8.1.2

Conversation

@depfu
Copy link
Copy Markdown
Contributor

@depfu depfu bot commented Mar 25, 2026

Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ sidekiq (8.1.1 → 8.1.2) · Repo · Changelog

Release Notes

8.1.2 (from changelog)

  • Initial release for kiq, Sidekiq's official terminal UI:
bundle exec kiq

Use REDIS_URL or REDIS_PROVIDER to point kiq to Redis.

  • Mutation during iteration in SortedSet#each caused it to miss half of the jobs [#6936]
  • Fix edge case resulting in nil crash on /busy page [#6954]

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 38 commits:

↗️ json (indirect, 2.19.2 → 2.19.3) · Repo · Changelog

Release Notes

2.19.3

  • Fix handling of unescaped control characters preceeded by a backslash.

Full Changelog: v2.19.2...v2.19.3

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 2 commits:

↗️ redis-client (indirect, 0.26.4 → 0.28.0) · Repo · Changelog

Release Notes

0.28.0 (from changelog)

  • Added RedisClient::HashRing for horizontal sharing (compatible with Redis::Distributed from redis-rb).

0.27.0 (from changelog)

  • Added idle_timeout to revalidate connections that haven't been successfuly used in a long time. Defaults to 60 seconds.
  • Added driver_info configuration, to issue CLIENT SETINFO during connection prelude.

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu cancel merge
Cancels automatic merging of this PR
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)

@depfu depfu bot added the depfu label Mar 25, 2026
@klausmeyer klausmeyer merged commit bf00dcd into master Mar 26, 2026
4 checks passed
@depfu depfu bot deleted the depfu/update/sidekiq-8.1.2 branch March 26, 2026 07:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant