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

Commit 1d49f27

Browse files
authored
Release 1.10.0 (#365)
1 parent 203bc22 commit 1d49f27

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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+
## 1.10.0
8+
### Added
9+
* CLI: Added `libfuzzer merge` job template, which enables running performing libfuzzer input minimization as a batch operation. [#282](https://github.com/microsoft/onefuzz/pull/282)
10+
* CLI/Service: Added the instance-specific Application Insights telemetry key to `onefuzz info get`, which will enable logging to the instance specific application insights from the SDK. [#353](https://github.com/microsoft/onefuzz/pull/353)
11+
* Agent: Added support for parsing AddressSanitizer `CHECK failed` entries, which can occur during large amounts of memory corruption. [#358](https://github.com/microsoft/onefuzz/pull/358)
12+
* Agent/Service: Added support for parsing the ASAN "scariness" score and description when `print_scariness=1` in `ASAN_OPTIONS`. [#359](https://github.com/microsoft/onefuzz/pull/359)
13+
14+
### Changed
15+
* Agent: Mark tasks as failed if the application under test generates an ASAN log file that the agent is unable to parse. [#351](https://github.com/microsoft/onefuzz/pull/351)
16+
* Agent: Updated the `libfuzzer_merge` task to merge pre-existing inputs in a single pass. [#282](https://github.com/microsoft/onefuzz/pull/282)
17+
* CLI: Clarified the error messages when prefix-expansion fails. [#342](https://github.com/microsoft/onefuzz/pull/342)
18+
* Service: Rendered `pydantic` models as JSON when logging to prevent `error=None` from showing up in the error logs. [#350](https://github.com/microsoft/onefuzz/pull/350)
19+
* Deployment: Pinned the version of pyOpenssl to the version used by multiple Azure libraries. [#348](https://github.com/microsoft/onefuzz/pull/348)
20+
* CLI/Service: (PREVIEW FEATURE) Multiple updates to job template management. [#354](https://github.com/microsoft/onefuzz/pull/354), [#360](https://github.com/microsoft/onefuzz/pull/360), [#361](https://github.com/microsoft/onefuzz/pull/361)
21+
22+
### Fixed
23+
* Agent: Fixed issue preventing the supervisor from notifying the service on some state changes. [#337](https://github.com/microsoft/onefuzz/pull/337)
24+
* Deployment: Fixed a regression in retrying password creation during deployment [#338](https://github.com/microsoft/onefuzz/pull/338)
25+
* Deployment: Fixed uploading tools when rolling back deployments. [#347](https://github.com/microsoft/onefuzz/pull/347)
26+
727
## 1.9.0
828
### Added
929
* CLI/Service: Added [Service-Managed Job Templates](docs/declarative-templates.md) as a preview feature. Enable via `onefuzz config --enable_feature job_templates`. [#226](https://github.com/microsoft/onefuzz/pull/296)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.9.0
1+
1.10.0

0 commit comments

Comments
 (0)