Skip to content

Commit 710c371

Browse files
committed
chore: Release codspeed-runner version 4.11.0 🎉
1 parent 255f737 commit 710c371

3 files changed

Lines changed: 29 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@
55

66

77

8+
## [4.11.0] - 2026-02-23
9+
10+
### <!-- 0 -->🚀 Features
11+
- Collect debug info by pid by @GuillaumeLagrange in [#240](https://github.com/CodSpeedHQ/runner/pull/240)
12+
- Skip tests requiring sudo if `GITHUB_ACTIONS` is not set by @GuillaumeLagrange
13+
- Deduplicate symbol maps, unwind_data and debug info by @GuillaumeLagrange
14+
- Use bench_pids filters when harvesting symbols from perf file by @GuillaumeLagrange
15+
- Add new fields to perf metadata by @GuillaumeLagrange in [#246](https://github.com/CodSpeedHQ/runner/pull/246)
16+
- Always try to attach to libc-compatible API by @not-matthias
17+
- Support tcmalloc by @not-matthias
18+
- Support more standard allocation APIs by @not-matthias
19+
- Add tracegrind support as an alternative simulation tool by @art049 in [#236](https://github.com/CodSpeedHQ/runner/pull/236)
20+
21+
### <!-- 1 -->🐛 Bug Fixes
22+
- Re-add perf map colection removed by mistake by @GuillaumeLagrange in [#251](https://github.com/CodSpeedHQ/runner/pull/251)
23+
24+
### <!-- 2 -->🏗️ Refactor
25+
- Use common lib paths for all allocators by @not-matthias
26+
27+
### <!-- 7 -->⚙️ Internals
28+
- Bump exec-harness version
29+
- Remove outdated allocator check by @not-matthias in [#241](https://github.com/CodSpeedHQ/runner/pull/241)
30+
- Add tcmalloc test by @not-matthias
31+
32+
833
## [4.10.6] - 2026-02-09
934

1035
### <!-- 0 -->🚀 Features
@@ -26,7 +51,7 @@
2651
- Move common perf-map utility outside of valgrind helpers by @GuillaumeLagrange
2752

2853
### <!-- 7 -->⚙️ Internals
29-
- Bump memtrack version
54+
- Bump memtrack version by @adriencaccia
3055
- Add debug logs for harvested bench pids by @GuillaumeLagrange
3156
- Update wording in build.rs by @GuillaumeLagrange in [#235](https://github.com/CodSpeedHQ/runner/pull/235)
3257
- Use tokio::fs when harvesting perf maps from pids by @GuillaumeLagrange
@@ -946,6 +971,7 @@
946971
- Add linting components to the toolchain by @art049
947972

948973

974+
[4.11.0]: https://github.com/CodSpeedHQ/runner/compare/v4.10.6..v4.11.0
949975
[4.10.6]: https://github.com/CodSpeedHQ/runner/compare/v4.10.5..v4.10.6
950976
[4.10.5]: https://github.com/CodSpeedHQ/runner/compare/v4.10.4..v4.10.5
951977
[4.10.4]: https://github.com/CodSpeedHQ/runner/compare/v4.10.3..v4.10.4

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "codspeed-runner"
3-
version = "4.10.6"
3+
version = "4.11.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed"
66
publish = false

0 commit comments

Comments
 (0)