This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
5.9.0
5.9.0
Added
- Agent: Depend on SharpFuzz 2.0.0 package in the
LibFuzzerDotnetLoader
project. #2149 - Test: Added
GoodBad
C# example project to use with theLibFuzzerDotnetLoader
integration tests. #2148
Changed
- Service: Implemented the
containers
function in C#. #2078 - Service/Build: Reuse agent build artifacts if nothing in the agent source tree has changed. This is to speed up dev builds and will not impact official releases. #2115
- CLI: Default autoscale minimum value to 0. This allows a scaleset to scale-in until there are zero nodes running when no work is pending in the queue. This is important to ensure VM's have the latest patches when running. #2112, #2162
- Service: Initial work to migrate
TimerRepro
function to C#. #2168 - Service/CLI: Remove support for pre 3.0.0 style authentication. #2173
- Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. #2164, #2056, #2175, #2127
- Service: Updated C# dependencies. #2181
- Service: When getting information about a task, ignore the task's state if the
job_id
is specified. #2171
Fixed
- Agent: Drop the global event sender when closing the telemetry channel to ensure all events are flushed. #2125