Bump sidekiq from 6.4.2 to 6.5.0
Bumps sidekiq from 6.4.2 to 6.5.0.
Changelog
Sourced from sidekiq's changelog.
6.5.0
- Substantial refactoring of Sidekiq server internals, part of a larger effort to reduce Sidekiq's internal usage of global methods and data, see https://github.com/mperham/sidekiq/blob/main/docs/global_to_local.md and https://github.com/mperham/sidekiq/blob/main/docs/middleware.md.
- Add beta support for the
redis-client
gem. This will become the default Redis driver in Sidekiq 7.0. #5298 Read more: https://github.com/mperham/sidekiq/wiki/Using-redis-client- Add beta support for DB transaction-aware client #5291 Add this line to your initializer and any jobs created during a transaction will only be pushed to Redis after the transaction commits. You will need to add the
after_commit_everywhere
gem to your Gemfile.Sidekiq.transactional_push!
This feature does not have a lot of production usage yet; please try it out and let us know if you have any issues. It will be fully supported in Sidekiq 7.0 or removed if it proves problematic.
- Fix regression with middleware arguments #5312
Commits
-
9065016
notes -
5698216
Adjust middleware, fixes #5371 -
c76be23
Update contributing doc (#5368) -
602a847
fix links -
f17c30c
docs -
55ced28
Update standard rules (#5360) -
2d743d7
Bump actions/checkout from 2 to 3 (#5366) -
85a76cb
chore: Included githubactions in the dependabot config (#5365) -
7f47daa
chore(deps): Included dependency review (#5364) -
0724848
Update last of spec files to use it and describe, instead od minitest (#5357) - Additional commits viewable in compare view