Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

5.11.0

Compare
Choose a tag to compare
@nharper285 nharper285 released this 24 Aug 14:47
· 728 commits to main since this release
07fb794

5.11.0

Added

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 and task state enumerations are compared. #2004
  • Service: Clone the JsonSerializerOptions instead of just modifying it. #2280
  • Service: Fixed a NullReferenceException in CreateQueue. #2283