Skip to content

Commit d74d513

Browse files
committed
chore: Release codspeed-runner version 4.10.6 🎉
1 parent 601fc53 commit d74d513

3 files changed

Lines changed: 32 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,35 @@
55

66

77

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+
837
## [4.10.5] - 2026-02-06
938

1039
### <!-- 0 -->🚀 Features
@@ -917,6 +946,7 @@
917946
- Add linting components to the toolchain by @art049
918947

919948

949+
[4.10.6]: https://github.com/CodSpeedHQ/runner/compare/v4.10.5..v4.10.6
920950
[4.10.5]: https://github.com/CodSpeedHQ/runner/compare/v4.10.4..v4.10.5
921951
[4.10.4]: https://github.com/CodSpeedHQ/runner/compare/v4.10.3..v4.10.4
922952
[4.10.3]: https://github.com/CodSpeedHQ/runner/compare/v4.10.2..v4.10.3

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.5"
3+
version = "4.10.6"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/codspeed"
66
publish = false

0 commit comments

Comments
 (0)