You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 1, 2023. It is now read-only.
* Agent: Creating `CustomMetrics` for Rust `CustomEvents`[#3188](https://github.com/microsoft/onefuzz/pull/3188)
19
+
* Agent: Added prereqs for implementing caching for coverage locations and debuginfo in `coverage` task [#3218](https://github.com/microsoft/onefuzz/pull/3218)
19
20
* CLI: Added command `onefuzz repro get_files` for downloading files to locally reproduce a crash [#3160](https://github.com/microsoft/onefuzz/pull/3160)
20
21
* CLI: Added command `onefuzz debug notification test_template <template> [--task_id <task_id>] [--report <report>]` to allow a report to be sent when debugging [#3206](https://github.com/microsoft/onefuzz/pull/3206)
22
+
* Documentation: Added documentation on how to use the validation tools [#3212](https://github.com/microsoft/onefuzz/pull/3212)
21
23
22
24
### Changed
23
25
@@ -27,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
27
29
* Deployment/Service: Enable custom metrics app config value [#3190](https://github.com/microsoft/onefuzz/pull/3190)
28
30
* Documentation: Renamed example `coverage.rs` to `record.rs` to match documentation [#3204](https://github.com/microsoft/onefuzz/pull/3204)
29
31
* Service: Moved authentication into middleware [#3133](https://github.com/microsoft/onefuzz/pull/3133)
30
-
* Service: Store authentication information in KeyVault [#3127](https://github.com/microsoft/onefuzz/pull/3127)
32
+
* Service: Store authentication information in KeyVault [#3127](https://github.com/microsoft/onefuzz/pull/3127), [#3223](https://github.com/microsoft/onefuzz/pull/3223)
31
33
* Service: Port current logging implementation to ILogger [#3173](https://github.com/microsoft/onefuzz/pull/3173)
0 commit comments