Skip to content

[pull] master from aio-libs:master - #738

Merged
pull[bot] merged 3 commits into
tj-python:masterfrom
aio-libs:master
Aug 28, 2026
Merged

[pull] master from aio-libs:master#738
pull[bot] merged 3 commits into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Aug 28, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

dependabot Bot and others added 3 commits August 28, 2026 02:34
Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from
5.0.3 to 5.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/codspeedhq/action/releases">CodSpeedHQ/action's
releases</a>.</em></p>
<blockquote>
<h2>v5.2.1</h2>
<p>Bumps the CodSpeed runner to <a
href="https://github.com/CodSpeedHQ/codspeed/releases/tag/v5.2.1">v5.2.1</a>.</p>
<h3>🚀 Features</h3>
<ul>
<li>Add a <code>simulation-track-subprocess</code> input, which enables
measuring the subprocesses spawned by the benchmarked process in
<code>simulation</code> mode by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/235">#235</a></li>
<li>Bump the go-runner to <a
href="https://github.com/CodSpeedHQ/codspeed-go/releases/tag/v1.3.0">v1.3.0</a>,
adding Go 1.26 and 1.27 support by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/516">#516</a></li>
</ul>
<p><strong>Full Runner Changelog</strong>:
<a
href="https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md">https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md</a></p>
<h2>What's Changed</h2>
<ul>
<li>feat: add simulation-track-subprocess input by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/235">CodSpeedHQ/action#235</a></li>
<li>chore: bump runner version to 5.2.1 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/236">CodSpeedHQ/action#236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/action/compare/v5.2.0...v5.2.1">https://github.com/CodSpeedHQ/action/compare/v5.2.0...v5.2.1</a></p>
<h2>v5.2.0</h2>
<p>Bumps the CodSpeed runner to <a
href="https://github.com/CodSpeedHQ/codspeed/releases/tag/v5.2.0">v5.2.0</a>,
including <a
href="https://github.com/CodSpeedHQ/codspeed/releases/tag/v5.1.0">v5.1.0</a>.</p>
<h3>🚀 Features</h3>
<ul>
<li>Add a <code>--simulation-track-subprocess</code> flag that enables
tracking benchmark subprocesses, along with per-thread dumps by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/493">#493</a>
and <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/513">#513</a></li>
<li>Collect RSS via rss_stat and folio-rmap reconstruction by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/453">#453</a></li>
<li>Support CircleCI for GitHub repositories by <a
href="https://github.com/fargito"><code>@​fargito</code></a> in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/482">#482</a></li>
</ul>
<h3>🐛 Bug Fixes</h3>
<ul>
<li>Fix cache behavior that was causing an apt reinstall of the libc
debug symbols despite cache restore by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/509">#509</a></li>
</ul>
<h3>⚙️ Internals</h3>
<ul>
<li>Bump pinned valgrind-codspeed to <a
href="https://github.com/CodSpeedHQ/valgrind-codspeed/releases/tag/3.26.0-0codspeed7">3.26.0-0codspeed7</a>
by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/515">#515</a>
<ul>
<li>fix(callgrind): represent os threads under
<code>--separate-threads=yes</code> by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/24">CodSpeedHQ/valgrind-codspeed#24</a></li>
<li>feat(callgrind): track subprocesses across fork and exec by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/valgrind-codspeed/pull/25">CodSpeedHQ/valgrind-codspeed#25</a></li>
</ul>
</li>
<li>Stop skipping the rustup wrapper for valgrind by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/codspeed/pull/493">#493</a></li>
</ul>
<p><strong>Full Runner Changelog</strong>:
<a
href="https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md">https://github.com/CodSpeedHQ/codspeed/blob/main/CHANGELOG.md</a></p>
<h2>What's Changed</h2>
<ul>
<li>fix: add the distribution to the instruments cache key by <a
href="https://github.com/GuillaumeLagrange"><code>@​GuillaumeLagrange</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/233">CodSpeedHQ/action#233</a></li>
<li>chore: bump runner version to 5.1.0 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/232">CodSpeedHQ/action#232</a></li>
<li>chore: bump runner version to 5.2.0 by <a
href="https://github.com/github-actions"><code>@​github-actions</code></a>[bot]
in <a
href="https://redirect.github.com/CodSpeedHQ/action/pull/234">CodSpeedHQ/action#234</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/action/compare/v5.0.3...v5.2.0">https://github.com/CodSpeedHQ/action/compare/v5.0.3...v5.2.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/373d6868929f444bc08d901fd0eb0ad52a8875ea"><code>373d686</code></a>
Release v5.2.1 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/5659c654a22af49fe428818952230412d181c0ad"><code>5659c65</code></a>
chore: bump runner version to 5.2.1 (<a
href="https://redirect.github.com/codspeedhq/action/issues/236">#236</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/22d40ad865e1488ac951c30e028bb096c419d03b"><code>22d40ad</code></a>
feat: add simulation-track-subprocess input (<a
href="https://redirect.github.com/codspeedhq/action/issues/235">#235</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/47f7cebbb775826a36a232a61a211f8cf498f936"><code>47f7ceb</code></a>
Release v5.2.0 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/d9ce15afe97e0105451ce8ec272d35508a398d56"><code>d9ce15a</code></a>
chore: bump runner version to 5.2.0 (<a
href="https://redirect.github.com/codspeedhq/action/issues/234">#234</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/994a9cfda4a1219eef0ddf98e114856440cdbe02"><code>994a9cf</code></a>
chore: bump runner version to 5.1.0 (<a
href="https://redirect.github.com/codspeedhq/action/issues/232">#232</a>)</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/15e65380001cc5aa22a1211c8469be4f40542d73"><code>15e6538</code></a>
fix: add the distribution to the instruments cache key</li>
<li>See full diff in <a
href="https://github.com/codspeedhq/action/compare/v5.0.3...v5.2.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=CodSpeedHQ/action&package-manager=github_actions&previous-version=5.0.3&new-version=5.2.1)](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 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>
@pull pull Bot locked and limited conversation to collaborators Aug 28, 2026
@pull pull Bot added the ⤵️ pull label Aug 28, 2026
@pull
pull Bot merged commit c52fe79 into tj-python:master Aug 28, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants