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
+19-10
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,32 @@ 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
+
## 1.9.0
8
+
### Added
9
+
* 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)
10
+
* Service/agent: Added internal support for unmanaged nodes. This paves the way for _bring your own compute_ for fuzzing. [#318](https://github.com/microsoft/onefuzz/pull/318)
11
+
* CLI: Added `onefuzz debug` subcommands to simplify coverage and fuzzing performance for libFuzzer jobs from Application Insights. [#325](https://github.com/microsoft/onefuzz/pull/325)
12
+
* Service: Information about the user responsible for creating jobs and repro VMs is now associated with the Job and Repro VMs. [#327](https://github.com/microsoft/onefuzz/pull/327)
13
+
14
+
### Changed
15
+
* Deployment: `deploy.py` now automatically retries on failure when deploying the Azure Function App. [#330](https://github.com/microsoft/onefuzz/pull/330)
16
+
17
+
### Fixed
18
+
* Service: Address multiple minor issues previously hidden by function decorators used for caching. [#322](https://github.com/microsoft/onefuzz/pull/322)
19
+
* Agent: Fixed libFuzzer coverage support for internal builds of MSVC [#324](https://github.com/microsoft/onefuzz/pull/324)
20
+
* Agent: Address issue preventing instance-wide setup scripts from executing in some cases. [#331](https://github.com/microsoft/onefuzz/pull/331)
* Service: Information about the user responsible for creating tasks is now associated with the tasks (this information is available in the task related event webhooks). [#303](https://github.com/microsoft/onefuzz/pull/303)
* Service: Fixed setting `target_workers`, used to configure the number of concurrent libfuzzer workers within a task. [#305](https://github.com/microsoft/onefuzz/pull/305)
0 commit comments