Skip to content

Bump sidekiq from 7.3.9 to 8.1.4#13

Merged
Cangerana merged 1 commit intomainfrom
dependabot/bundler/sidekiq-8.1.3
May 10, 2026
Merged

Bump sidekiq from 7.3.9 to 8.1.4#13
Cangerana merged 1 commit intomainfrom
dependabot/bundler/sidekiq-8.1.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps sidekiq from 7.3.9 to 8.1.4.

Changelog

Sourced from sidekiq's changelog.

8.1.4

  • The TTIN signal is undeprecated as the INFO signal is not supported on Linux
  • Show iteration job state on Busy page #6978

8.1.3

  • Fix edge case leading to duplicate, concurrent execution #6379 If 2 Capsules process jobs from the same queue, long-running jobs could run in parallel during process shutdown.
  • [SECURITY] Remove as much YAML usage as possible. #6950 Localization files in web/locales are now manually parsed. Sidekiq::CLI will now only require YAML if you use a -C .yml file.

8.1.2

  • 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

8.1.1

  • DEPRECATION require 'sidekiq/testing' and require 'sidekiq/testing/inline'. Add new Sidekiq.testing!(mode) API #6931 Requiring code should not enable process-wide changes.
# Old, implicit
require "sidekiq/testing"
require "sidekiq/testing/inline"
# New, more explicit
Sidekiq.testing!(:fake)
Sidekiq.testing!(:inline)
  • Fix race condition with Stop button in UI #6935
  • Fix javascript error handler #6893

8.1.0

  • retry_for and retry are now mutually exclusive [#6878, Saidbek]
  • perform_inline now enforces strict_args! [#6718, Saidbek]

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Apr 23, 2026
@dependabot dependabot Bot changed the title Bump sidekiq from 7.3.9 to 8.1.3 Bump sidekiq from 7.3.9 to 8.1.4 May 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/sidekiq-8.1.3 branch from ee5a25f to ab688eb Compare May 10, 2026 19:25
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 7.3.9 to 8.1.4.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v7.3.9...v8.1.4)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-version: 8.1.3
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/bundler/sidekiq-8.1.3 branch from ab688eb to 087f046 Compare May 10, 2026 19:46
@Cangerana Cangerana merged commit 8a06a37 into main May 10, 2026
2 of 3 checks passed
@Cangerana Cangerana deleted the dependabot/bundler/sidekiq-8.1.3 branch May 10, 2026 19:49
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 ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant