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

Commit 52f11cc

Browse files
authored
release 2.20.0 (#964)
1 parent c0e6051 commit 52f11cc

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ 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.20.0
8+
### Added
9+
* Agent: Added a new `coverage` task that enables coverage analysis for both uninstrumented and Sancov targets on Linux and Windows. [#763](https://github.com/microsoft/onefuzz/pull/763)
10+
11+
### Changed
12+
* Agent: Improved performance of the libFuzzer fuzzing tasks. [#941](https://github.com/microsoft/onefuzz/pull/941)
13+
* CLI: Changed the `libfuzzer basic` job template to use the new `coverage` task. [#763](https://github.com/microsoft/onefuzz/pull/763)
14+
* Deployment: Added automatic retry when authorizing newly-created applications during deployment. [#959](https://github.com/microsoft/onefuzz/pull/959)
15+
* Supervisor: Simplified the service coordination logic and added increased context upon failure. [#963](https://github.com/microsoft/onefuzz/pull/963)
16+
717
## 2.19.0
818
### Added
919
* Agent/Supervisor: Added azcopy log recording upon azcopy failure. [#945](https://github.com/microsoft/onefuzz/pull/945)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.19.0
1+
2.20.0

0 commit comments

Comments
 (0)