Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 7a90cfc

Browse files
authored
Release 2.4.0 (#523)
1 parent c9455fd commit 7a90cfc

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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)
14+
* Agent/Proxy: Update multiple third-party Rust libraries. [#517](https://github.com/microsoft/onefuzz/pull/517)
15+
16+
### Fixed
17+
* 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+
719
## 2.3.0
820
### Changed
921
* Service: Clarify log messages when the service and agent versions mismatch. [#510](https://github.com/microsoft/onefuzz/pull/510)

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.0
1+
2.4.0

0 commit comments

Comments
 (0)