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
+27
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,33 @@ 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
+
## 1.11.0
8
+
### Added
9
+
* Service: Added support for sharding corpus storage accounts using "Premium" storage accounts for improved IOPs. [#334](https://github.com/microsoft/onefuzz/pull/334)
10
+
* CLI/Service/Agent: Added the ability to optionally colocate multiple compatible tasks on a single machine. The coverage and crash reporting tasks in the LibFuzzer template make use of this functionality by default. [#402](https://github.com/microsoft/onefuzz/pull/402)
11
+
* CLI: Added `onefuzz debug log tail` which enables continuously following Application Insights query results. [#401](https://github.com/microsoft/onefuzz/pull/401)
12
+
* CLI/Agent: Support verifying LibFuzzer targets at the start of a task using `-help=1`, which will enable identifying non-functional LibFuzzer targets. [#381](https://github.com/microsoft/oneufzz/pull/381)
13
+
* CLI/Agent: Support specifying whether to log a warning or fail the task when a LibFuzzer target exits with a non-zero status code (without also generating a crashing input). [#381](https://github.com/microsoft/onefuzz/pull/381)
14
+
* Agent: The STDOUT and STDERR for the supervisors and generators are now logged to Application Insights. [#400](https://github.com/microsoft/onefuzz/pull/400)
15
+
* Service: Enabled per-Scaleset SSH keys on Windows VMs, similar to existing Linux support, enabling `onefuzz debug node ssh` to both Windows and Linux nodes. [#390](https://github.com/microsoft/onefuzz/pull/390)
16
+
* Agent: Support ASAN odr-violation results. [#380](https://github.com/microsoft/onefuzz/pull/380)
17
+
* CLI/Service/Agent: Added the ability add SSH keys to nodes within scalesets. [#441](https://github.com/microsoft/onefuzz/pull/441)
18
+
* CLI: Added support for multi-tenant authentication. [#346](https://github.com/microsoft/onefuzz/pull/346)
19
+
20
+
### Changed
21
+
* Service: Updating outdated nodes is now limited to 500 nodes at a time. [#397](https://github.com/microsoft/onefuzz/pull/397)
22
+
* Service: Restrict agent from accessing API endpoints not specific to the agent. [#404](https://github.com/microsoft/onefuzz/pull/404)
* Deployment/Agent: Updated AFL++ to 3.00c. [#393](https://github.com/microsoft/onefuzz/pull/393)
25
+
* Agent: Added randomized initial jitter to agent heartbeats, which reduce API query storms when launching large number of nodes concurrently. [#387](https://github.com/microsoft/onefuzz/pull/387)
26
+
27
+
### Fixed
28
+
* CLI/Agent: Add support to verify LibFuzzer targets execute correctly at the start of a task using `-help=1`. [#381](https://github.com/microsoft/onefuzz/pull/381)
29
+
* Service: Re-enable API endpoint used by `onefuzz nodes update`. [#412](https://github.com/microsoft/onefuzz/pull/412)
30
+
* Agent: Addressed a race condition in LibFuzzer coverage analysis without initial seeds. [#403](https://github.com/microsoft/onefuzz/pull/403)
31
+
* Agent: Prevent supervisor that fatally exits from processing additional new tasks. [#378](https://github.com/microsoft/onefuzz/pull/378)
32
+
* Agent: Address issues handling LibFuzzer targets that produce non-UTF8 output to STDERR. [#379](https://github.com/microsoft/onefuzz/pull/379)
33
+
7
34
## 1.10.0
8
35
### Added
9
36
* CLI: Added `libfuzzer merge` job template, which enables running performing libfuzzer input minimization as a batch operation. [#282](https://github.com/microsoft/onefuzz/pull/282)
0 commit comments