Skip to content

Commit b714ecb

Browse files
committed
chore: Release
1 parent c981eb3 commit b714ecb

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@
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+
- Make runner-shared not publishable
36+
- Add debug log for /proc/<pid>/maps by @not-matthias
37+
38+
839
## [4.0.1] - 2025-09-09
940

1041
### <!-- 1 -->🐛 Bug Fixes
@@ -457,6 +488,7 @@
457488
- Add linting components to the toolchain by @art049
458489

459490

491+
[4.1.0]: https://github.com/CodSpeedHQ/runner/compare/v4.0.1..v4.1.0
460492
[4.0.1]: https://github.com/CodSpeedHQ/runner/compare/v4.0.0..v4.0.1
461493
[4.0.0]: https://github.com/CodSpeedHQ/runner/compare/v3.8.1..v4.0.0
462494
[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)