actions: Compute the rule association during rules load

This commit is contained in:
Felipe Zimmerle
2020-05-18 15:08:17 -03:00
parent 9dcedd498f
commit c7a78926ee
81 changed files with 835 additions and 409 deletions

View File

@@ -1,6 +1,9 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
- actions: Computes Rule association while loading the rules given a
performance boost on run time.
[@zimmerle]
- Regression: Mark the test as failed in case of segfault.
[@zimmerle]
- Replaced t:lowerCase backend for a better performance.