This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
2.14.0
Added
- Contrib: Added a sample GitHub Actions workflow and an Azure DevOps Pipeline to demonstrate deploying OneFuzz jobs using CICD. #778
- CLI/Service: Added creation timestamps to
Job
,Node
,Pool
,Scaleset
,Repro
,Task
, andTaskEvent
records returned by the service. #796, #805, #804 - Agent/Proxy/Supervisor: Added additional context to web request failures to assist in debugging issues. #798
- Service: Added task configuration to the crash_reported and regression_reported events. #793
Changes
- Agent: The full error context is now logged upon task failure. #802
- CLI: The
libfuzzer-dotnet
template no longer defaults to failing the task if the fuzzer exits with a non-zero status but no crash artifact. #807 - Agent/Proxy/Supervisor: Updated multiple Rust dependencies. #800
- Service: When multiple failures are reported for a given task, only the first failure is recorded. #797
- Agent: Continued development related to upcoming features. #820, #816, #790, #809, #812, #811, #810, #794, #799, #779