Skip to content

Commit

Permalink
Revise CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
msk committed Jan 11, 2025
1 parent 1b3e803 commit 4a291b8
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,10 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- The APIs taking an ip2location database non longer requires a mutable
reference to the database. This change improves the ergonomics of the API and
removes the need for locking the database.
- Modified the type `usize` to `Option<usize>` of `cluster_id` of the detection
event structures - `ExtraThreat`, `HttpThreatFields`, `HttpThreat`, `NetworkThreat`,
and `WindowsThreat`. Unsupervised-engine is being modified to generate unlabeled
events from outliers. These detection event structures use the `cluster_id`
field type as `usize`, but this cannot be specified for outliers because they
do not belong to a cluster.
- Modified the type of `cluster_id` from `usize` to `Option<usize>` in the
detection event structures: `ExtraThreat`, `HttpThreatFields`, `HttpThreat`,
`NetworkThreat`, and `WindowsThreat`, to account for events that may be
generated from raw data other than clusters.

## [0.33.1] - 2024-12-20

Expand Down

0 comments on commit 4a291b8

Please sign in to comment.