|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 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 | + |
8 | 33 | ## [4.10.6] - 2026-02-09 |
9 | 34 |
|
10 | 35 | ### <!-- 0 -->🚀 Features |
|
26 | 51 | - Move common perf-map utility outside of valgrind helpers by @GuillaumeLagrange |
27 | 52 |
|
28 | 53 | ### <!-- 7 -->⚙️ Internals |
29 | | -- Bump memtrack version |
| 54 | +- Bump memtrack version by @adriencaccia |
30 | 55 | - Add debug logs for harvested bench pids by @GuillaumeLagrange |
31 | 56 | - Update wording in build.rs by @GuillaumeLagrange in [#235](https://github.com/CodSpeedHQ/runner/pull/235) |
32 | 57 | - Use tokio::fs when harvesting perf maps from pids by @GuillaumeLagrange |
|
946 | 971 | - Add linting components to the toolchain by @art049 |
947 | 972 |
|
948 | 973 |
|
| 974 | +[4.11.0]: https://github.com/CodSpeedHQ/runner/compare/v4.10.6..v4.11.0 |
949 | 975 | [4.10.6]: https://github.com/CodSpeedHQ/runner/compare/v4.10.5..v4.10.6 |
950 | 976 | [4.10.5]: https://github.com/CodSpeedHQ/runner/compare/v4.10.4..v4.10.5 |
951 | 977 | [4.10.4]: https://github.com/CodSpeedHQ/runner/compare/v4.10.3..v4.10.4 |
|
0 commit comments