Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 6, 2025

This PR contains the following updates:

Package Change Age Confidence
sidekiq (source, changelog) 8.0.1 -> 8.0.8 age confidence

Release Notes

sidekiq/sidekiq (sidekiq)

v8.0.8

Compare Source

  • Allow an optional global iteration max runtime. After executing for this length of time,
    Sidekiq will re-queue the job to continue execution at a later time [#​6819, fatkodima]
Sidekiq.configure_server do |cfg|
  cfg[:max_iteration_runtime] = 600 # ten minutes
end
  • Add discarded_at attribute when discarding a job so death handlers can distinguish between
    a job which was killed and one that was discarded. [#​6820, gstokkink]
  • perform_bulk now accepts an :at array of times to schedule each job at the corresponding time.
    perform_bulk(args: [[1], [2]], at: [Time.now, Time.now + 1]) [#​6790, fatkodima]
  • perform_bulk now accepts a :spread_interval value to schedule jobs over
    the next N seconds. perform_bulk(..., spread_interval: 60) [#​6792, fatkodima]
  • Fix unintended display of flash messages in the Web UI due to session key collision
  • Add support for lazy load hooks [#​6825]

v8.0.7

Compare Source

  • The :discard option for sidekiq_retries_exhausted and sidekiq_retry_in
    now calls death handlers, otherwise it could break other Sidekiq
    functionality. [#​6741]
  • Provide a Plain log formatter which does not colorize output [#​6778]
  • Job iteration now exposes current_object for easy access within the around_iteration callback [#​6774]
  • Fix JS race condition which could skip confirmation dialogs when Live Polling [#​6768]
  • Fix edge case which could lose CurrentAttributes [#​6767]
  • Update UK locale [#​6776]

v8.0.6

Compare Source

  • Adjust transactional client to use ActiveRecord 7.2's support for
    after_all_transactions_commit when available. [#​6765, rewritten]
  • Fix Rails 7.0 and 7.1 compatibility [#​6746, mlarraz]
  • Flush metrics at :exit [#​6764]

v8.0.5

Compare Source

  • Add stopping? method to AJ adapter for compatibility with the new AJ::Continuations feature [#​6732]
  • Further improvements to Rails boot compatibility [#​6710]
  • Add ability to disable CSRF middleware. SameSite cookies prevent
    CSRF in a cleaner manner and are default in most browsers now.
    CSRF code will be removed in Sidekiq 9.0. [#​6739]

v8.0.4

Compare Source

  • Adjust Rails integration for various edge cases [6713]
  • Flush job iteration state when an error is raised [#​6704]
  • Update Accept-Language parsing in Web UI [#​6721]
  • Remove fixed-width in Web UI [#​6686]
  • Adjust CSRF middleware ordering [#​6688]
  • Support proxies when POSTing profiles to profiler.firefox.com [#​6687]
  • Dont swallow NoMethodErrors in CurrentAttributes [#​6685]

v8.0.3

Compare Source

  • Configure Vernier output directory [#​6674]
  • Rework Rails integration [#​6669]
  • Implement flash messages for the Web UI [#​6675]

v8.0.2

Compare Source

  • Add on(:exit) event to run code right before the Sidekiq process exits [#​6637]
  • Metrics page crashes with Rack 3.1+ [#​6646]

Configuration

📅 Schedule: Branch creation - "on sunday" (UTC), Automerge - At any time (no schedule defined).

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


  • 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 changed the title chore(deps): update dependency sidekiq to v8.0.2 chore(deps): update dependency sidekiq to v8.0.3 Apr 27, 2025
@renovate renovate bot force-pushed the renovate/sidekiq-8.x-lockfile branch from 7c0ac4d to 84dbffb Compare April 27, 2025 04:12
@renovate renovate bot force-pushed the renovate/sidekiq-8.x-lockfile branch from 84dbffb to ce335a6 Compare June 1, 2025 04:20
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v8.0.3 chore(deps): update dependency sidekiq to v8.0.4 Jun 1, 2025
@renovate renovate bot force-pushed the renovate/sidekiq-8.x-lockfile branch from ce335a6 to 95ae6f7 Compare July 5, 2025 12:01
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v8.0.4 chore(deps): update dependency sidekiq to v8.0.5 Jul 5, 2025
@renovate renovate bot force-pushed the renovate/sidekiq-8.x-lockfile branch from 95ae6f7 to 12b2359 Compare July 27, 2025 00:12
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v8.0.5 chore(deps): update dependency sidekiq to v8.0.6 Jul 27, 2025
@renovate renovate bot force-pushed the renovate/sidekiq-8.x-lockfile branch from 12b2359 to 1aacf6b Compare August 9, 2025 03:34
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v8.0.6 chore(deps): update dependency sidekiq to v8.0.7 Aug 9, 2025
@renovate renovate bot force-pushed the renovate/sidekiq-8.x-lockfile branch from 1aacf6b to e1383ee Compare October 8, 2025 20:07
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v8.0.7 chore(deps): update dependency sidekiq to v8.0.8 Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants