dep: 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
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts
Allure report
allure-report-publisher
generated test report!
rspec:
+------------------------------------------------------------------+
| behaviors summary |
+-------------+--------+--------+---------+-------+-------+--------+
| | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services | 170 | 0 | 0 | 0 | 170 | ✅ |
| jobs | 14 | 0 | 0 | 0 | 14 | ✅ |
| controllers | 25 | 0 | 0 | 0 | 25 | ✅ |
| system | 10 | 0 | 0 | 0 | 10 | ✅ |
| models | 3 | 0 | 0 | 0 | 3 | ✅ |
| tasks | 8 | 0 | 0 | 0 | 8 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
| Total | 230 | 0 | 0 | 0 | 230 | ✅ |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov