Skip to content

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

Merged
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master
Jul 30, 2026
Merged

[pull] master from aio-libs:master#692
pull[bot] merged 1 commit into
tj-python:masterfrom
aio-libs:master

Conversation

@pull

@pull pull Bot commented Jul 30, 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 : )

Bumps [CodSpeedHQ/action](https://github.com/codspeedhq/action) from
4.18.5 to 4.19.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>v4.19.1</h2>
<h2>Release Notes</h2>
<p>This release ships improvements for the memory instrument.</p>
<p>The memory instrument now lazily attaches to allocators, which lowers
the startup time to a few seconds (down from minutes on certain
systems). Additionally, we shipped a series of serialization
improvements, removing in some large benchmarks 3+ minutes of extra CI
time.</p>
<h3><!-- raw HTML omitted -->🐛 Bug Fixes</h3>
<ul>
<li>Track successful posix_memalign allocations (<a
href="https://redirect.github.com/codspeedhq/action/issues/470">#470</a>)
by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/470">#470</a></li>
<li>Prompt sudo on interactive stdin (<a
href="https://redirect.github.com/codspeedhq/action/issues/459">#459</a>)
by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/459">#459</a></li>
<li>Reject empty command before executor setup (<a
href="https://redirect.github.com/codspeedhq/action/issues/467">#467</a>)
by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/467">#467</a></li>
</ul>
<h3><!-- raw HTML omitted -->⚙️ Internals</h3>
<ul>
<li>chore: bump runner version to 4.19.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/225">CodSpeedHQ/action#225</a></li>
</ul>
<h3><!-- raw HTML omitted -->💼 Other</h3>
<ul>
<li>Bump the memtrack pin to 1.3.0 by <a
href="https://github.com/adriencaccia"><code>@​adriencaccia</code></a>
in <a
href="https://redirect.github.com/CodSpeedHQ/runner/pull/474">#474</a></li>
</ul>
<h2>Install codspeed-runner 4.19.1</h2>
<h3>Install prebuilt binaries via shell script</h3>
<pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-installer.sh
| sh
</code></pre>
<h2>Download codspeed-runner 4.19.1</h2>
<table>
<thead>
<tr>
<th>File</th>
<th>Platform</th>
<th>Checksum</th>
</tr>
</thead>
<tbody>
<tr>
<td><a
href="https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz">codspeed-runner-aarch64-apple-darwin.tar.gz</a></td>
<td>Apple Silicon macOS</td>
<td><a
href="https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-apple-darwin.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz">codspeed-runner-aarch64-unknown-linux-musl.tar.gz</a></td>
<td>ARM64 MUSL Linux</td>
<td><a
href="https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-aarch64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
<tr>
<td><a
href="https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz">codspeed-runner-x86_64-unknown-linux-musl.tar.gz</a></td>
<td>x64 MUSL Linux</td>
<td><a
href="https://github.com/CodSpeedHQ/codspeed/releases/download/v4.19.1/codspeed-runner-x86_64-unknown-linux-musl.tar.gz.sha256">checksum</a></td>
</tr>
</tbody>
</table>
<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>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1">https://github.com/CodSpeedHQ/action/compare/v4.19.0...v4.19.1</a></p>
<h2>v4.19.0</h2>
<h2>Release Notes</h2>
<p>This release adds a new
<code>--experimental-exclude-allocations</code> feature to remove
allocator time from Simulation benchmarks.</p>
<h3><!-- raw HTML omitted -->🚀 Features</h3>
<ul>
<li>Remove eager allocator discovery by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li>
<li>Attach allocator probes on demand via exec-mapping watcher by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li>
<li>Add exec-mapping watcher BPF prog and inode maps by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li>
<li>Add experimental --exclude-allocations setting by <a
href="https://github.com/not-matthias"><code>@​not-matthias</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/f22792bfac16f3e14eb9fbea76f4a48e9cc22b93"><code>f22792b</code></a>
Release v4.19.1 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/b07ddfbc843d6aab7f2bdbac308754716e676636"><code>b07ddfb</code></a>
chore: bump runner version to 4.19.1</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/9c498abf90f466ace8338cd5505d6ab277e1f9a3"><code>9c498ab</code></a>
Release v4.19.0 🚀</li>
<li><a
href="https://github.com/CodSpeedHQ/action/commit/a65d9f01a0251f66f48d60d9e22ae088d83ce4b2"><code>a65d9f0</code></a>
chore: bump runner version to 4.19.0</li>
<li>See full diff in <a
href="https://github.com/codspeedhq/action/compare/v4.18.5...v4.19.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=4.18.5&new-version=4.19.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 Jul 30, 2026
@pull pull Bot added the ⤵️ pull label Jul 30, 2026
@pull
pull Bot merged commit 8663b28 into tj-python:master Jul 30, 2026
5 checks passed
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.

0 participants