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
+32Lines changed: 32 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,36 @@
5
5
6
6
7
7
8
+
## [4.4.1] - 2025-11-21
9
+
10
+
### <!-- 0 -->🚀 Features
11
+
- Display oidc as announcement by @fargito
12
+
- Add --allow-empty run option by @GuillaumeLagrange in [#160](https://github.com/CodSpeedHQ/runner/pull/160)
13
+
14
+
### <!-- 1 -->🐛 Bug Fixes
15
+
- Do not espace trailing newlines in logger by @fargito
16
+
- Make multiline logs appear correctly in summary by @fargito in [#162](https://github.com/CodSpeedHQ/runner/pull/162)
17
+
- Request OIDC token just before upload by @fargito
18
+
- Update docs links to oidc by @fargito in [#159](https://github.com/CodSpeedHQ/runner/pull/159)
19
+
20
+
21
+
## [4.4.0] - 2025-11-19
22
+
23
+
### <!-- 0 -->🚀 Features
24
+
- Add support for oidc token authentication by @fargito in [#156](https://github.com/CodSpeedHQ/runner/pull/156)
25
+
- Accept simulation as runner mode by @GuillaumeLagrange in [#152](https://github.com/CodSpeedHQ/runner/pull/152)
26
+
- 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)
27
+
- Validate walltime results before uploading by @GuillaumeLagrange
28
+
- Import walltime_results from monorepo by @GuillaumeLagrange
29
+
30
+
### <!-- 1 -->🐛 Bug Fixes
31
+
- Dont start perf unless it's not already started by @not-matthias in [#158](https://github.com/CodSpeedHQ/runner/pull/158)
32
+
- Use a line buffer when reading stdout/stderr streams by @GuillaumeLagrange
33
+
34
+
### <!-- 7 -->⚙️ Internals
35
+
- Update AGENTS.md to use cargo nextest if available by @GuillaumeLagrange
36
+
37
+
8
38
## [4.3.4] - 2025-11-10
9
39
10
40
### <!-- 0 -->🚀 Features
@@ -580,6 +610,8 @@
580
610
- Add linting components to the toolchain by @art049
0 commit comments