Skip to content

Commit e3dba09

Browse files
committed
chore: Release codspeed-runner version 4.16.0 🎉
1 parent d32d356 commit e3dba09

3 files changed

Lines changed: 38 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

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+
843
## [4.15.1] - 2026-05-06
944

1045
### <!-- 0 -->🚀 Features
@@ -1131,6 +1166,7 @@
11311166
- Add linting components to the toolchain by @art049
11321167

11331168

1169+
[4.16.0]: https://github.com/CodSpeedHQ/runner/compare/v4.15.1..v4.16.0
11341170
[4.15.1]: https://github.com/CodSpeedHQ/runner/compare/v4.15.0..v4.15.1
11351171
[4.15.0]: https://github.com/CodSpeedHQ/runner/compare/v4.14.0..v4.15.0
11361172
[4.14.0]: https://github.com/CodSpeedHQ/runner/compare/v4.13.0..v4.14.0

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

0 commit comments

Comments
 (0)