v2.3.0 🦅
release-drafter
released this
16 Mar 12:26
·
1686 commits
to refs/heads/main
since this release
v2.3.0 "TMCIT Release"
🦅 New Features:
- Added support for
|cidr
. (#961) (@fukusuket) - Added support for
1 of selection*
andall of selection*
. (#957) (@fukusuket) - Added support for the
|contains|all
pipe keyword. (#945) (@hitenkoku) - Added the
--enable-unsupported-rules
option to enable rules marked asunsupported
. (#949) (@hitenkoku)
🦅 Enhancements:
- Approximately 2-3% speed increase and memory usage reduction by improving string contains check. (#947) (@hitenkoku)
🐛 Bug Fixes:
- Some event titles would be displayed as
Unknown
in themetrics
command even if they were defined. (#943) (@hitenkoku)
変更点
🦅 新機能:
- 新たなパイプキーワードの
|cidr
に対応した。 (#961) (@fukusuket) - 新たなキーワードの
1 of selection*
とall of selection*
に対応した。 (#957) (@fukusuket) - 新たなパイプキーワードの
|contains|all
に対応した。 (#945) (@hitenkoku) - ステータスが
unsupported
となっているルールの件数を表示した。ステータスunsupported
のルールも検知対象とするオプションとして--enable-supported-rules
オプションを追加した。 (#949) (@hitenkoku)
🦅 改善:
- 文字列が含まれているかの確認処理を改善することで約2-3%の速度改善をした。(#947) (@hitenkoku)
🐛バグ修正:
- 一部のイベントタイトルが定義されていても、
metrics
コマンドでUnknown
と表示されることがあった。 (#943) (@hitenkoku)