Releases: switchboardoperator/switchboard-operator
Releases · switchboardoperator/switchboard-operator
Change docker base images to be alpine based
v2.2.0 2.2.0
Fix related to operators-tester
Also ensured that the template plugin properly catches exceptions in case the render fails.
Added new Template plugin
v2.1.0 2.1.0
Standardize queue names
Due to how we were naming queues, dead-letter queues were shared among operators for the same event and route. Standardizing queue names fixed the issue, as now all queue names (both normal queues and dead-letters) have the operator name in the queue.
Added allowFailure flag for actions
Added empty and notEmpty conditional operations
v1.2.0 1.2.0
Allow to define numbers in conditional plugin
Minor change to allow the conditional plugin to understand conditions made with numbers (it was working only for strings and booleans).
Allow HTTP plugin mock to return empty responses
v1.0.3 1.0.3
Fixed telegram mock constructor
Fixing the mock, we fix an issue with the operators tests.
Fixed prev2task plugin
v1.0.1 1.0.1