Added
* Agent: Crash reports for LibFuzzer now attempts to parse stderr in addition to `ASAN_OPTIONS=log_path`. This enables crash reporting of go-fuzz based binaries. [127](https://github.com/microsoft/onefuzz/pull/127)
* Deployment: During deployment, App Insights logs can be configured to automatically export logs to the `app-insights` container in instance specific `func` storage account. [102](https://github.com/microsoft/onefuzz/pull/102)
Changed
* Agent: Reduced logs sent from the agent [125](https://github.com/microsoft/onefuzz/pull/125)
* Service: Scalesets now use [multiple placement groups](https://docs.microsoft.com/en-us/azure/virtual-machine-scale-sets/virtual-machine-scale-sets-placement-groups#placement-groups), allowing a scaleset to grow to 1000 nodes (or 600 if using a custom image). [121](https://github.com/microsoft/onefuzz/pull/121)
Fixed
* Deployment: Support deploying additional platforms (such as OSX). [126](https://github.com/microsoft/onefuzz/pull/126)
* Service: Fixed typing error in sorting TaskEvent. [129](https://github.com/microsoft/onefuzz/pull/129)