csvalpha / amber-api

https://csvalpha.nl
MIT License
4 stars 4 forks source link

Upgrade sidekiq-scheduler: 3.1.1 → 4.0.0 (major) #296

Closed depfu[bot] closed 2 years ago

depfu[bot] commented 2 years ago

Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.

What changed?

✳️ sidekiq-scheduler (3.1.1 → 4.0.0) · Repo · Changelog

Release Notes

4.0.0

https://github.com/moove-it/sidekiq-scheduler/blob/v4.0.0/CHANGELOG.md

3.2.1

See changelog https://github.com/moove-it/sidekiq-scheduler/blob/v3-stable/CHANGELOG.md

3.2.0

See changelog https://github.com/moove-it/sidekiq-scheduler/blob/v3-stable/CHANGELOG.md

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 23 commits:

✳️ sidekiq (6.4.1 → 6.4.2) · Repo · Changelog

Release Notes

6.4.2 (from changelog)

  • Strict argument checking now runs after client-side middleware [#5246]
  • Fix page events with live polling [#5184]
  • Many under-the-hood changes to remove all usage of the term "worker" from the Sidekiq codebase and APIs. This mostly involved RDoc and local variable names but a few constants and public APIs were changed. The old APIs will be removed in Sidekiq 7.0.
Sidekiq::DEFAULT_WORKER_OPTIONS -> Sidekiq.default_job_options
Sidekiq.default_worker_options -> Sidekiq.default_job_options
Sidekiq::Queues["default"].jobs_by_worker(HardJob) -> Sidekiq::Queues["default"].jobs_by_class(HardJob)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 53 commits:

↗️ et-orbi (indirect, 1.2.6 → 1.2.7) · Repo · Changelog

Release Notes

1.2.7 (from changelog)

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 15 commits:

↗️ fugit (indirect, 1.5.2 → 1.5.3) · Repo · Changelog

Release Notes

1.5.3 (from changelog)

  • Fix Fugit::Cron.to_s vs "0 13 * * wed%2", gh-68

Does any of this look wrong? Please let us know.

Commits

See the full diff on Github. The new version differs by 21 commits:

🗑️ e2mmap (removed)

🗑️ thwait (removed)


Depfu Status

Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with @depfu rebase.

All Depfu comment commands
@​depfu rebase
Rebases against your default branch and redoes this update
@​depfu recreate
Recreates this PR, overwriting any edits that you've made to it
@​depfu merge
Merges this PR once your tests are passing and conflicts are resolved
@​depfu close
Closes this PR and deletes the branch
@​depfu reopen
Restores the branch and reopens this PR (if it's closed)
@​depfu pause
Ignores all future updates for this dependency and closes this PR
@​depfu pause [minor|major]
Ignores all future minor/major updates for this dependency and closes this PR
@​depfu resume
Future versions of this dependency will create PRs again (leaves this PR as is)