Skip to content

Bump sidekiq from 6.0.7 to 7.3.10#4622

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/sidekiq-7.3.10
Open

Bump sidekiq from 6.0.7 to 7.3.10#4622
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/bundler/sidekiq-7.3.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 18, 2026

Bumps sidekiq from 6.0.7 to 7.3.10.

Changelog

Sourced from sidekiq's changelog.

7.3.10

  • Deprecate Redis :password as a String to avoid log disclosure. #6625 Use a Proc instead: config.redis = { password: ->(username) { "password" } }

7.3.9

  • Only require activejob if necessary #6584 You might get uninitialized constant Sidekiq::ActiveJob if you require 'sidekiq' before require 'rails'.
  • Fix iterable job cancellation #6589
  • Web UI accessibility improvements #6604

7.3.8

  • Fix dead tag links #6554
  • Massive Web UI performance improvement, some pages up to 15x faster #6555

7.3.7

  • Backport Sidekiq::Web.configure for compatibility with 8.0 #6532
  • Backport url_params(key) and route_params(key) for compatibility with 8.0 #6532
  • Various fixes for UI filtering #6508
  • Tune inspect for internal S::Components to keep size managable #6553

7.3.6

  • Forward compatibility fixes for Ruby 3.4
  • Filtering in the Web UI now works via GET so you can bookmark a filtered view. #6497

7.3.5

  • Reimplement retry_all and kill_all API methods to use ZPOPMIN, approximately 30-60% faster. #6481
  • Add preload testing binary at examples/testing/sidekiq_boot to verify your Rails app boots correctly with Sidekiq Enterprise's app preloading.
  • Fix circular require with ActiveJob adapter #6477
  • Fix potential race condition leading to incorrect serialized values for CurrentAttributes #6475
  • Restore missing elapsed time when default job logging is disabled

7.3.4

  • Fix FrozenError when starting Sidekiq #6470

... (truncated)

Commits

@dependabot dependabot Bot added dependencies ruby Pull requests that update ruby code labels May 18, 2026
@dependabot dependabot Bot force-pushed the dependabot/bundler/sidekiq-7.3.10 branch 4 times, most recently from de90c83 to fd7cd5b Compare June 2, 2026 18:32
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 6.0.7 to 7.3.10.
- [Changelog](https://github.com/sidekiq/sidekiq/blob/main/Changes.md)
- [Commits](sidekiq/sidekiq@v6.0.7...v7.3.10)

---
updated-dependencies:
- dependency-name: sidekiq
  dependency-version: 7.3.10
  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-7.3.10 branch from fd7cd5b to ef12e6c Compare June 2, 2026 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants