Huge performance improvements and a lot of bug fixes.
What's Changed
- fix: default actions for phase 2 are now hardcoded #191 by @jptosso in #198
- change the URL protocol(git -> https) by @y05h1k1ng in #214
- fix(actions): Remove branch patterns from action scope by @jptosso in #217
- fix(tx): Force Request Body now works by @jptosso in #219
- fix(@rx): add @rx captured data into Tx variable by @bxlxx in #215
- Rule matches optimization: Fix for #183 by @piyushroshan in #220
- fix: remove unused code by @bxlxx in #228
- fix(rx): support non utf-8 format data matching by @bxlxx in #231
- feat(directive): Implement include directive by @jptosso in #232
- simplified iota definition by @zc2638 in #236
- Fix Include Directive by @piyushroshan in #240
- Update README.md by @jptosso in #238
- Enhance github actions for sonarcloud and regression by @jptosso in #248
- update pre-commit, dependencies and fix linters by @jptosso in #250
- fix issue #241 (replaces #242) by @jptosso in #249
- fix: sonar checks on forks. by @jcchavezs in #256
- chore: move all linters to golangci-lint by @jcchavezs in #258
- Updating README & CONTRIBUTING guidelines and adding an initial CHANGELOG by @sts in #255
- Update README.md by @sts in #259
- Fix 209: Case sensitive evaluation by @piyushroshan in #260
- fix(multipart processor): capture original file name without using reflection by @jcchavezs in #229
- fix: fixes RBL leaks. by @jcchavezs in #243
- Remove wasm example file by @jptosso in #261
- Allow passthrough of variable Negations if not present by @piyushroshan in #265
- fix(rbl): close the channel in the sub goroutine by @bxlxx in #280
- chore: improves error handling on rule parsing. by @jcchavezs in #278
- Improve performance by @bxlxx in #293
- replace aho corasick by @jptosso in #302
New Contributors
- @y05h1k1ng made their first contribution in #214
- @piyushroshan made their first contribution in #220
- @zc2638 made their first contribution in #236
Full Changelog: v2.0.0...v2.0.1