Skip to content

v1.0

Compare
Choose a tag to compare
@15532th 15532th released this 11 Oct 22:09
· 177 commits to master since this release

Breaking change in configuration:

  • the way chains work has changed: records only propagate through filters and actions in the chain they have originated in. See README for detailed explanation
  • in execute plugin placeholders parameter has been removed, command now uses regular {}-placeholders like everything else

New plugin filter.format.event, similar to filter.format but producing Events instead of TextRecords.

Added tests for chains logic. It necessitated adding some helper actions and methods.

License changed to MIT.

Versions scheme is now going to get closer to semantic versioning.

Full Changelog: v0.9.23.4...v1.0