v0.11.17
What's Changed
- Remove optional fields validator by @frack113 in #281
- String pattern to regular expression conversion by @thomaspatzke in #287
- Introduced interpret_special option to ReplaceStringTransformation by @thomaspatzke in #288
- fix compat with pyparsing 3.2 by @branchvincent in #289
- Python 3.8 EOL by @frack113 in #286
- Additional escape characters in SigmaString.to_regex() by @thomaspatzke in #291
- Allow special characters in startswith, endswith, and contains expressions by @thomaspatzke in #292
New Contributors
- @branchvincent made their first contribution in #289
Full Changelog: v0.11.16...v0.11.17