Added
* Agent: Added tool to check source allowlists [3246](https://github.com/microsoft/onefuzz/pull/3246)
* Agent: Precache `debuginfo` analysis for target exe in coverage example [3225](https://github.com/microsoft/onefuzz/pull/3225)
* Agent/CLI/Service: Allow tasks environment variables to be set [3294](https://github.com/microsoft/onefuzz/pull/3294)
* CLI/Service: Correlate cli to service to facilitate event lookups in AppInsights [3137](https://github.com/microsoft/onefuzz/pull/3137)
* CLI: Added `--target_timeout` flag for qemu_user template command [3277](https://github.com/microsoft/onefuzz/pull/3277)
* Documentation: Updated Threat Model [3215](https://github.com/microsoft/onefuzz/pull/3215)
* Service: Added optional `Unless` condition when updating/re-opening Work Items [3227](https://github.com/microsoft/onefuzz/pull/3227)
* Service: Include the task ID in the prerequisite task failure message [3219](https://github.com/microsoft/onefuzz/pull/3219)
* Service: Added events retention policy passed-integration-tests [3186](https://github.com/microsoft/onefuzz/pull/3186)
Changed
* Agent: Shrink published Rust debug info [3247](https://github.com/microsoft/onefuzz/pull/3247), [#3252](https://github.com/microsoft/onefuzz/pull/3252)
* Agent: Get rid of yanked hermit-abi versions [3270](https://github.com/microsoft/onefuzz/pull/3270)
* Documentation: Updated coverage docs to use correct quotes [3279](https://github.com/microsoft/onefuzz/pull/3279)
* Service: Better errors from Download: Make `GetFileSasUrl` nullable [3229](https://github.com/microsoft/onefuzz/pull/3229)
* Service: Changed template rendering from async to synchronous [3241](https://github.com/microsoft/onefuzz/pull/3241)
* Service: Log webhook exception as an "error" since we are retrying anyways [3238](https://github.com/microsoft/onefuzz/pull/3238)
* Service: Make `WebhookMessageEventGrid` compatible with the event grid format [3286](https://github.com/microsoft/onefuzz/pull/3286)
Fixed
* Agent: Improved .dll redirection by setting up .local file before invoking LibFuzzer [3269](https://github.com/microsoft/onefuzz/pull/3269)
* Agent/Service: Bumped several C, Rust dependencies, and Rust version to 1.71 [3278](https://github.com/microsoft/onefuzz/pull/3278), [#3281](https://github.com/microsoft/onefuzz/pull/3281), [#3221](https://github.com/microsoft/onefuzz/pull/3221), [#3230](https://github.com/microsoft/onefuzz/pull/3230), [#3231](https://github.com/microsoft/onefuzz/pull/3231), [#3203](https://github.com/microsoft/onefuzz/pull/3203), [#3240](https://github.com/microsoft/onefuzz/pull/3240), [#3239](https://github.com/microsoft/onefuzz/pull/3239), [#3199](https://github.com/microsoft/onefuzz/pull/3199), [#3254](https://github.com/microsoft/onefuzz/pull/3254), [#3257](https://github.com/microsoft/onefuzz/pull/3257), [#3273](https://github.com/microsoft/onefuzz/pull/3273), [#3258](https://github.com/microsoft/onefuzz/pull/3258), [#3271](https://github.com/microsoft/onefuzz/pull/3271), [#3292](https://github.com/microsoft/onefuzz/pull/3292)
* CLI/Service: Fixed regression bugs, file bugs on `regression_report` and properly reset state on duplicates [3263](https://github.com/microsoft/onefuzz/pull/3263)
* Service: Improve Azure DevOps validation problem reporting and resiliency [3222](https://github.com/microsoft/onefuzz/pull/3222)
* Service: Updated KeyVault access policy for Azure WebSites service account access [3109](https://github.com/microsoft/onefuzz/pull/3109)
* Service: Switched to default `HttpCompletion`, which is `ResponseRead` to attempt to prevent webhooks occasionally failing to send [3259](https://github.com/microsoft/onefuzz/pull/3259)
* Service: Fixed `Timestamp` response from API [3237](https://github.com/microsoft/onefuzz/pull/3237)
* Service: Trim `System.Title` if length is longer than 128 characters [3284](https://github.com/microsoft/onefuzz/pull/3284)