This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
1.3.2
Added
- Service/Agent: Non-functional nodes are now automatically re-imaged #154, #164, #30
- CLI: Added more granularity for the
onefuzz reset
sub-command #161, #182 - Deployment/Agent: Now includes AFL++ #7
- Deployment/Agent: Now includes Radamsa for Windows #143
- CLI: The
onefuzz status top
TUI now allows filtering based on job ID, project, or name #152
Changed
- Service: Nodes no longer have to wait for the scaleset to finish setup before being able to fuzz #144
- Agent: Agent now only notifies the service about its current state upon state change #175
- Service: Task error messages now limit the STDOUT and STDERR to the last 4096 bytes #170
- Service: Replaced custom queue based event loop with timers #160, #159
- Agent: Uploads that fail now report the failure earlier #166
- Agent: All timers now include automatic jitter to reduce request storms #180
- Agent: Ensemble container synchronization has been unified to once every 60 seconds (plus jitter) #180
- Agent: Upon agent failure, it will no longer incorrectly re-register and request new work. #150, #146