You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,23 @@
5
5
6
6
7
7
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
+
8
25
## [4.3.4] - 2025-11-10
9
26
10
27
### <!-- 0 -->🚀 Features
@@ -580,6 +597,7 @@
580
597
- Add linting components to the toolchain by @art049
0 commit comments