Skip to content

Commit 682eccf

Browse files
committed
chore: Release runner version 4.4.0 🎉
1 parent afe3221 commit 682eccf

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

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

66

77

8+
## [4.4.0] - 2025-11-19
9+
10+
### <!-- 0 -->🚀 Features
11+
- Add support for oidc token authentication by @fargito in [#156](https://github.com/CodSpeedHQ/runner/pull/156)
12+
- Accept simulation as runner mode by @GuillaumeLagrange in [#152](https://github.com/CodSpeedHQ/runner/pull/152)
13+
- Add a comment explaining why we do not check for emptiness in valgrind teardown by @GuillaumeLagrange in [#157](https://github.com/CodSpeedHQ/runner/pull/157)
14+
- Validate walltime results before uploading by @GuillaumeLagrange
15+
- Import walltime_results from monorepo by @GuillaumeLagrange
16+
17+
### <!-- 1 -->🐛 Bug Fixes
18+
- Dont start perf unless it's not already started by @not-matthias in [#158](https://github.com/CodSpeedHQ/runner/pull/158)
19+
- Use a line buffer when reading stdout/stderr streams by @GuillaumeLagrange
20+
21+
### <!-- 7 -->⚙️ Internals
22+
- Update AGENTS.md to use cargo nextest if available by @GuillaumeLagrange
23+
24+
825
## [4.3.4] - 2025-11-10
926

1027
### <!-- 0 -->🚀 Features
@@ -580,6 +597,7 @@
580597
- Add linting components to the toolchain by @art049
581598

582599

600+
[4.4.0]: https://github.com/CodSpeedHQ/runner/compare/v4.3.4..v4.4.0
583601
[4.3.4]: https://github.com/CodSpeedHQ/runner/compare/v4.3.3..v4.3.4
584602
[4.3.3]: https://github.com/CodSpeedHQ/runner/compare/v4.3.2..v4.3.3
585603
[4.3.2]: https://github.com/CodSpeedHQ/runner/compare/v4.3.1..v4.3.2

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

0 commit comments

Comments
 (0)