@@ -4,6 +4,30 @@ 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.15.0
8
+ ### Added
9
+ * Service: Use ` InterpolatedStringHandler ` to move values to ` CustomDimensions ` Tags [ #2450 ] ( https://github.com/microsoft/onefuzz/pull/2450 )
10
+ * Service: C# Can create ADO notifications [ #2456 ] ( https://github.com/microsoft/onefuzz/pull/2456 ) , [ #2458 ] ( https://github.com/microsoft/onefuzz/pull/2458 )
11
+ * ```
12
+ * Service: C# Cache VMSS VM InstanceID lookups [#2464](https://github.com/microsoft/onefuzz/pull/2464)
13
+ * CLI: Retry on connection reset [#2468](https://github.com/microsoft/onefuzz/pull/2468)
14
+ * Agent: Enable backtraces for agent errors [#2437](https://github.com/microsoft/onefuzz/pull/2437)
15
+ ### Changed
16
+ * Service: Bump Dependencies [#2446](https://github.com/microsoft/onefuzz/pull/2446)
17
+ * Service: Temporarily disable Pool validation [#2459](https://github.com/microsoft/onefuzz/pull/2459)
18
+ ### Fixed
19
+ * Service: Fix logic to retrieve partitionKey and rowKey [#2447](https://github.com/microsoft/onefuzz/pull/2447)
20
+ * Service: Permit periods in Pool names [#2452](https://github.com/microsoft/onefuzz/pull/2452)
21
+ * Service: Node state getting reset to init [#2454](https://github.com/microsoft/onefuzz/pull/2454)
22
+ * Service: Fix null ref exception in C# logging [#2460](https://github.com/microsoft/onefuzz/pull/2460)
23
+ * Service: Correct pool transitions [#2462](https://github.com/microsoft/onefuzz/pull/2462)
24
+ * Service: Fix UpdateConfigs [#2463](https://github.com/microsoft/onefuzz/pull/2463)
25
+ * Service: Allow worker loops to continue after errors [#2469](https://github.com/microsoft/onefuzz/pull/2469)
26
+ * Service: Lowercase webhooks digest header value [#2471](https://github.com/microsoft/onefuzz/pull/2471)
27
+ * Service: Fix C# Node state machine. [#2476](https://github.com/microsoft/onefuzz/pull/2476)
28
+ * Service: Adding missing caching from python code [#2467](https://github.com/microsoft/onefuzz/pull/2467)
29
+
30
+
7
31
## 5.14.0
8
32
### Added
9
33
* Service: Implement not-implemented `GetInputContainerQueues` [#2380](https://github.com/microsoft/onefuzz/pull/2380)
0 commit comments