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
+26
Original file line number
Diff line number
Diff line change
@@ -4,6 +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
+
## 5.5.0
8
+
### Added
9
+
* Service: Added new functionality to the service port from Python to C#. [#1924](https://github.com/microsoft/onefuzz/pull/1924), [#1938](https://github.com/microsoft/onefuzz/pull/1938), [#1946](https://github.com/microsoft/onefuzz/pull/1946), [#1934](https://github.com/microsoft/onefuzz/pull/1934)
* CLI: Use consistent logger names. [#1945](https://github.com/microsoft/onefuzz/pull/1945)
17
+
* Service: Updated functionality to the service port from Python to C#. [#1922](https://github.com/microsoft/onefuzz/pull/1922), [#1925](https://github.com/microsoft/onefuzz/pull/1925), [#1947](https://github.com/microsoft/onefuzz/pull/1947)
18
+
19
+
### Fixed
20
+
* Agent: Allow old reports to be parsed. [#1943](https://github.com/microsoft/onefuzz/pull/1943)
* Agent: Ensure `GlobalFlag` registry value is initialized when checking library dependencies. [#1960](https://github.com/microsoft/onefuzz/pull/1960)
23
+
* Service: Allow old reports to be parsed. [#1940](https://github.com/microsoft/onefuzz/pull/1940)
24
+
25
+
## 5.4.1
26
+
This a hotpatch to the 5.4.0 release fixing the parsing failures from old crash reports.
27
+
28
+
### Fixed
29
+
* Agent: Allow old reports to be parsed [#1943](https://github.com/microsoft/onefuzz/pull/1943)
30
+
* Agent: Include `LD_LIBRARY_PATH` in shared library dependency check if and only if set by command. [#1933](https://github.com/microsoft/onefuzz/pull/1933)
31
+
* Service: Allow old reports to be parsed [#1940](https://github.com/microsoft/onefuzz/pull/1940)
32
+
7
33
## 5.4.0
8
34
### Added
9
35
* Agent: Added the OneFuzz version and tool name to the Crash Report. [#1635](https://github.com/microsoft/onefuzz/pull/1635)
0 commit comments