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

Release 5.7.0 #2088

Merged
merged 14 commits into from
Jun 28, 2022
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 5.7.0
### Added
* Agent: Add Node State to Node Heartbeat [#2024](https://github.com/microsoft/onefuzz/pull/2024), [#2053](https://github.com/microsoft/onefuzz/pull/2053)
* Service: Ported existing Python functions to C# [#2061](https://github.com/microsoft/onefuzz/pull/2061), [#2072](https://github.com/microsoft/onefuzz/pull/2072), [#2076](https://github.com/microsoft/onefuzz/pull/2076), [#2046](https://github.com/microsoft/onefuzz/pull/2046), [#2047](https://github.com/microsoft/onefuzz/pull/2047), [#2066](https://github.com/microsoft/onefuzz/pull/2066)
AdamL-Microsoft marked this conversation as resolved.
Show resolved Hide resolved
* Service: Add null analysis attributes to service result types [#2069](https://github.com/microsoft/onefuzz/pull/2069)
* Service: Add editorconfig underscores rule [#2070](https://github.com/microsoft/onefuzz/pull/2070)

### Changed
* Agent: Update onefuzz-agent to clap 3 [#2049](https://github.com/microsoft/onefuzz/pull/2049)
* Agent: Add scripts to install dotnet on windows and ubuntu [#2038](https://github.com/microsoft/onefuzz/pull/2038)
* Deployment: Update Getting Started instructions. [#2030](https://github.com/microsoft/onefuzz/pull/2030)

### Fixed
* CLI: Specify that the tools are missing locally, not on the repro VM [#2036](https://github.com/microsoft/onefuzz/pull/2036)
* Service: Handle messages that are too big to fit in a queue message. [#2020](https://github.com/microsoft/onefuzz/pull/2020)
* Service: Update appinsights to released version. [#2033](https://github.com/microsoft/onefuzz/pull/2033)
* Service: Removing unecessary `/obj/` Directory. [#2063](https://github.com/microsoft/onefuzz/pull/2063)

## 5.6.0
### Added
* Service: Add Function App settings to Bicep template and `deploy.py`. [#1973](https://github.com/microsoft/onefuzz/pull/1973)
Expand Down
2 changes: 1 addition & 1 deletion CURRENT_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.6.0
5.7.0