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

Commit

Permalink
Release 2.4.0 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmc-msft authored Feb 9, 2021
1 parent c9455fd commit 7a90cfc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.4.0
### Added
* Service: Handle scaleset nodes that never register, such as nodes with instance-specific setup script failures. [#518](https://github.com/microsoft/onefuzz/pull/518)

### Changed
* Agent: Added stdout/stderr logging and clarifying context during failures to the `generic_analysis` task. [#522](https://github.com/microsoft/onefuzz/pull/522)
* Agent/Service/Proxy: Clarify log messages from the scaleset proxy. [#520](https://github.com/microsoft/onefuzz/pull/520)
* Agent/Proxy: Update multiple third-party Rust libraries. [#517](https://github.com/microsoft/onefuzz/pull/517)

### Fixed
* 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)

## 2.3.0
### Changed
* Service: Clarify log messages when the service and agent versions mismatch. [#510](https://github.com/microsoft/onefuzz/pull/510)
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0
2.4.0

0 comments on commit 7a90cfc

Please sign in to comment.