v0.11.12
Breaking Change
This release introduced a breaking change with the ReplaceStringTransformation
/replace_string
that restricts replacements to plain SigmaString
parts to fix an issue. The fix is reverted in the pySigma release v0.11.13 and allows to swithc to the new behavior. Therefore, it is highly recommended to use the new release to implement pipelines.
What's Changed
- Nested processing pipelines by @thomaspatzke in #270
Full Changelog: v0.11.11...v0.11.12