Commit 9785a82
authored
Build(deps): Bump sidekiq from 8.0.4 to 8.0.6 (#899)
Bumps [sidekiq](https://github.com/sidekiq/sidekiq) from 8.0.4 to 8.0.6.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/sidekiq/sidekiq/blob/main/Changes.md">sidekiq's
changelog</a>.</em></p>
<blockquote>
<h2>8.0.6</h2>
<ul>
<li>Adjust transactional client to use ActiveRecord 7.2's support for
<code>after_all_transactions_commit</code> when available. [#6765,
rewritten]</li>
<li>Fix Rails 7.0 and 7.1 compatibility [#6746, mlarraz]</li>
<li>Flush metrics at <code>:exit</code> <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6764">#6764</a></li>
</ul>
<h2>8.0.5</h2>
<ul>
<li>Add <code>stopping?</code> method to AJ adapter for compatibility
with the new AJ::Continuations feature <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6732">#6732</a></li>
<li>Further improvements to Rails boot compatibility <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6710">#6710</a></li>
<li>Add ability to disable CSRF middleware. SameSite cookies prevent
CSRF in a cleaner manner and are default in most browsers now.
CSRF code will be removed in Sidekiq 9.0. <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6739">#6739</a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d70ef9bf1e5b7b9d39838b2a9b9acc5f468a5ec5"><code>d70ef9b</code></a>
doc(changes)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d797683c8d2f28c458fcdcc04fd86aa51b1b6563"><code>d797683</code></a>
Use ActiveRecord transaction tooling when available (<a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6765">#6765</a>)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/aaf97a10239727db04d281189d458494eb241219"><code>aaf97a1</code></a>
doc(changes)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/f111a3995462fc67d3817da0790845b8923af9af"><code>f111a39</code></a>
Flush any pending metrics at :exit, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6764">#6764</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/b108b6826948790ef70d117041ca08740c88f890"><code>b108b68</code></a>
doc(changes)</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/a3fed9f0d5ea57b2a5fc6add34a57b6e5213caba"><code>a3fed9f</code></a>
6752</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d93ecb6fb3e0e507cc33189e3eed52e7eefd8c45"><code>d93ecb6</code></a>
doc(changes) [skipci]</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/6742be8e76413ab2c0e39d1ea750c2a9ff1db7ac"><code>6742be8</code></a>
Test override should not change method visibility, fixes <a
href="https://redirect.github.com/sidekiq/sidekiq/issues/6742">sidekiq/sidekiq#6742</a></li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/7e73505719138bb7458c9b01fa4899d4b27fa4fe"><code>7e73505</code></a>
doc: changes</li>
<li><a
href="https://github.com/sidekiq/sidekiq/commit/d9e8acd9b24b3ecfd89a7cdbdb5a473527850a92"><code>d9e8acd</code></a>
Verify rack session in core since CSRF protection is no longer
mandatory</li>
<li>Additional commits viewable in <a
href="https://github.com/sidekiq/sidekiq/compare/v8.0.4...v8.0.6">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
398 | 398 | | |
399 | 399 | | |
400 | 400 | | |
401 | | - | |
| 401 | + | |
402 | 402 | | |
403 | 403 | | |
404 | 404 | | |
| |||
708 | 708 | | |
709 | 709 | | |
710 | 710 | | |
711 | | - | |
| 711 | + | |
712 | 712 | | |
713 | 713 | | |
714 | 714 | | |
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | | - | |
| 845 | + | |
846 | 846 | | |
847 | 847 | | |
848 | 848 | | |
| |||
0 commit comments