Skip to content

v2.0.0

Choose a tag to compare

@daniellmorris daniellmorris released this 26 Aug 05:31
· 59 commits to master since this release
5fd007d

2.0.0 (2021-08-26)

Performance Improvements

  • rule-harvester: New release introduces Core Closures, Core Inputs and Core Outputs (5fd007d)

BREAKING CHANGES

  • rule-harvester: New types introduced.
    Rule-Harvester now includes:
  • Core Closures for generic operations (conditionals, basic transformations, error handling)
  • Core Input - AMQP so that the rules engine can receive messages from an RMQ host that act as inputs into a rule set.
  • Core Output - AMQP so that the rules engine can send messages to an RMQ host as the output of a rule set.

Also, all dependencies were updated.