Skip to content

Update dependency sidekiq to v8.1.5#1970

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/sidekiq-8.x-lockfile
Open

Update dependency sidekiq to v8.1.5#1970
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/sidekiq-8.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Mar 31, 2026

This PR contains the following updates:

Package Change Age Confidence
sidekiq (source, changelog) 8.0.108.1.5 age confidence

Release Notes

sidekiq/sidekiq (sidekiq)

v8.1.5

Compare Source

  • Identify Sidekiq connnections in Redis with CLIENT SETINFO [#​6986]
  • Fix edge case where Web UI could show an empty Batch set [#​6987]

v8.1.4

Compare Source

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

v8.1.3

Compare Source

  • 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.

v8.1.2

Compare Source

  • 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]

v8.1.1

Compare Source

  • 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]

v8.1.0

Compare Source

  • retry_for and retry are now mutually exclusive [#​6878, Saidbek]
  • perform_inline now enforces strict_args! [#​6718, Saidbek]
  • Integrate Herb linting for ERB templates [#​6760, Saidbek]
  • Remove CSRF code, use Sec-Fetch-Site header [#​6874, deve1212]
  • Allow custom Web UI assets_path for CDN purposes [#​6865, stanhu]
  • Upgrade to connection_pool 3.0
  • Allow idle connection reaping after N seconds.
    You can activate this beta feature like below.
    Feedback requested: is this feature stable and useful for you in production?
    This feature may or may not be enabled by default in Sidekiq 9.0.
Sidekiq.configure_server do |cfg|
  cfg.reap_idle_redis_connections(60)
end

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the dependencies Pull requests that update a dependency file label Mar 31, 2026
@renovate renovate Bot force-pushed the renovate/sidekiq-8.x-lockfile branch 7 times, most recently from e709876 to 5232c79 Compare April 8, 2026 20:43
@renovate renovate Bot changed the title Update dependency sidekiq to v8.1.2 Update dependency sidekiq to v8.1.3 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/sidekiq-8.x-lockfile branch 4 times, most recently from a2121f8 to fbdc7e2 Compare April 24, 2026 17:13
@renovate renovate Bot force-pushed the renovate/sidekiq-8.x-lockfile branch from fbdc7e2 to 3eb87b3 Compare May 5, 2026 16:01
@renovate renovate Bot changed the title Update dependency sidekiq to v8.1.3 Update dependency sidekiq to v8.1.4 May 8, 2026
@renovate renovate Bot force-pushed the renovate/sidekiq-8.x-lockfile branch 6 times, most recently from 8bdad9c to dfc871c Compare May 8, 2026 22:08
@renovate renovate Bot force-pushed the renovate/sidekiq-8.x-lockfile branch from dfc871c to ed35a65 Compare May 8, 2026 22:12
@renovate renovate Bot changed the title Update dependency sidekiq to v8.1.4 Update dependency sidekiq to v8.1.5 May 13, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants