Skip to content

Commit 56ca9ed

Browse files
Release 8.1.0 (microsoft#3086)
* Release-8.1.0 --------- Co-authored-by: Teo Voinea <58236992+tevoinea@users.noreply.github.com>
1 parent 69171af commit 56ca9ed

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,39 @@ All notable changes to this project will be documented in this file.
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## 8.1.0
11+
12+
### Added
13+
14+
* Agent: Added coverage percentage in Cobertura reports [#3034](https://github.com/microsoft/onefuzz/pull/3034)
15+
* Agent: Added `maxPerPage` to ORM [#3016](https://github.com/microsoft/onefuzz/pull/3016)
16+
* CLI: Added `onefuzz containers files download` command to download the blob content to a file [#3060](https://github.com/microsoft/onefuzz/pull/3060)
17+
18+
### Changed
19+
20+
* Agent: Reconfigured OneFuzz agent to not consume `S_LABEL` symbols from PDBs [#3046](https://github.com/microsoft/onefuzz/pull/3046)
21+
* Agent: Update `elsa::sync::FrozenMap` now implements Default [#3044](https://github.com/microsoft/onefuzz/pull/3044)
22+
* Agent: Updated agent to use insta Rust crate for snapshot tests of stacktrace parsing [#3027](https://github.com/microsoft/onefuzz/pull/3027)
23+
* Agent/CLI/Deployment: Store event payloads as blobs. Add API to download event payload given event id. [#3069](https://github.com/microsoft/onefuzz/pull/3069)
24+
* Agent/Service: Bumped Rust version, several Rust dependencies, and several C# dependencies [#3049](https://github.com/microsoft/onefuzz/pull/3049), [#3037](https://github.com/microsoft/onefuzz/pull/3037), [#3031](https://github.com/microsoft/onefuzz/pull/3031), [#3023](https://github.com/microsoft/onefuzz/pull/3023), [#2972](https://github.com/microsoft/onefuzz/pull/2972), [#2814](https://github.com/microsoft/onefuzz/pull/2814), [#3052](https://github.com/microsoft/onefuzz/pull/3052), [#3067](https://github.com/microsoft/onefuzz/pull/3067), [#3068](https://github.com/microsoft/onefuzz/pull/3068), [#3056](https://github.com/microsoft/onefuzz/pull/3056), [#2958](https://github.com/microsoft/onefuzz/pull/2958)
25+
* Service: Made our validation errors more specific so that we can handle them appropriately and reference them in documentation [#3053](https://github.com/microsoft/onefuzz/pull/3053)
26+
* Service/CLI: Updated the Azure DevOps logic to consume the list of existing items once [#3014](https://github.com/microsoft/onefuzz/pull/3014)
27+
* Service: Cap recursion in ORM [#2992](https://github.com/microsoft/onefuzz/pull/2992)
28+
* Service: Collect additional report field in an `ExtensionData` property [#3079](https://github.com/microsoft/onefuzz/pull/3079)
29+
30+
### Fixed
31+
32+
* Agent: Parse .NET exception stack traces when we see them in crash log outputs [#2988](https://github.com/microsoft/onefuzz/pull/2988)
33+
* Agent: Tweaked some of the parameters for the agent's logging to avoid task logger occasionally skipping messages [#3070](https://github.com/microsoft/onefuzz/pull/3070)
34+
* Agent: Allow libfuzzer verification to retry [#3032](https://github.com/microsoft/onefuzz/pull/3032)
35+
* Agent: Fixed typo in AzCopy parameter name and set default value to true [#3085](https://github.com/microsoft/onefuzz/pull/3085)
36+
* Agent/CLI: Added new endpoint to update the pool authentication in order to fix multiple stop messages from being sent after node shuts down [#3059](https://github.com/microsoft/onefuzz/pull/3059)
37+
* CLI: Changed `--check_fuzzer_help` to `--no_check_fuzzer_help` [#3063](https://github.com/microsoft/onefuzz/pull/3063)
38+
* Service: Include exception information when validation fails [#3077](https://github.com/microsoft/onefuzz/pull/3077)
39+
* Service: Added another truncation case for 'Request body too large...' errors [#3075](https://github.com/microsoft/onefuzz/pull/3075)
40+
* Service: Fixed the logic for marking task as failed [#3083](https://github.com/microsoft/onefuzz/pull/3083)
41+
* Service: Fixed error deserializing events from the events container [#3089](https://github.com/microsoft/onefuzz/pull/3089)
42+
1043
## 8.0.0
1144

1245
## BREAKING CHANGES

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0
1+
8.1.0

0 commit comments

Comments
 (0)