This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
5.8.0
5.8.0
Added
- Service: Add correct routes and auth to agent C# functions. #2109
- Service: Port
agent_registration
to C#. #2107 - Agent: Add the
dotnet_coverage
task. #2062 - Agent: Add multiple ways to specify LibFuzzerDotnetLoader targets. #2136
- Agent: Add logging to LibFuzzerDotnetLoader. #2141
- Documentation: Added documentation for LibFuzzerDotnetLoader. #2142
Changed
- Service: Add caching to C# storage implementation so repeated queries do not get throttled. #2102
- Service: Remove unused poolname validation. #2094
- Service: Make the hostbuilder async in C#. #2122
- Service: Updated the scaling policy for the App Functions. #2140
- Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. #2022
- Agent: Remove incomplete macOS support. #2134, #2135
Fixed
- Service: Include State filter when searching for expired tasks and jobs. #2138
- Service: Fix reported TLS errors. #2087
- Service: Change the
upload_file
method to use the Azcopy command by default for robustness and fall back to the Azure Python SDK implementation if needed. This also addresses issues where low bandwidth connections timeout due to not being able to handle multiple concurrent upload streams. #1556 - Service: Update the log SAS URL to last as long as the job duration. #2116, #2121
- Service: Fixed a number of issues in the C# implementation of
TimerProxy
. #2133 - Agent: Fix a race condition when monitoring files on the VM. #2105