Skip to content

v0.11.13

Compare
Choose a tag to compare
@thomaspatzke thomaspatzke released this 08 Sep 07:57
· 11 commits to main since this release

Reversion of Breaking Change

This release reverts a breaking change from v0.11.12 that restricted ReplaceStringTransformation/replace_string to plain SigmaString parts. The old behavior is often used by backends to remove unneeded wildcards. The transformation now allows to switch the behavior to plain string parts with the skip_special option that is disabled by default.

What's Changed

  • Taking into account Specification V2 by @frack113 in #269
  • Fix ReplaceStringTransformation and SigmaString plain string conversion by @thomaspatzke in #273

Full Changelog: v0.11.12...v0.11.13