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

Commit 4a46c19

Browse files
authored
Release 1.4.0 (#207)
1 parent d4c5843 commit 4a46c19

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.4.0
8+
### Added
9+
* CLI: Added `onefuzz containers reset` to delete containers by type en masse. [#198](https://github.com/microsoft/onefuzz/pull/198), [#202](https://github.com/microsoft/onefuzz/pull/202)
10+
* Agent: Added missing approved telemetry as to tool names & crash report identification. [#203](https://github.com/microsoft/onefuzz/pull/203)
11+
12+
### Changed
13+
* Service: Enabled log sampling at the service at 20 items per second. [#174](https://github.com/microsoft/onefuzz/pull/174)
14+
15+
### Fixed
16+
* Service: Fixed multiple bugs in the service, including an exception due to invalid format string proxy or repro VM creation [#206](https://github.com/microsoft/onefuzz/pull/206)
17+
718
## 1.3.4
819
### Fixed
920
* CLI: Fixed incorrect resetting of granularly selected components introduced in 1.3.3 [#193](https://github.com/microsoft/onefuzz/pull/193)

CURRENT_VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.4
1+
1.4.0

0 commit comments

Comments
 (0)