This repository was archived by the owner on Nov 1, 2023. It is now read-only.
5.1.0
5.1.0
Added
- Service: Added a new webhook message format compatible with Azure Event Grid. #1640
- Service: Added initial auto scaling support for VM scale sets. #1647, #1661
- Agent: Add an explicit timeout to setup scripts so hangs are easier to debug. #1659
Changed
- CLI/Service: Updated multiple first-party and third-party Python dependencies. #1606, #1634
- Agent: Check system-wide memory usage and fail tasks that are nearly out of memory. #1657
Fixed
- Service: Fix
taskfield to the correctNodeTaskstype so serialization works correctly. #1627 - Agent: Convert escaped characters when accessing the name of a blob in a URL. #1673
- Agent: Override
runsparameter when testing inputs as we only want to test them once. #1651 - Service: Remove deprecated
warn()method. #1641