From ecfcbf817fe9289f5b06c68b0c7ca87d56bb0745 Mon Sep 17 00:00:00 2001 From: Yamato Security <71482215+YamatoSecurity@users.noreply.github.com> Date: Fri, 22 Sep 2023 11:22:18 +0900 Subject: [PATCH] update changelog --- CHANGELOG-Japanese.md | 5 +++++ CHANGELOG.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG-Japanese.md b/CHANGELOG-Japanese.md index ee139edd1..0759136d9 100644 --- a/CHANGELOG-Japanese.md +++ b/CHANGELOG-Japanese.md @@ -8,11 +8,16 @@ - 一度に読み込むレコード数の最適化。(#1175) (@yamatosecurity) - プログレスバー内にあるバックスラッシュの表示をスラッシュに変更した。 (#1172) (@hitenkoku) - JSON形式で出力する際に、`count`ルールの`Details`フィールドを文字列にし、パースしやすくした。(#1179) (@hitenkoku) +- デフォルトのスレッド数をCPU数から、プログラムが使用すべきデフォルトの並列度の推定値(`std::thread::available_parallelism`)に変更した。(#1182) (@hitenkoku) **バグ修正:** - まれにJSONフィールドが正しくパースされない状態を修正した。(#1145) (@hitenkoku) +**その他:** + +- CIを通すために`time`クレートを利用している更新されていない`hhmmss`クレートを除外した。 (#1181) (@hitenkoku) + ## 2.8.0 [2023/09/01] "Double X Release" **新機能:** diff --git a/CHANGELOG.md b/CHANGELOG.md index d7ea8a3f8..b3aaea565 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,11 +8,16 @@ - Optimized the number of records to load at a time for performance. (#1175) (@yamatosecurity) - Replaced double backslashes in paths under the progress bar on Windows systems with single forward slashes. (#1172) (@hitenkoku) - Made the `Details` field for `count` rules a string in the JSON output for easier parsing. (#1179) (@hitenkoku) +- Changed the default number of threads from number of CPUs to the estimate of the default amount of parallelism a program should use (`std::thread::available_parallelism`). (#1182) (@hitenkoku) **Bug Fixes:** - Fixed JSON fields would not be correctly parsed in rare cases. (#1145) (@hitenkoku) +**Other:** + +- Removed the unmaintained `hhmmss` crate that uses an old `time` crate in order to pass the code coverage CI checks. (#1181) (@hitenkoku) + ## 2.8.0 [2023/09/01] "Double X Release" **New Features:**