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.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+21-1
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,34 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
7
+
## 2.28.0
8
+
### Added
9
+
* CLI: Added the ability to remove existing container notifications upon creating a notification integration. [#1084](https://github.com/microsoft/onefuzz/pull/1084)
10
+
* CLI/Documentation: Added an example `generic_analysis` task that demonstrates collecting LLVM source-based coverage. [#1072](https://github.com/microsoft/onefuzz/pull/1072)
11
+
* Supervisor: Added service-interaction resiliency for node commands. [#1098](https://github.com/microsoft/onefuzz/pull/1098)
12
+
13
+
### Changed
14
+
* Agent/Supervisor/Proxy: Addressed multiple new `cargo-clippy` warnings. [#1089](https://github.com/microsoft/onefuzz/pull/1089)
15
+
* Agent: Added more context to errors in generator tasks. [#1094](https://github.com/microsoft/onefuzz/pull/1094)
16
+
* Agent: Added support for ASAN runtime identification of format string bugs. [#1093](https://github.com/microsoft/onefuzz/pull/1093)
17
+
* Agent: Added verification that `{input}` is provided to the application under test via `target_env` or `target_options`. [#1097](https://github.com/microsoft/onefuzz/pull/1097)
18
+
* Agent: Continued development related to upcoming features. [#1090](https://github.com/microsoft/onefuzz/pull/1090), [#1091](https://github.com/microsoft/onefuzz/pull/1091)
19
+
* CLI/Service: Updated multiple first-party and third-party Python dependencies. [#1086](https://github.com/microsoft/onefuzz/pull/1086)
20
+
* CLI: Changed job templates to replace existing notifications for the unique report container. [#1084](https://github.com/microsoft/onefuzz/pull/1084)
21
+
* Service: Added more context to Azure DevOps errors. [#1082](https://github.com/microsoft/onefuzz/pull/1082)
22
+
* Service: Notification secrets are now deleted from Azure KeyVault upon notification deletion. [#1085](https://github.com/microsoft/onefuzz/pull/1085)
23
+
24
+
### Fixed
25
+
* Agent: Fixed an issue logging ASAN output upon ASAN log parse errors. [#1092](https://github.com/microsoft/onefuzz/pull/1092)
26
+
* Agent: Fixed issues handling non-UTF8 output from applications under test. [#1088](https://github.com/microsoft/onefuzz/pull/1088)
27
+
7
28
## 2.27.0
8
29
### Changed
9
30
* Agent: Batch processing results are now saved after every 10 executions. [#1076](https://github.com/microsoft/onefuzz/pull/1076)
0 commit comments