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

Update dependency sidekiq to v7 #944

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 2, 2023

Mend Renovate

This PR contains the following updates:

Package Update Change
sidekiq (source, changelog) major "< 7.0" -> "< 7.1.3"

Release Notes

sidekiq/sidekiq (sidekiq)

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

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 dependencies Pull requests that update a dependency file renovate PR opened by Renovate labels Aug 2, 2023
@sonarcloud
Copy link

sonarcloud bot commented Aug 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@mec
Copy link
Contributor

mec commented Aug 2, 2023

Last time we tried this, the version of Redis on Azure was not compatible.

@mec mec closed this Aug 2, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 2, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 7.x releases. But if you manually upgrade to 7.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/sidekiq-7.x branch August 2, 2023 09:04
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 renovate PR opened by Renovate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant