Wishbone 3.0.3 release.
Documentation
Downloads
Download release directly from Github: https://github.com/smetj/wishbone/releases/tag/3.0.3
Download updated Docker container: smetj/wishbone:3.0.3
Builds and testing
Highlights
Input modules always require a
native_eventanddestinationparameter.native_eventdefines whether the incoming events are native wishbone events.destinationdefines the field in which the incoming data needs to be stored. (default is data)Output modules always require a
native_event,selectionandpayloadparameter.native_eventdefines whether the outgoing events are native wishbone events.selectiondefines the event field to submit.payloaddefines a template to submit.native_eventtakes precedence overpayloadwhich takes precedence overselection.Using
wishbone.module.Output.getDataToSubmit()automatically takes care of this logic.Actor.generateEvent()is nownative_eventaware for Input modules.Actor.generateEvent()can now render templates and template nested in datastructures.
Errata
- From this release on, Docker images are Alpine Linux based.