|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [4.13.0] - 2026-03-26 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Forward the fair-sched flag to valgrind by @GuillaumeLagrange in [#279](https://github.com/CodSpeedHQ/runner/pull/279) |
| 12 | +- Add new cli flag --fair-sched and support for experimental flags by @GuillaumeLagrange |
| 13 | +- Pass java options benchmark by @not-matthias |
| 14 | +- Add snapshot test for local provider resolution by @GuillaumeLagrange |
| 15 | +- Add `codspeed auth status`, `codspeed setup status`, and `codspeed status` commands by @GuillaumeLagrange |
| 16 | +- Remove nerd fonts and centralize icon definition by @GuillaumeLagrange in [#272](https://github.com/CodSpeedHQ/runner/pull/272) |
| 17 | +- Add --base argument to compare local run to another run by @GuillaumeLagrange |
| 18 | +- Hide the cursor while running by @GuillaumeLagrange |
| 19 | +- Print the banner in a single eprintln! call by @GuillaumeLagrange |
| 20 | +- Add `codspeed update` command by @GuillaumeLagrange in [#275](https://github.com/CodSpeedHQ/runner/pull/275) |
| 21 | + |
| 22 | +### <!-- 1 -->🐛 Bug Fixes |
| 23 | +- Only hide curser after clap is done parsing cli args by @GuillaumeLagrange |
| 24 | +- Use exact executable matching for perf unwinding mode detection by @not-matthias in [#261](https://github.com/CodSpeedHQ/runner/pull/261) |
| 25 | +- Support spaces in base injected env by @not-matthias |
| 26 | +- Fix error when running outside of git repository by @GuillaumeLagrange in [#268](https://github.com/CodSpeedHQ/runner/pull/268) |
| 27 | +- Resolve working_directory relative to config file, not CWD by @GuillaumeLagrange in [#270](https://github.com/CodSpeedHQ/runner/pull/270) |
| 28 | +- Do not run teardown if executor's run failed by @GuillaumeLagrange |
| 29 | + |
| 30 | +### <!-- 2 -->🏗️ Refactor |
| 31 | +- Extract `parse_repository_from_remote` into shared helpers by @GuillaumeLagrange |
| 32 | +- Move the benchmark display helpers to the upload module by @GuillaumeLagrange in [#273](https://github.com/CodSpeedHQ/runner/pull/273) |
| 33 | +- Extract config discovery into `DiscoveredProjectConfig` by @GuillaumeLagrange |
| 34 | + |
| 35 | +### <!-- 7 -->⚙️ Internals |
| 36 | +- Use frame-pointer unwinding with Java by @not-matthias |
| 37 | +- Add basic basic end to end invocation by @GuillaumeLagrange in [#274](https://github.com/CodSpeedHQ/runner/pull/274) |
| 38 | + |
| 39 | + |
8 | 40 | ## [4.12.1] - 2026-03-20 |
9 | 41 |
|
10 | 42 | ### <!-- 7 -->⚙️ Internals |
11 | | -- Bump memtrack version |
| 43 | +- Bump memtrack version by @adriencaccia |
12 | 44 |
|
13 | 45 |
|
14 | 46 | ## [4.12.0] - 2026-03-19 |
|
1039 | 1071 | - Add linting components to the toolchain by @art049 |
1040 | 1072 |
|
1041 | 1073 |
|
| 1074 | +[4.13.0]: https://github.com/CodSpeedHQ/runner/compare/v4.12.1..v4.13.0 |
1042 | 1075 | [4.12.1]: https://github.com/CodSpeedHQ/runner/compare/v4.12.0..v4.12.1 |
1043 | 1076 | [4.12.0]: https://github.com/CodSpeedHQ/runner/compare/v4.11.1..v4.12.0 |
1044 | 1077 | [4.11.1]: https://github.com/CodSpeedHQ/runner/compare/v4.11.0..v4.11.1 |
|
0 commit comments