Skip to content

Commit 402eedd

Browse files
committed
chore: Release codspeed-runner version 4.6.0 🎉
1 parent 7ad6ef7 commit 402eedd

3 files changed

Lines changed: 23 additions & 2 deletions

File tree

CHANGELOG.md

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

66

77

8+
## [4.6.0] - 2026-01-07
9+
10+
### <!-- 0 -->🚀 Features
11+
- Check for perf compression and enable multi-events conditionally by @GuillaumeLagrange
12+
- Enable perf data compression by @art049
13+
- Add more events to perf monitoring by @GuillaumeLagrange
14+
- Add zstd compression support by @not-matthias
15+
16+
### <!-- 1 -->🐛 Bug Fixes
17+
- Do not cat stdout from command to pipe.data by @GuillaumeLagrange in [#182](https://github.com/CodSpeedHQ/runner/pull/182)
18+
- Drain events arriving after process terminated by @not-matthias
19+
- Support non-x86 libc paths by @not-matthias in [#183](https://github.com/CodSpeedHQ/runner/pull/183)
20+
21+
### <!-- 7 -->⚙️ Internals
22+
- Add instructions event, and use runner_shared for monitored events by @GuillaumeLagrange in [#154](https://github.com/CodSpeedHQ/runner/pull/154)
23+
- Bump memtrack version by @not-matthias in [#187](https://github.com/CodSpeedHQ/runner/pull/187)
24+
- Prevent gh release edit from automatically setting release as latest by @GuillaumeLagrange in [#186](https://github.com/CodSpeedHQ/runner/pull/186)
25+
- Add memtrack serialization benchmark by @not-matthias in [#184](https://github.com/CodSpeedHQ/runner/pull/184)
26+
27+
828
## [4.5.2] - 2025-12-23
929

1030
### <!-- 0 -->🚀 Features
@@ -684,6 +704,7 @@
684704
- Add linting components to the toolchain by @art049
685705

686706

707+
[4.6.0]: https://github.com/CodSpeedHQ/runner/compare/v4.5.2..v4.6.0
687708
[4.5.2]: https://github.com/CodSpeedHQ/runner/compare/v4.5.1..v4.5.2
688709
[4.5.1]: https://github.com/CodSpeedHQ/runner/compare/v4.5.0..v4.5.1
689710
[4.5.0]: https://github.com/CodSpeedHQ/runner/compare/v4.4.1..v4.5.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.5.2"
3+
version = "4.6.0"
44
edition = "2024"
55
repository = "https://github.com/CodSpeedHQ/runner"
66
publish = false

0 commit comments

Comments
 (0)