Skip to content

Commit d62daf4

Browse files
committed
chore: Release runner version 4.1.0 🎉
1 parent 3c4baee commit d62daf4

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

CHANGELOG.md

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

66

77

8+
## [4.1.0] - 2025-10-02
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add timestamp to unwind data by @not-matthias in [#120](https://github.com/CodSpeedHQ/runner/pull/120)
12+
- Add unwind data v2 format with base_svma by @not-matthias
13+
- Add perf v2 support by @not-matthias in [#119](https://github.com/CodSpeedHQ/runner/pull/119)
14+
- Add runner-shared crate by @not-matthias
15+
- Add content encoding to upload metadata by @adriencaccia
16+
- Do not compress profile archive for walltime runs by @adriencaccia
17+
- Detect stack size at runtime by @not-matthias in [#103](https://github.com/CodSpeedHQ/runner/pull/103)
18+
- Add unwind data tests by @not-matthias
19+
- Run python with perf jit dump by @not-matthias
20+
21+
### <!-- 1 -->🐛 Bug Fixes
22+
- Use shared elf_helper for unwind and symbol information by @not-matthias
23+
- Cargo clippy lints by @not-matthias
24+
- Only enable debug logs GH action is debugged by @not-matthias in [#118](https://github.com/CodSpeedHQ/runner/pull/118)
25+
- Forward go runner exit status by @not-matthias in [#115](https://github.com/CodSpeedHQ/runner/pull/115)
26+
- Ignore statically linked python by @not-matthias
27+
- Codspeed debug check by @not-matthias
28+
- Create perf map for jitdump by @not-matthias
29+
30+
### <!-- 2 -->🏗️ Refactor
31+
- Store upload metadata latest version in a const by @adriencaccia in [#117](https://github.com/CodSpeedHQ/runner/pull/117)
32+
- Refactor profile-archive by @adriencaccia
33+
34+
### <!-- 7 -->⚙️ Internals
35+
- Fix the release commit message by @art049
36+
- Make runner-shared not publishable by @art049
37+
- Add debug log for /proc/<pid>/maps by @not-matthias
38+
39+
840
## [4.0.1] - 2025-09-09
941

1042
### <!-- 1 -->🐛 Bug Fixes
@@ -457,6 +489,7 @@
457489
- Add linting components to the toolchain by @art049
458490

459491

492+
[4.1.0]: https://github.com/CodSpeedHQ/runner/compare/v4.0.1..v4.1.0
460493
[4.0.1]: https://github.com/CodSpeedHQ/runner/compare/v4.0.0..v4.0.1
461494
[4.0.0]: https://github.com/CodSpeedHQ/runner/compare/v3.8.1..v4.0.0
462495
[3.8.1]: https://github.com/CodSpeedHQ/runner/compare/v3.8.0..v3.8.1

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

0 commit comments

Comments
 (0)