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 1b7aa42c77
commit 3a189a131f
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.
- Fixed MatchedVar on chained rules
[Issue #2423, #2435, #2436 - @michaelgranzow-avi]
- Add support for new operator rxGlobal