Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency sidekiq to v7 - autoclosed #338

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 27, 2022

Mend Renovate

This PR contains the following updates:

Package Update Change
sidekiq (source, changelog) major '~> 6.0' -> '~> 7.1', '>= 7.1.4'

Release Notes

sidekiq/sidekiq (sidekiq)

v7.1.4

Compare Source

v7.1.3

Compare Source

  • Add sidekiq_options retry_for: 48.hours to allow time-based retry windows [#​6029]
  • Support sidekiq_retry_in and sidekiq_retries_exhausted_block in ActiveJobs (#​5994)
  • Lowercase all Rack headers for Rack 3.0 [#​5951]
  • Validate Sidekiq::Web page refresh delay to avoid potential DoS,
    CVE-2023-26141, thanks for reporting Keegan!

v7.1.2

Compare Source

  • Mark Web UI assets as private so CDNs won't cache them [#​5936]
  • Fix stackoverflow when using Oj and the JSON log formatter [#​5920]
  • Remove spurious enqueued_at from scheduled ActiveJobs [#​5937]

v7.1.1

Compare Source

  • Support multiple CurrentAttributes [#​5904]
  • Speed up latency fetch with large queues on Redis <7 [#​5910]
  • Allow a larger default client pool [#​5886]
  • Ensure Sidekiq.options[:environment] == RAILS_ENV [#​5932]

v7.1.0

Compare Source

  • Improve display of ActiveJob arguments in Web UI [#​5825, cover]
  • Update push_bulk to push batch_size jobs at a time and allow laziness [#​5827, fatkodima]
    This allows Sidekiq::Client to push unlimited jobs as long as it has enough memory for the batch_size.
  • Update perform_bulk to use push_bulk internally.
  • Change return value of push_bulk to map 1-to-1 with arguments.
    If you call push_bulk(args: [[1], [2], [3]]), you will now always get
    an array of 3 values as the result: ["jid1", nil, "jid3"] where nil means
    that particular job did not push successfully (possibly due to middleware
    stopping it). Previously nil values were removed so it was impossible to tell
    which jobs pushed successfully and which did not.
  • Migrate away from all deprecated Redis commands [#​5788]
    Sidekiq will now print a warning if you use one of those deprecated commands.
  • Prefix all Sidekiq thread names [#​5872]

v7.0.9

Compare Source

  • Restore confirmation dialogs in Web UI [#​5881, shevaun]
  • Increase fetch timeout to minimize ReadTimeoutError [#​5874]
  • Reverse histogram tooltip ordering [#​5868]
  • Add Scottish Gaelic (gd) locale [#​5867, GunChleoc]

v7.0.8

Compare Source

  • SECURITY Sanitize period input parameter on Metrics pages.
    Specially crafted values can lead to XSS. This functionality
    was introduced in 7.0.4. Thank you to spercex @​ huntr.dev [#​5694]
  • Add job hash as 3rd parameter to the sidekiq_retry_in block.

v7.0.7

Compare Source

  • Fix redis-client API usage which could result in stuck Redis
    connections [#​5823]
  • Fix AS::Duration with sidekiq_retry_in [#​5806]
  • Restore dumping config options on startup with -v [#​5822]

v7.0.6

Compare Source

  • More context for debugging json unsafe errors [#​5787]

v7.0.5

Compare Source

  • More context for debugging json unsafe errors [#​5787]

v7.0.4

Compare Source

  • Performance and memory optimizations [#​5768, fatkodima]
  • Add 1-8 hour period selector to Metrics pages [#​5694]
  • Fix process display with sidekiqmon [#​5733]

v7.0.3

Compare Source

  • Don't warn about memory policy on Redis Enterprise [#​5712]
  • Don't allow Quiet/Stop on embedded Sidekiq instances [#​5716]
  • Fix size: X for configuring the default Redis pool size [#​5702]
  • Improve the display of queue weights on Busy page [#​5642]
  • Freeze CurrentAttributes on a job once initially set [#​5692]

v7.0.2

Compare Source

  • Improve compatibility with custom loggers [#​5673]
  • Add queue weights on Busy page [#​5640]
  • Add BID link on job_info page if job is part of a Batch [#​5623]
  • Allow custom extensions to add rows/links within Job detail pages [#​5624]
Sidekiq::Web.custom_job_info_rows << AddAccountLink.new

class AddAccountLink
  include CGI::Util
  def add_pair(job)

### yield a (name, value) pair
### You can include HTML tags and CSS, Sidekiq does not do any

### escaping so beware user data injection! Note how we use CGI's
### `h` escape helper.
    aid = job["account_id"]
    yield "Account", "<a href='/accounts/#{h aid}'>#{h aid}</a>" if aid
  end
end

v7.0.1

Compare Source

  • Allow an embedding process to reuse its own heartbeat thread
  • Update zh-cn localization

v7.0.0

Compare Source

  • Embedded mode!
  • Capsules!!
  • Job Execution metrics!!!
  • See docs/7.0-Upgrade.md for release notes

v6.5.9

Compare Source

  • Ensure Sidekiq.options[:environment] == RAILS_ENV [#​5932]

Configuration

📅 Schedule: 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 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Oct 27, 2022
@renovate renovate bot force-pushed the renovate/sidekiq-7.x branch 6 times, most recently from 3cf1935 to f37d95c Compare November 4, 2022 16:38
@renovate renovate bot force-pushed the renovate/sidekiq-7.x branch 6 times, most recently from 3598615 to 6646654 Compare November 30, 2022 22:26
@renovate renovate bot force-pushed the renovate/sidekiq-7.x branch 2 times, most recently from 71311dc to 7be9ce5 Compare December 19, 2022 22:36
@renovate renovate bot force-pushed the renovate/sidekiq-7.x branch 2 times, most recently from 27c3929 to 94305d7 Compare February 15, 2023 23:20
@renovate renovate bot force-pushed the renovate/sidekiq-7.x branch 5 times, most recently from 6a54486 to 08d1096 Compare March 14, 2023 22:00
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v7 chore(deps): update dependency sidekiq to v7 - autoclosed Apr 24, 2023
@renovate renovate bot closed this Apr 24, 2023
@renovate renovate bot deleted the renovate/sidekiq-7.x branch April 24, 2023 22:48
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v7 - autoclosed chore(deps): update dependency sidekiq to v7 Apr 25, 2023
@renovate renovate bot reopened this Apr 25, 2023
@renovate renovate bot restored the renovate/sidekiq-7.x branch April 25, 2023 20:36
@renovate renovate bot force-pushed the renovate/sidekiq-7.x branch 2 times, most recently from 342f367 to f64fbbb Compare May 1, 2023 18:27
@renovate renovate bot force-pushed the renovate/sidekiq-7.x branch 2 times, most recently from ab178c7 to 835ec58 Compare May 7, 2023 14:00
@wilco375 wilco375 added this pull request to the merge queue May 7, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks May 7, 2023
@renovate renovate bot changed the title chore(deps): update dependency sidekiq to v7 chore(deps): update dependency sidekiq to v7 - autoclosed Sep 14, 2023
@renovate renovate bot closed this Sep 14, 2023
@renovate renovate bot deleted the renovate/sidekiq-7.x branch September 14, 2023 22:28
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.

1 participant