Skip to content

Commit

Permalink
docs: Call out in the CHANGELOG the format changes of the status logs…
Browse files Browse the repository at this point in the history
… decorations (osquery#8174)
  • Loading branch information
Smjert authored Oct 25, 2023
1 parent 9506c7d commit 4a8d99b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ This release has several updates and bugfixes. Several improvements to various t
One potential breaking change, is in how [the watchdog calculates CPU utilization](https://github.com/osquery/osquery/pull/8104).
Previously, this calculation was based on physical CPUs, now it is based on virtual cores. We believe this makes more sense with modern CPUs.

A second potential breaking change, is in PR [#8102](https://github.com/osquery/osquery/pull/8102). In addition to allowing decorations to the top level of the status logs, this PR normalizes the decorations format to the results log. In practice, this means that the `unixTime`, `severity` and `line` JSON fields are now numbers instead of strings.

Representing commits from 18 contributors! Thank you all.

### New Features
Expand Down

0 comments on commit 4a8d99b

Please sign in to comment.