chore(deps): update dependency sidekiq to v8.1.6#10
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
April 27, 2025 04:12
7c0ac4d to
84dbffb
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
June 1, 2025 04:20
84dbffb to
ce335a6
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
July 5, 2025 12:01
ce335a6 to
95ae6f7
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
July 27, 2025 00:12
95ae6f7 to
12b2359
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
August 9, 2025 03:34
12b2359 to
1aacf6b
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
October 8, 2025 20:07
1aacf6b to
e1383ee
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
November 8, 2025 11:34
e1383ee to
f97193f
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
December 2, 2025 23:06
f97193f to
59c5423
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
December 12, 2025 08:09
59c5423 to
4de3e03
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
February 3, 2026 12:00
4de3e03 to
761e82a
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
February 18, 2026 07:58
761e82a to
c57207e
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
March 14, 2026 15:49
c57207e to
5b82684
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
March 31, 2026 17:12
5b82684 to
53a0a7b
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
April 19, 2026 03:08
53a0a7b to
7f5a53d
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
May 8, 2026 02:52
7f5a53d to
3c785ab
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
May 13, 2026 20:03
3c785ab to
ecbbf47
Compare
renovate
Bot
force-pushed
the
renovate/sidekiq-8.x-lockfile
branch
from
May 30, 2026 15:51
ecbbf47 to
bce30eb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
8.0.1→8.1.6Release Notes
sidekiq/sidekiq (sidekiq)
v8.1.6Compare Source
onlyparameter/busy?only=(jobs|processes)[#6992]v8.1.5Compare Source
CLIENT SETINFO[#6986]v8.1.4Compare Source
v8.1.3Compare Source
If 2 Capsules process jobs from the same queue, long-running
jobs could run in parallel during process shutdown.
Localization files in
web/localesare now manually parsed.Sidekiq::CLI will now only require YAML if you use a
-C.yml file.v8.1.2Compare Source
kiq, Sidekiq's official terminal UI:Use REDIS_URL or REDIS_PROVIDER to point
kiqto Redis.SortedSet#eachcaused it to miss half of the jobs [#6936]v8.1.1Compare Source
require 'sidekiq/testing'andrequire 'sidekiq/testing/inline'.Add new
Sidekiq.testing!(mode)API [#6931]Requiring code should not enable process-wide changes.
v8.1.0Compare Source
retry_forandretryare now mutually exclusive [#6878, Saidbek]perform_inlinenow enforcesstrict_args![#6718, Saidbek]Sec-Fetch-Siteheader [#6874, deve1212]assets_pathfor CDN purposes [#6865, stanhu]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.
v8.0.10Compare Source
same signal [#6857]
v8.0.9Compare Source
Sidekiq::ProcessAPI to provide capsule data. Thequeuesandweightsdata will be removed from Redis in Sidekiq 8.1, as this data can now be found in the
capsuleselement. [#6295]docs/sdlc.md) and security (docs/SECURITY.md) policydocumentation for Sidekiq's current workflows
v8.0.8Compare Source
Sidekiq will re-queue the job to continue execution at a later time [#6819, fatkodima]
discarded_atattribute when discarding a job so death handlers can distinguish betweena job which was killed and one that was discarded. [#6820, gstokkink]
perform_bulknow accepts an:atarray of times to schedule each job at the corresponding time.perform_bulk(args: [[1], [2]], at: [Time.now, Time.now + 1])[#6790, fatkodima]perform_bulknow accepts a:spread_intervalvalue to schedule jobs overthe next N seconds.
perform_bulk(..., spread_interval: 60)[#6792, fatkodima]v8.0.7Compare Source
:discardoption forsidekiq_retries_exhaustedandsidekiq_retry_innow calls death handlers, otherwise it could break other Sidekiq
functionality. [#6741]
current_objectfor easy access within thearound_iterationcallback [#6774]v8.0.6Compare Source
after_all_transactions_commitwhen available. [#6765, rewritten]:exit[#6764]v8.0.5Compare Source
stopping?method to AJ adapter for compatibility with the new AJ::Continuations feature [#6732]CSRF in a cleaner manner and are default in most browsers now.
CSRF code will be removed in Sidekiq 9.0. [#6739]
v8.0.4Compare Source
v8.0.3Compare Source
v8.0.2Compare Source
on(:exit)event to run code right before the Sidekiq process exits [#6637]Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.