Bump sidekiq from 7.1.4 to 7.1.5
Bumps sidekiq from 7.1.4 to 7.1.5.
Changelog
Sourced from sidekiq's changelog.
7.1.5
- FEATURE: Job filtering within the Web UI. This feature has been open sourced from Sidekiq Pro. #6052
- API CHANGE Error handlers now take three arguments
->(ex, context, config)
. The previous calling convention will work until Sidekiq 8.0 but will print out a deprecation warning. #6051- Fix issue with the
batch_size
andat
options inS::Client.push_bulk
#6040- Fix inline testing firing batch callbacks early #6057
- Use new log broadcast API in Rails 7.1 #6054
- Crash if user tries to use RESP2
protocol: 2
#6061
Commits
-
f597a0a
prep -
4862d90
Optimize bundler startup, thanks Bumbler! -
174eab9
Crash if the user tries to specify RESP2, fixes #6061 -
916a564
Change rails logger broadcasting configuration (#6060) -
d7795ce
fix flaky filtering test -
70323b1
Update author and project social media links. (#6059) -
8874e68
Open source Web UI filtering (#6052) -
1757a96
Previous commit fixes #6054 -
a1a220f
Modify inline testing's client override so as to not conflict with batch's cl... -
aadc77a
minor bump - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts