|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [4.10.6] - 2026-02-09 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Force necessary flags for `go run` in introspected go by @GuillaumeLagrange in [#238](https://github.com/CodSpeedHQ/runner/pull/238) |
| 12 | +- Bump the stack size for python by @GuillaumeLagrange |
| 13 | +- Make python generate perf maps in exec-harness analysis by @GuillaumeLagrange |
| 14 | +- Harvest python perf maps after parsing perf data by @GuillaumeLagrange |
| 15 | +- Allow memory instrument with exec-harness's integration hook by @GuillaumeLagrange |
| 16 | +- Use the new instrument-hooks bindings rather than codspeed core by @GuillaumeLagrange |
| 17 | + |
| 18 | +### <!-- 1 -->🐛 Bug Fixes |
| 19 | +- Panic if integration doesn't support memory profiling by @not-matthias in [#239](https://github.com/CodSpeedHQ/runner/pull/239) |
| 20 | +- Allow memtrack caching by resetting .cargo permissions by @not-matthias in [#237](https://github.com/CodSpeedHQ/runner/pull/237) |
| 21 | +- Search build directories in sub-folders by @not-matthias |
| 22 | +- Handle working-directory option by @not-matthias |
| 23 | +- Improve simulation script support and detect subprocesses by @GuillaumeLagrange |
| 24 | + |
| 25 | +### <!-- 2 -->🏗️ Refactor |
| 26 | +- Move common perf-map utility outside of valgrind helpers by @GuillaumeLagrange |
| 27 | + |
| 28 | +### <!-- 7 -->⚙️ Internals |
| 29 | +- Bump memtrack version |
| 30 | +- Add debug logs for harvested bench pids by @GuillaumeLagrange |
| 31 | +- Update wording in build.rs by @GuillaumeLagrange in [#235](https://github.com/CodSpeedHQ/runner/pull/235) |
| 32 | +- Use tokio::fs when harvesting perf maps from pids by @GuillaumeLagrange |
| 33 | +- Import instrument-hooks bindings from codspeed-rust by @GuillaumeLagrange |
| 34 | +- Move small snapshot files out of Git LFS by @art049 |
| 35 | + |
| 36 | + |
8 | 37 | ## [4.10.5] - 2026-02-06 |
9 | 38 |
|
10 | 39 | ### <!-- 0 -->🚀 Features |
|
917 | 946 | - Add linting components to the toolchain by @art049 |
918 | 947 |
|
919 | 948 |
|
| 949 | +[4.10.6]: https://github.com/CodSpeedHQ/runner/compare/v4.10.5..v4.10.6 |
920 | 950 | [4.10.5]: https://github.com/CodSpeedHQ/runner/compare/v4.10.4..v4.10.5 |
921 | 951 | [4.10.4]: https://github.com/CodSpeedHQ/runner/compare/v4.10.3..v4.10.4 |
922 | 952 | [4.10.3]: https://github.com/CodSpeedHQ/runner/compare/v4.10.2..v4.10.3 |
|
0 commit comments