Moves default actions to be part of the rules

This commit is contained in:
Felipe Zimmerle
2020-04-06 20:27:10 -03:00
parent 1e954f5d54
commit cb0d298ded
8 changed files with 27 additions and 30 deletions

12
CHANGES
View File

@@ -1,6 +1,16 @@
v3.x.y - YYYY-MMM-DD (to be released)
-------------------------------------
-------------------------------------
- Using std::shared_ptr instead of generates its own references counters
for Rules and related.
[@zimmerle]
- Better handle shared_pointers on messages aiming for better performance.
[@zimmerle]
- Better handle memory usage on transformations aiming for better
performance.
[@zimmerle]
- Coding refactoring on the Rule class. The Rule class is now refactored
into RuleWithOperator, RuleWithActions, and RuleUnconditional.
- Fix: FILES variable does not use multipart part name for key
[Issue #2377 - @martinhsv]
- Regex key selection should not be case-sensitive