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
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 2.4.0
8
+
### Added
9
+
* Service: Handle scaleset nodes that never register, such as nodes with instance-specific setup script failures. [#518](https://github.com/microsoft/onefuzz/pull/518)
10
+
11
+
### Changed
12
+
* Agent: Added stdout/stderr logging and clarifying context during failures to the `generic_analysis` task. [#522](https://github.com/microsoft/onefuzz/pull/522)
13
+
* Agent/Service/Proxy: Clarify log messages from the scaleset proxy. [#520](https://github.com/microsoft/onefuzz/pull/520)
* Agent: Fixed potential race condition when single stepping when debugging during the `generic_crash_reporter` and `generic_generator` tasks running on Windows. [#440](https://github.com/microsoft/onefuzz/pull/440)
18
+
7
19
## 2.3.0
8
20
### Changed
9
21
* Service: Clarify log messages when the service and agent versions mismatch. [#510](https://github.com/microsoft/onefuzz/pull/510)
0 commit comments