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

Commit 853287d

Browse files
authored
release 2.27.0 (#1077)
1 parent 58e5762 commit 853287d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.27.0
8+
### Changed
9+
* Agent: Batch processing results are now saved after every 10 executions. [#1076](https://github.com/microsoft/onefuzz/pull/1076)
10+
* Service: Optimized `file_added` event queueing by avoiding unnecessary Azure queries. [#1075](https://github.com/microsoft/onefuzz/pull/1075)
11+
* Agent: Optimized directory change monitoring. [#1078](https://github.com/microsoft/onefuzz/pull/1078)
12+
* Supervisor: Optimized agent monitoring. [#1080](https://github.com/microsoft/onefuzz/pull/1080)
13+
14+
715
## 2.26.1
816
### Fixed
917
* 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.26.1
1+
2.27.0

0 commit comments

Comments
 (0)