This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
5.17.0
5.17.0
Added
- Service: Add a
DeleteAll
operation to ORM that speeds up the deletion of multiple entities. #2519
Changed
- Documentation: Remove suggestion to reset
IterationPath
upon duplicate. #2533 - Service: Ignoring the scanning log file when reporting an issue with azcopy. #2536
Fixed
- CLI: Fixed failures in command
$ onefuzz status pool <pool_name>
. #2551 - Deployment: Fix the OneFuzz web address that is used to generate the
input_url
for bug reporting. #2543 - Service: Produce an error if coverage recording failed due to a timeout. #2529
- Service: Increased the default timeout for coverage recording from 5 seconds to 120 to prevent premature errors while parsing symbols and executables. #2556
- Service: Fixed errors in ADO notifications to reduce duplicate bug-filing. #2534
- Service: Handle null values better in
ScalesetOperations
andVmssOperations
when a scaleset is in shutdown state. #2538 - Service: Fix exception message formatting in
VmssOperations
. #2546 - Service: Downgrade instance not found exception. #2549
- Service: Lower log level on symbol region overlap findings during coverage recording. #2559