Commit 2c33885
authored
Bump github.com/dunglas/frankenphp from 1.4.0 to 1.4.4 in /cli (#115)
Bumps
[github.com/dunglas/frankenphp](https://github.com/dunglas/frankenphp)
from 1.4.0 to 1.4.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/dunglas/frankenphp/releases">github.com/dunglas/frankenphp's
releases</a>.</em></p>
<blockquote>
<h2>v1.4.4</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: duplicate metrics collector registration attempted panic by <a
href="https://github.com/IndraGunawan"><code>@IndraGunawan</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1392">dunglas/frankenphp#1392</a></li>
<li>fix: Mercure duplicate metrics panic by <a
href="https://github.com/dunglas"><code>@dunglas</code></a> in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1393">dunglas/frankenphp#1393</a></li>
<li>perf: avoid redundant work when releasing streams in worker mode by
<a href="https://github.com/nielsdos"><code>@nielsdos</code></a> in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1387">dunglas/frankenphp#1387</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dunglas/frankenphp/compare/v1.4.3...v1.4.4">https://github.com/dunglas/frankenphp/compare/v1.4.3...v1.4.4</a></p>
<h2>v1.4.3</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: add back missing metrics with Caddy 2.9 by <a
href="https://github.com/IndraGunawan"><code>@IndraGunawan</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1366">dunglas/frankenphp#1366</a></li>
<li>fix(watcher): handles associated events. by <a
href="https://github.com/AlliBalliBaba"><code>@AlliBalliBaba</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1379">dunglas/frankenphp#1379</a></li>
<li>fix: use the logger from Caddy context for prettier logs by <a
href="https://github.com/IndraGunawan"><code>@IndraGunawan</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1369">dunglas/frankenphp#1369</a></li>
<li>perf: avoid extra string allocation in <code>getenv()</code> by <a
href="https://github.com/nielsdos"><code>@nielsdos</code></a> in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1382">dunglas/frankenphp#1382</a></li>
<li>perf: compile with Go 1.24 by <a
href="https://github.com/dunglas"><code>@dunglas</code></a> in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1383">dunglas/frankenphp#1383</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/eerzho"><code>@eerzho</code></a> made
their first contribution in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1325">dunglas/frankenphp#1325</a></li>
<li><a
href="https://github.com/IndraGunawan"><code>@IndraGunawan</code></a>
made their first contribution in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1366">dunglas/frankenphp#1366</a></li>
<li><a href="https://github.com/nielsdos"><code>@nielsdos</code></a>
made their first contribution in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1382">dunglas/frankenphp#1382</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dunglas/frankenphp/compare/v1.4.2...v1.4.3">https://github.com/dunglas/frankenphp/compare/v1.4.2...v1.4.3</a></p>
<h2>v1.4.2</h2>
<h2>What's Changed</h2>
<ul>
<li>perf: optimized request headers by <a
href="https://github.com/AlliBalliBaba"><code>@AlliBalliBaba</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1335">dunglas/frankenphp#1335</a></li>
<li>fix: small memory leaks in worker mode by <a
href="https://github.com/withinboredom"><code>@withinboredom</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1350">dunglas/frankenphp#1350</a></li>
<li>fix: flushing temporary files after each worker request by <a
href="https://github.com/AlliBalliBaba"><code>@AlliBalliBaba</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1321">dunglas/frankenphp#1321</a></li>
<li>fix: only flush temporary unreferenced streams by <a
href="https://github.com/AlliBalliBaba"><code>@AlliBalliBaba</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1351">dunglas/frankenphp#1351</a></li>
<li>chore: bump dependencies by <a
href="https://github.com/dunglas"><code>@dunglas</code></a> in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1352">dunglas/frankenphp#1352</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/szepeviktor"><code>@szepeviktor</code></a>
made their first contribution in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1328">dunglas/frankenphp#1328</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/dunglas/frankenphp/compare/v1.4.1...v1.4.2">https://github.com/dunglas/frankenphp/compare/v1.4.1...v1.4.2</a></p>
<h2>v1.4.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: ensure worker failures do not count fatal errors during the
request by <a
href="https://github.com/withinboredom"><code>@withinboredom</code></a>
in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1336">dunglas/frankenphp#1336</a></li>
<li>fix(musl): rollback to stock Go version by <a
href="https://github.com/dunglas"><code>@dunglas</code></a> in <a
href="https://github.com/dunglas/frankenphp/commit/16bb790d52cbff2910780524952e2bbcef300377">https://github.com/dunglas/frankenphp/commit/16bb790d52cbff2910780524952e2bbcef300377</a></li>
<li>ci: use the new ARM runners for ARM builds by <a
href="https://github.com/dunglas"><code>@dunglas</code></a> in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1333">dunglas/frankenphp#1333</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/fellmann"><code>@fellmann</code></a>
made their first contribution in <a
href="https://redirect.github.com/dunglas/frankenphp/pull/1275">dunglas/frankenphp#1275</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/dunglas/frankenphp/commit/965fa6570ccaf50b00f8d72c32badbadc025261b"><code>965fa65</code></a>
chore: prepare release 1.4.4</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/251567a61792216876912d80cbe7e7d707a3acba"><code>251567a</code></a>
fix: Mercure duplicate metrics panic (<a
href="https://redirect.github.com/dunglas/frankenphp/issues/1393">#1393</a>)</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/57e7747b9b25a07f07034009391fffc3828d1424"><code>57e7747</code></a>
fix: duplicate metrics collector registration attempted panic</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/f109f0403b5d85a78289ad67eff37984a497262d"><code>f109f04</code></a>
perf: avoid redundant work in
frankenphp_release_temporary_streams()</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/d407dbd4981aebefc373f4fc320107bb7c75fbf5"><code>d407dbd</code></a>
chore: prepare release 1.4.3</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/d970309544cebb71b65cdeb628e80dc83f0b516f"><code>d970309</code></a>
ci: upgrade watcher to the latest stable version (<a
href="https://redirect.github.com/dunglas/frankenphp/issues/1385">#1385</a>)</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/30bf69cbe51cfc146b685e63ffe63a1ca65734de"><code>30bf69c</code></a>
perf: avoid extra string allocation in get_full_env() (<a
href="https://redirect.github.com/dunglas/frankenphp/issues/1382">#1382</a>)</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/f61bc180c45995b8211e083632103a3f1971fc88"><code>f61bc18</code></a>
chore: upgrade to Go 1.24</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/9f5e7a9eaa0c61a8a1164f6cb1c1cb392fbd7246"><code>9f5e7a9</code></a>
fix(watcher): handles associated events (<a
href="https://redirect.github.com/dunglas/frankenphp/issues/1379">#1379</a>)</li>
<li><a
href="https://github.com/dunglas/frankenphp/commit/a5ca60da44ee54eca4a1eb7f29bb71b3ceddb9f5"><code>a5ca60d</code></a>
chore: fix markdown linter (<a
href="https://redirect.github.com/dunglas/frankenphp/issues/1384">#1384</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/dunglas/frankenphp/compare/v1.4.0...v1.4.4">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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent d3cc72f commit 2c33885
2 files changed
+20
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
40 | 39 | | |
41 | 40 | | |
42 | 41 | | |
43 | | - | |
| 42 | + | |
44 | 43 | | |
45 | | - | |
| 44 | + | |
46 | 45 | | |
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | | - | |
| 49 | + | |
| 50 | + | |
52 | 51 | | |
53 | | - | |
| 52 | + | |
54 | 53 | | |
55 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
| 14 | + | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
90 | 90 | | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
| 97 | + | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
0 commit comments