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
+17
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@ 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.25.0
8
+
### Added
9
+
* Agent: Added `minimized_stack_function_lines` and `minimized_stack_function_lines_sha256` to crash reports. [#993](https://github.com/microsoft/onefuzz/pull/993)
10
+
* CLI/Service: Added `timestamp` to `Notification` objects. [#1043](https://github.com/microsoft/onefuzz/pull/1043)
11
+
* Service: Added the [scaleset\_resize\_scheduled](docs/webhook_events.md#scaleset_resize_scheduled) event. [#1047](https://github.com/microsoft/onefuzz/pull/1047)
12
+
* Service: Added `pool_id` to `Node` objects. [#1049](https://github.com/microsoft/onefuzz/pull/1049)
* CLI/Service: Moved to using Pydantic built-in size validation for types. [#1048](https://github.com/microsoft/onefuzz/pull/1048)
18
+
* Service: Continued development related to upcoming features. [#1046](https://github.com/microsoft/onefuzz/pull/1046), [#1050](https://github.com/microsoft/onefuzz/pull/1050)
19
+
20
+
### Fixed
21
+
* CLI: Fixed an issue handling column sorting in `onefuzz status top`. [#1037](https://github.com/microsoft/onefuzz/pull/1037)
22
+
* Service: Fixed an issue adding SSH keys to Windows VMs. [#1038](https://github.com/microsoft/onefuzz/pull/1038)
23
+
7
24
## 2.24.0
8
25
### Added
9
26
* CLI/Service: Added instance configuration that can be managed via `onefuzz instance_config`. [#1010](https://github.com/microsoft/onefuzz/pull/1010)
0 commit comments