Skip to content

Releases: camunda-community-hub/node-red-contrib-zeebe

v0.7.0

23 Jul 13:10
Compare
Choose a tag to compare

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

25 Oct 16:43
Compare
Choose a tag to compare

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

23 Oct 16:30
Compare
Choose a tag to compare

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

16 Oct 13:38
Compare
Choose a tag to compare

compatible with zeebe 0.21.x

Improvements:

  • upgrade zeebe-node dependency
  • improve logging and error handling
  • simplify deploy node thanks to changes in zeebe-node

v0.6.0

13 Oct 12:52
Compare
Choose a tag to compare

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

29 Sep 11:58
Compare
Choose a tag to compare

compatible with zeebe 0.20.x

Bug Fix

Switch from yarn to npm to ensure dependency integrity in Node-RED

v0.5.1

28 Sep 10:08
Compare
Choose a tag to compare

compatible with zeebe 0.20.x

Bug Fix

Fix "complete" node

v0.5.0

13 Sep 13:27
Compare
Choose a tag to compare

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

v0.4.0

10 Sep 20:20
Compare
Choose a tag to compare

compatible with zeebe 0.20.x

New features

  • TLS and oAuth support

Improvements

  • update colors for better readibility
  • update node names

Note: This release is so great that v0.3.0 has been skipped 😉

v0.2.0

02 Sep 09:15
Compare
Choose a tag to compare

compatible with zeebe 0.20.x