Skip to content

Commit

Permalink
Review
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Oct 25, 2023
1 parent 0d986b0 commit 7cfc18b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ 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), which beyond adding support to top level decorations for status logs when using the `--decorations_top_level` flag, also uniforms the status log decorations format to the results log.
This in practice means that the `unixTime`, `severity` and `line` JSON fields are now numbers instead of strings.
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.

Expand Down

0 comments on commit 7cfc18b

Please sign in to comment.