This repository has been archived by the owner on Nov 1, 2023. It is now read-only.
5.11.0
5.11.0
Added
- Service: Converted remaining events to C#. #2253
- Agent: Add the dotnet crash report task. #2250
- Service: Additional C# migration work. #2235, #2257, #2254, #2191, #2262, #2263, #2269
Changed
- Agent: Increase the size of the output buffer when collecting logs from agent. #2166
- Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. #2270
Fixed
- Service: Use a singleton for logging to reduce memory use. #2247
- Service: Use a singleton for the EntityConverter. #2267
- Service: Add retries when creating a connection to a repro machine for debugging on windows. #2252
- Deployment: Fix deploy to use the correct date formats when querying MSGraph. #2258
- Service: Sync the Autoscale table to current scaleset settings. #2255
- Service: Fixed the pool comparison in the scheduler. #2260
- CLI: Fixed the way
job
andtask
state enumerations are compared. #2004 - Service: Clone the JsonSerializerOptions instead of just modifying it. #2280
- Service: Fixed a NullReferenceException in CreateQueue. #2283