actions: Compute the rule association during rules load

This commit is contained in:
Felipe Zimmerle
2020-05-18 15:08:17 -03:00
parent 5e5180c93b
commit a8d34873c8
83 changed files with 842 additions and 415 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.