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

5.16.0

Compare
Choose a tag to compare
@nharper285 nharper285 released this 17 Oct 18:03
· 595 commits to main since this release

5.16.0

Added

  • Documentation: Added OneFuzz logo to the README file. #2340
  • Agent: Added try_insert function when building code coverage maps. #2510

Changed

  • Documentation: Described the importance of using the right runtime identifier (RID) when building .NET binaries. #2490
  • Service: Downgraded logging statement from error to warn and also included the http result code. #2484
  • Service/CLI: Updated python dependencies. #2470
  • Service: Updated the verbosity of azcopy logging to assist in debugging copy failures. #2598
  • Agent/Supervisor/Proxy: Updated third-party Rust dependencies.#2500
  • Service: Update the logic for checking if a blob exists before uploading to reduce contention during uploads. #2503
  • Service: Changed the way we update the scaleInProtection on a scaleset node to minimize throttling. #2505

Fixed

  • Service: Only fetch InstanceView data when required. This will reduce throttling by Azure.#2506
  • Service: Fixed github notification queries in the C# implementation (currently not turned on). #2513, #2514