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

Commit e359ed8

Browse files
authored
release 2.28.0 (#1101)
1 parent d50c5e0 commit e359ed8

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,34 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

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+
728
## 2.27.0
829
### Changed
930
* Agent: Batch processing results are now saved after every 10 executions. [#1076](https://github.com/microsoft/onefuzz/pull/1076)
1031
* Service: Optimized `file_added` event queueing by avoiding unnecessary Azure queries. [#1075](https://github.com/microsoft/onefuzz/pull/1075)
1132
* Agent: Optimized directory change monitoring. [#1078](https://github.com/microsoft/onefuzz/pull/1078)
1233
* Supervisor: Optimized agent monitoring. [#1080](https://github.com/microsoft/onefuzz/pull/1080)
1334

14-
1535
## 2.26.1
1636
### Fixed
1737
* CLI: Fixed an issue handling long-running requests. [#1068](https://github.com/microsoft/onefuzz/pull/1068)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.27.0
1+
2.28.0

0 commit comments

Comments
 (0)