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 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)
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ sidekiq (5.2.5 → 5.2.6) · Repo · Changelog
Release Notes
5.2.6 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 33 commits:
bump, release
Explicitly signal that we handled an exception with a retry, fixes #4138 (#4141)
Minor fixes to COMM-LICENSE (#4135)
bump jruby to fix issue running test suite
Fix broken build due to rails/rails#35611
release
Allow Sidekiq::Worker#set to be chained
Fix heroku wait time, change it to 30 from 10 (#4117)
flush redis so status is predictable
Refactor sidekiqctl so it can be tested easily
Fix various flaky tests due to process-wide data changes
Allow tests to override enqueued_at
oops
Switch all tests to use Minitest::Spec for consistency
Format latency (#4111)
ent change
Merge branch 'master' of github.com:mperham/sidekiq
add back the dropdown css (#4103)
ES locale
releases
cleanup
Better handling of malformed job arguments in payload, fixes #4095
adapt to rails 5.2.2's draconian sqlite3 version requirement
remove things which complicate the test suite
no longer necessary
Simplify, prep for 6.0
super fetch latency
cleanup, #4089
Rescue StandardErrors raised from exception's message (#4089)
organization license -> limited license
Add clause for the Enterprise site license
changes
add default queue latency
↗️ rack (indirect, 2.0.6 → 2.0.7) · Repo · Changelog
Commits
See the full diff on Github. The new version differs by 4 commits:
Bumping to 2.0.7 for release
Merge pull request #1343 from larsxschneider/ls/forward-fix
Preserve forwarded IP address for trusted proxy chains
Merge pull request #1201 from janko-m/make-multipart-parsing-work-for-chunked-requests
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