|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [4.1.0] - 2025-10-02 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Add timestamp to unwind data by @not-matthias in [#120](https://github.com/CodSpeedHQ/runner/pull/120) |
| 12 | +- Add unwind data v2 format with base_svma by @not-matthias |
| 13 | +- Add perf v2 support by @not-matthias in [#119](https://github.com/CodSpeedHQ/runner/pull/119) |
| 14 | +- Add runner-shared crate by @not-matthias |
| 15 | +- Add content encoding to upload metadata by @adriencaccia |
| 16 | +- Do not compress profile archive for walltime runs by @adriencaccia |
| 17 | +- Detect stack size at runtime by @not-matthias in [#103](https://github.com/CodSpeedHQ/runner/pull/103) |
| 18 | +- Add unwind data tests by @not-matthias |
| 19 | +- Run python with perf jit dump by @not-matthias |
| 20 | + |
| 21 | +### <!-- 1 -->🐛 Bug Fixes |
| 22 | +- Use shared elf_helper for unwind and symbol information by @not-matthias |
| 23 | +- Cargo clippy lints by @not-matthias |
| 24 | +- Only enable debug logs GH action is debugged by @not-matthias in [#118](https://github.com/CodSpeedHQ/runner/pull/118) |
| 25 | +- Forward go runner exit status by @not-matthias in [#115](https://github.com/CodSpeedHQ/runner/pull/115) |
| 26 | +- Ignore statically linked python by @not-matthias |
| 27 | +- Codspeed debug check by @not-matthias |
| 28 | +- Create perf map for jitdump by @not-matthias |
| 29 | + |
| 30 | +### <!-- 2 -->🏗️ Refactor |
| 31 | +- Store upload metadata latest version in a const by @adriencaccia in [#117](https://github.com/CodSpeedHQ/runner/pull/117) |
| 32 | +- Refactor profile-archive by @adriencaccia |
| 33 | + |
| 34 | +### <!-- 7 -->⚙️ Internals |
| 35 | +- Fix the release commit message by @art049 |
| 36 | +- Make runner-shared not publishable by @art049 |
| 37 | +- Add debug log for /proc/<pid>/maps by @not-matthias |
| 38 | + |
| 39 | + |
8 | 40 | ## [4.0.1] - 2025-09-09 |
9 | 41 |
|
10 | 42 | ### <!-- 1 -->🐛 Bug Fixes |
|
457 | 489 | - Add linting components to the toolchain by @art049 |
458 | 490 |
|
459 | 491 |
|
| 492 | +[4.1.0]: https://github.com/CodSpeedHQ/runner/compare/v4.0.1..v4.1.0 |
460 | 493 | [4.0.1]: https://github.com/CodSpeedHQ/runner/compare/v4.0.0..v4.0.1 |
461 | 494 | [4.0.0]: https://github.com/CodSpeedHQ/runner/compare/v3.8.1..v4.0.0 |
462 | 495 | [3.8.1]: https://github.com/CodSpeedHQ/runner/compare/v3.8.0..v3.8.1 |
|
0 commit comments