Skip to content

v2.3.0 🦅

Compare
Choose a tag to compare
@release-drafter release-drafter released this 16 Mar 12:26
· 1320 commits to refs/heads/main since this release
0bbcf81

v2.3.0 "TMCIT Release"

🦅 New Features:

  • Added support for |cidr. (#961) (@fukusuket)
  • Added support for 1 of selection* and all of selection*. (#957) (@fukusuket)
  • Added support for the |contains|all pipe keyword. (#945) (@hitenkoku)
  • Added the --enable-unsupported-rules option to enable rules marked as unsupported. (#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 the metrics 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)