|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [4.15.1] - 2026-05-06 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Add a way to disable perf compression through env var by @GuillaumeLagrange in [#334](https://github.com/CodSpeedHQ/runner/pull/334) |
| 12 | +- Do not display the comparison nudge when not in an interactive terminal by @GuillaumeLagrange in [#300](https://github.com/CodSpeedHQ/runner/pull/300) |
| 13 | +- Display a warning when profiling generation failed by @GuillaumeLagrange |
| 14 | +- Detect and abort on ring buffer overflow by @not-matthias in [#321](https://github.com/CodSpeedHQ/runner/pull/321) |
| 15 | +- Grow ring buffer to 16 MiB by @not-matthias |
| 16 | + |
| 17 | +### <!-- 7 -->⚙️ Internals |
| 18 | +- Increase stack sampling for python by @GuillaumeLagrange in [#337](https://github.com/CodSpeedHQ/runner/pull/337) |
| 19 | +- Replace hard coded lint job for a dedicated check action by @GuillaumeLagrange in [#320](https://github.com/CodSpeedHQ/runner/pull/320) |
| 20 | +- Bump cpp-linter-hooks to support darwin by @GuillaumeLagrange |
| 21 | +- Swap pre-commit action for prek by @GuillaumeLagrange |
| 22 | +- Fix unused clippy errors in test targets on macos by @GuillaumeLagrange |
| 23 | +- Run pre-commit hooks on macos and ubuntu-latest by @GuillaumeLagrange |
| 24 | + |
| 25 | + |
8 | 26 | ## [4.15.0] - 2026-04-28 |
9 | 27 |
|
10 | 28 | ### <!-- 0 -->🚀 Features |
|
20 | 38 | - Add stripped binary and debug file test fixtures by @not-matthias |
21 | 39 |
|
22 | 40 | ### <!-- 7 -->⚙️ Internals |
23 | | -- Bump exec-harness version |
| 41 | +- Bump exec-harness version by @adriencaccia |
24 | 42 | - Add macos basic run test by @GuillaumeLagrange in [#319](https://github.com/CodSpeedHQ/runner/pull/319) |
25 | 43 | - Remove DumpPerfMapAtExit in favor of custom dumper by @not-matthias in [#295](https://github.com/CodSpeedHQ/runner/pull/295) |
26 | 44 |
|
|
1113 | 1131 | - Add linting components to the toolchain by @art049 |
1114 | 1132 |
|
1115 | 1133 |
|
| 1134 | +[4.15.1]: https://github.com/CodSpeedHQ/runner/compare/v4.15.0..v4.15.1 |
1116 | 1135 | [4.15.0]: https://github.com/CodSpeedHQ/runner/compare/v4.14.0..v4.15.0 |
1117 | 1136 | [4.14.0]: https://github.com/CodSpeedHQ/runner/compare/v4.13.0..v4.14.0 |
1118 | 1137 | [4.13.0]: https://github.com/CodSpeedHQ/runner/compare/v4.12.1..v4.13.0 |
|
0 commit comments