This repository was archived by the owner on Nov 1, 2023. It is now read-only.
File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,21 @@ 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
+ ## 2.22.0
8
+ ### Changed
9
+ * Service: Update node and task-related log messages to ease debugging. [ #988 ] ( https://github.com/microsoft/onefuzz/pull/988 )
10
+ * Agent: Changed the log level for ` azcopy ` retry notification to ` DEBUG ` . [ #986 ] ( https://github.com/microsoft/onefuzz/pull/986 )
11
+ * Agent: Updated stack minimization regular expressions from ` libclusterfuzz ` . [ #992 ] ( https://github.com/microsoft/onefuzz/pull/992 )
12
+ * Agent: Added more context to synchronized directory errors. [ #995 ] ( https://github.com/microsoft/onefuzz/pull/995 )
13
+ * Deployment: Reduced the Application Insights log retention duration to 30 days. [ #997 ] ( https://github.com/microsoft/onefuzz/pull/997 )
14
+ * Agent: Improved tracking of threads during win32 debugging. [ #1000 ] ( https://github.com/microsoft/onefuzz/pull/1000 )
15
+
16
+ ### Fixed
17
+ * Agent: Fixed an issue using relative paths with synchronized directories. [ #996 ] ( https://github.com/microsoft/onefuzz/pull/996 )
18
+ * Service: Fixed an issue creating GitHub Issues notifications [ #990 ] ( https://github.com/microsoft/onefuzz/pull/990 )
19
+ * CLI/Service: Fixed an issue handling ` Union ` fields in the ` onefuzztypes ` library [ #982 ] ( https://github.com/microsoft/onefuzz/pull/982 )
20
+ * Service: Fixed an issue handling manually-resized scalesets [ #984 ] ( https://github.com/microsoft/onefuzz/pull/984 )
21
+
7
22
## 2.21.0
8
23
### Added
9
24
* CLI: Added ` onefuzz debug job rerun ` command. [ #960 ] ( https://github.com/microsoft/onefuzz/pull/960 )
Original file line number Diff line number Diff line change 1
- 2.21 .0
1
+ 2.22 .0
You can’t perform that action at this time.
0 commit comments