File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66
77
8+ ## [ 4.0.0] - 2025-09-01
9+
10+ ### <!-- 0 --> 🚀 Features
11+ - Make perf enabled by default by @GuillaumeLagrange in [ #110 ] ( https://github.com/CodSpeedHQ/runner/pull/110 )
12+ - Make runner mode argument mandatory by @GuillaumeLagrange
13+ - Use introspected node in walltime mode by @GuillaumeLagrange in [ #108 ] ( https://github.com/CodSpeedHQ/runner/pull/108 )
14+ - Add instrumented go shell script by @not-matthias in [ #102 ] ( https://github.com/CodSpeedHQ/runner/pull/102 )
15+
16+ ### <!-- 1 --> 🐛 Bug Fixes
17+ - Compute proper load bias by @not-matthias in [ #107 ] ( https://github.com/CodSpeedHQ/runner/pull/107 )
18+ - Increase timeout for first perf ping by @GuillaumeLagrange
19+ - Prevent running with valgrind by @not-matthias in [ #106 ] ( https://github.com/CodSpeedHQ/runner/pull/106 )
20+
21+ ### <!-- 2 --> 🏗️ Refactor
22+ - Change go-runner binary name by @not-matthias in [ #111 ] ( https://github.com/CodSpeedHQ/runner/pull/111 )
23+
24+ ### <!-- 7 --> ⚙️ Internals
25+ - Add AGENTS.md by @GuillaumeLagrange
26+
27+
828## [ 3.8.1] - 2025-08-25
929
1030### <!-- 1 --> 🐛 Bug Fixes
431451- Add linting components to the toolchain by @art049
432452
433453
454+ [ 4.0.0 ] : https://github.com/CodSpeedHQ/runner/compare/v3.8.1..v4.0.0
434455[ 3.8.1 ] : https://github.com/CodSpeedHQ/runner/compare/v3.8.0..v3.8.1
435456[ 3.8.0 ] : https://github.com/CodSpeedHQ/runner/compare/v3.7.0..v3.8.0
436457[ 3.7.0 ] : https://github.com/CodSpeedHQ/runner/compare/v3.6.1..v3.7.0
Original file line number Diff line number Diff line change 11[package ]
22name = " codspeed-runner"
3- version = " 3.8.1 "
3+ version = " 4.0.0 "
44edition = " 2024"
55repository = " https://github.com/CodSpeedHQ/runner"
66publish = false
You can’t perform that action at this time.
0 commit comments