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

Commit f511862

Browse files
authored
Pull in a null reference error and a rust dependency update to release 5.11. (#2284)
1 parent 21a4231 commit f511862

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
* Service: Additional C# migration work. [#2235](https://github.com/microsoft/onefuzz/pull/2235), [#2257](https://github.com/microsoft/onefuzz/pull/2257), [#2254](https://github.com/microsoft/onefuzz/pull/2254), [#2191](https://github.com/microsoft/onefuzz/pull/2191), [#2262](https://github.com/microsoft/onefuzz/pull/2262), [#2263](https://github.com/microsoft/onefuzz/pull/2263), [#2269](https://github.com/microsoft/onefuzz/pull/2269)
1212
### Changed
1313
* Agent: Increase the size of the output buffer when collecting logs from agent. [#2166](https://github.com/microsoft/onefuzz/pull/2166)
14+
* Agent/Supervisor/Proxy: Updated multiple third-party Rust dependencies. [#2270](https://github.com/microsoft/onefuzz/pull/2270)
1415
### Fixed
1516
* Service: Use a singleton for logging to reduce memory use. [#2247](https://github.com/microsoft/onefuzz/pull/2247)
1617
* Service: Use a singleton for the EntityConverter. [#2267](https://github.com/microsoft/onefuzz/pull/2267)
@@ -20,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2021
* Service: Fixed the pool comparison in the scheduler. [#2260](https://github.com/microsoft/onefuzz/pull/2260)
2122
* CLI: Fixed the way `job` and `task` state enumerations are compared. [#2004](https://github.com/microsoft/onefuzz/pull/2004)
2223
* Service: Clone the JsonSerializerOptions instead of just modifying it. [#2280](https://github.com/microsoft/onefuzz/pull/2280)
24+
* Service: Fixed a NullReferenceException in CreateQueue. [#2283](https://github.com/microsoft/onefuzz/pull/2283)
2325

2426
## 5.10.0
2527
### Added

0 commit comments

Comments
 (0)