-
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit 9fb36ea
authored
Bump puma from 6.5.0 to 6.6.0 (#4285)
Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/puma/puma/releases">puma's
releases</a>.</em></p>
<blockquote>
<h2>6.6.0 - Return to Forever</h2>
<p><img
src="https://github.com/user-attachments/assets/5938fb0b-f88f-41f2-8cb4-aa3997c3afe7"
alt="image" /></p>
<p>Some stuff for JRuby users (SIGUSR2 trap), reforkers (see below), and
a few debug/logging/observability related goodies.</p>
<ul>
<li>
<p>Features</p>
<ul>
<li>Option to turn off SIGUSR2 trapping (<a
href="https://redirect.github.com/puma/puma/issues/3570">#3570</a>, <a
href="https://redirect.github.com/puma/puma/issues/3567">#3567</a>)</li>
<li>Shorten <code>ThreadPool</code> trimmer and reaper thread names (<a
href="https://redirect.github.com/puma/puma/issues/3383">#3383</a>)</li>
<li>Add after_refork hook (<a
href="https://redirect.github.com/puma/puma/issues/3386">#3386</a>)</li>
<li>Add busy threads stat (<a
href="https://redirect.github.com/puma/puma/issues/3517">#3517</a>)</li>
<li>Add a debug log before running each type of hook (<a
href="https://redirect.github.com/puma/puma/issues/3375">#3375</a>)</li>
<li>Allow alternative schemes in Binder (<a
href="https://redirect.github.com/puma/puma/issues/3348">#3348</a>, <a
href="https://redirect.github.com/puma/puma/issues/3302">#3302</a>)</li>
<li>Avoid spawning <code>Threadpool#trim</code> thread if pool size is
fixed (<a
href="https://redirect.github.com/puma/puma/issues/3384">#3384</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Change <code>HttpParserError</code> to be subclass of
<code>StandardError</code> (<a
href="https://redirect.github.com/puma/puma/issues/3590">#3590</a>, <a
href="https://redirect.github.com/puma/puma/issues/3552">#3552</a>)</li>
<li>added test cases</li>
<li>fix update phased restart symlink folder</li>
</ul>
</li>
<li>
<p>Performance</p>
<ul>
<li>Only ping worker 0 during phased restart if using fork worker (<a
href="https://redirect.github.com/puma/puma/issues/3568">#3568</a>)</li>
</ul>
</li>
<li>
<p>Refactor</p>
<ul>
<li>Fix multi-delimiter split to get status app token (<a
href="https://redirect.github.com/puma/puma/issues/3505">#3505</a>)</li>
<li>Change ping to use const (<a
href="https://redirect.github.com/puma/puma/issues/3595">#3595</a>)</li>
<li>Fixup use of Puma::Const::PipeRequest constants (<a
href="https://redirect.github.com/puma/puma/issues/3565">#3565</a>)</li>
<li>Update DSL hook processing logic to be consistent (<a
href="https://redirect.github.com/puma/puma/issues/3376">#3376</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/puma/puma/blob/master/History.md">puma's
changelog</a>.</em></p>
<blockquote>
<h2>6.6.0 / 2025-01-29</h2>
<ul>
<li>
<p>Features</p>
<ul>
<li>Option to turn off SIGUSR2 trapping (<a
href="https://redirect.github.com/puma/puma/issues/3570">#3570</a>, <a
href="https://redirect.github.com/puma/puma/issues/3567">#3567</a>)</li>
<li>Shorten <code>ThreadPool</code> trimmer and reaper thread names (<a
href="https://redirect.github.com/puma/puma/issues/3383">#3383</a>)</li>
<li>Add after_refork hook (<a
href="https://redirect.github.com/puma/puma/issues/3386">#3386</a>)</li>
<li>Add busy threads stat (<a
href="https://redirect.github.com/puma/puma/issues/3517">#3517</a>)</li>
<li>Add a debug log before running each type of hook (<a
href="https://redirect.github.com/puma/puma/issues/3375">#3375</a>)</li>
<li>Allow alternative schemes in Binder (<a
href="https://redirect.github.com/puma/puma/issues/3348">#3348</a>, <a
href="https://redirect.github.com/puma/puma/issues/3302">#3302</a>)</li>
<li>Avoid spawning <code>Threadpool#trim</code> thread if pool size is
fixed (<a
href="https://redirect.github.com/puma/puma/issues/3384">#3384</a>)</li>
</ul>
</li>
<li>
<p>Bugfixes</p>
<ul>
<li>Change <code>HttpParserError</code> to be subclass of
<code>StandardError</code> (<a
href="https://redirect.github.com/puma/puma/issues/3590">#3590</a>, <a
href="https://redirect.github.com/puma/puma/issues/3552">#3552</a>)</li>
<li>added test cases</li>
<li>fix update phased restart symlink folder</li>
</ul>
</li>
<li>
<p>Performance</p>
<ul>
<li>Only ping worker 0 during phased restart if using fork worker (<a
href="https://redirect.github.com/puma/puma/issues/3568">#3568</a>)</li>
</ul>
</li>
<li>
<p>Refactor</p>
<ul>
<li>Fix multi-delimiter split to get status app token (<a
href="https://redirect.github.com/puma/puma/issues/3505">#3505</a>)</li>
<li>Change ping to use const (<a
href="https://redirect.github.com/puma/puma/issues/3595">#3595</a>)</li>
<li>Fixup use of Puma::Const::PipeRequest constants (<a
href="https://redirect.github.com/puma/puma/issues/3565">#3565</a>)</li>
<li>Update DSL hook processing logic to be consistent (<a
href="https://redirect.github.com/puma/puma/issues/3376">#3376</a>)</li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/puma/puma/commit/5a58290f05bb964bf3d913b9b03564a916e84815"><code>5a58290</code></a>
Merge branch '6-6'</li>
<li><a
href="https://github.com/puma/puma/commit/6cfddb30397ef421d362fae7bbccf1d0bbb750e3"><code>6cfddb3</code></a>
Finalize date</li>
<li><a
href="https://github.com/puma/puma/commit/045ed0fa249255b4367fb41203aab8f5db62aa6b"><code>045ed0f</code></a>
I can type...</li>
<li><a
href="https://github.com/puma/puma/commit/34234ac14c9dd52d100d8cbc14dbe4a8f49f0e3f"><code>34234ac</code></a>
const.rb - set 6.6 code name</li>
<li><a
href="https://github.com/puma/puma/commit/ce9a7049ef67db81be34fb226da087b721f52f20"><code>ce9a704</code></a>
Zenspider zenspider/minitest cleanup (<a
href="https://redirect.github.com/puma/puma/issues/3604">#3604</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/2819ce24eb8dab636a184f491068f0b10c6e858a"><code>2819ce2</code></a>
6.6.0</li>
<li><a
href="https://github.com/puma/puma/commit/9058575d6fffcf16228b829bd7a3604d639d1a13"><code>9058575</code></a>
Fix warnings</li>
<li><a
href="https://github.com/puma/puma/commit/41e2744a0647a8f98504c050b3972ead136e1599"><code>41e2744</code></a>
Fix multi-delimiter split to get status app token (<a
href="https://redirect.github.com/puma/puma/issues/3505">#3505</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/54f680db68c3e115ad0ffeec4478d4e9a6ad0c1e"><code>54f680d</code></a>
Add test for worker 0 ping with SIGURG (<a
href="https://redirect.github.com/puma/puma/issues/3579">#3579</a>)</li>
<li><a
href="https://github.com/puma/puma/commit/edd2a1728e39d055545fd12ffdfa42d5d4ccbc58"><code>edd2a17</code></a>
CI: test_plugin_systemd.rb - fixups for intermittent retries (<a
href="https://redirect.github.com/puma/puma/issues/3594">#3594</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/puma/puma/compare/v6.5.0...v6.6.0">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>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent fd0e628 commit 9fb36eaCopy full SHA for 9fb36ea
1 file changed
+1
-1
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
311 |
| - | |
| 311 | + | |
312 | 312 |
| |
313 | 313 |
| |
314 | 314 |
| |
|
0 commit comments