|
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | +## [4.16.0] - 2026-05-12 |
| 9 | + |
| 10 | +### <!-- 0 -->🚀 Features |
| 11 | +- Bundle samply via library crate by @not-matthias |
| 12 | +- Add samply profiler for macOS by @not-matthias |
| 13 | +- Rename CODSPEED_PERF_ENABLED to CODSPEED_PROFILER_ENABLED by @not-matthias |
| 14 | +- Add Profiler trait abstraction by @not-matthias |
| 15 | +- Restore cursor on ctrl c by @GuillaumeLagrange in [#341](https://github.com/CodSpeedHQ/runner/pull/341) |
| 16 | +- Validate tokens and repository access up front by @GuillaumeLagrange |
| 17 | + |
| 18 | +### <!-- 1 -->🐛 Bug Fixes |
| 19 | +- Disable PYTHON_PERF_JIT_SUPPORT on macOS by @not-matthias |
| 20 | +- Use mach_absolute_time for FIFO timestamps on macOS by @not-matthias |
| 21 | +- Use O_RDWR to open FIFOs on all Unix platforms by @not-matthias |
| 22 | + |
| 23 | +### <!-- 10 -->💼 Other |
| 24 | +- Make api_client the single source of truth for the auth token by @GuillaumeLagrange |
| 25 | +- Bump gql_client to partial-data fork by @GuillaumeLagrange |
| 26 | + |
| 27 | +### <!-- 2 -->🏗️ Refactor |
| 28 | +- Centralize internal re-exec via InternalCommands::get_command_builder by @not-matthias in [#338](https://github.com/CodSpeedHQ/runner/pull/338) |
| 29 | +- Rename Benchmark FIFO commands/markers to Profiler/Round by @not-matthias |
| 30 | +- Rename Profiler::wrap to wrap_command by @not-matthias |
| 31 | +- Share Linux profiler sysctl setup by @not-matthias |
| 32 | +- Port PerfRunner to Profiler trait by @not-matthias |
| 33 | +- Rename PerfMetadata to WalltimeMetadata by @not-matthias |
| 34 | +- Move perf module under profiler/ by @not-matthias |
| 35 | +- Rename FifoCommand::PingPerf to PingProfiler by @not-matthias |
| 36 | +- Rename IntegrationMode::Perf to Walltime by @not-matthias |
| 37 | + |
| 38 | +### <!-- 7 -->⚙️ Internals |
| 39 | +- Disable profiler in macos-basic-run-test by @not-matthias |
| 40 | +- Upload the basic run to validate auth of integration test by @GuillaumeLagrange |
| 41 | + |
| 42 | + |
8 | 43 | ## [4.15.1] - 2026-05-06 |
9 | 44 |
|
10 | 45 | ### <!-- 0 -->🚀 Features |
|
1131 | 1166 | - Add linting components to the toolchain by @art049 |
1132 | 1167 |
|
1133 | 1168 |
|
| 1169 | +[4.16.0]: https://github.com/CodSpeedHQ/runner/compare/v4.15.1..v4.16.0 |
1134 | 1170 | [4.15.1]: https://github.com/CodSpeedHQ/runner/compare/v4.15.0..v4.15.1 |
1135 | 1171 | [4.15.0]: https://github.com/CodSpeedHQ/runner/compare/v4.14.0..v4.15.0 |
1136 | 1172 | [4.14.0]: https://github.com/CodSpeedHQ/runner/compare/v4.13.0..v4.14.0 |
|
0 commit comments