Releases: camunda-community-hub/node-red-contrib-zeebe
Releases · camunda-community-hub/node-red-contrib-zeebe
v0.7.0
compatible with zeebe 1.0+
BREAKING CHANGES
- zeebe versions prior to 1.0 are not supported anymore
- The following nodes were renamed, please recreate them in Node-RED:
- publish-message -> message
- publish-start-message -> start-message
- workflow-instance -> process-instance
Dependencies
- bumped zeebe-node to 1.3.4, which ensures compatibility with zeebe 1.0
- bumped several other dependencies
v0.6.3
compatible with zeebe 0.21.x
Bug fixes
- error handling and node status has been fixed for task-worker node and deploy node
Dependencies
- bumped zeebe-node to 0.21.2, which fixes an issue with reconnecting after connection errors
Misc
- added docker environment with Node-RED, Zeebe and Operate
v0.6.2
compatible with zeebe 0.21.x
Bug fixes
-
set cacheOnDisk: true, when creating ZBClient.
this fix avoids fetching new m2m tokens all the time from Camunda Cloud -
set default "Unknown Error" in nodeStatus.js
this fix prevents the code from throwing an error, when trying to set a node error with an empty error message
v0.6.1
v0.6.0
compatible with zeebe 0.21.x
New Features
- Add new node for deploying workflows.
- Improve documentation and add example flows
Internal improvements
- Add unit and integration tests
- Execute tests in travis
- Add husky and lint-staged: unit tests are now executed before committing
v0.5.2
v0.5.1
v0.5.0
compatible with zeebe 0.20.x
BREAKING CHANGE
- The input from the worker node has been removed. The worker starts along with the Node-RED instance now.
Features
- Long-polling and TLS can be configured for the worker node
- The complete node allows option parameters for completing a task with success or failure