Releases: camunda-community-hub/zeebe-client-node-js
Update demo examples
Update demo examples
Camunda Cloud Configuration
- Adds camundaCloud configuration parameter
- Adds zero-parameter constructor with support for configuration via environment variables
- Updated tests
- Updated README
TLS issue resolution
- Allows users to turn on TLS without using OAuth (was a regression in 0.21.2).
- Exports the Typescript definitions for interfaces. They are now consumable via import as Interfaces from 'zeebe-node/interfaces'. This will enable workit, zeebe-nestjs, and any other libraries that extend zeebe-node to have cleaner imports.
- Improves Intellisense documentation.
v0.20.2 OAuth Support / Long Polling Support
This release includes pre-support for Zeebe 0.21.x and OAuth support.
Included in the release is support for long polling, however this does currently require the Zeebe snapshot version. See https://zeebe.io/blog/2019/08/long-polling/.
Clear timeout
Timeout resolution release
Production-Ready Release
- Update to v0.20.0 - Production-Ready!
- Return true on job.complete / job.complete.success if job completed successfully / return false if job timed out. Allows you to extend the ZBWorker to add side-effects (used by zeebe-node-affinity).
Update to docs publishing
Ensure that docs publishing is configured correctly
Remapping of the releases and support for Zeebe 0.19.x
To ensure that the client libraries can be easily applied to the Zeebe server we are remapping the version numbers, so that Major, Minor match the server application. Patches will be independent and indicate client updates.
Zeebe Version | Zeebe Client Node JS |
---|---|
0.18.0 | 2.3.0 |
0.19.0 | v0.19.0 |
- Circle CI patch
Remapping of the releases and support for Zeebe 0.19.0
To enable ensure that the client libraries can be easily supported to the Zeebe server we are remapping the version numbers, so that Major, Minor match the server application. Patches will be independent and indicate client updates.
Zeebe Version | Zeebe Client Node JS |
---|---|
0.18.0 | 2.3.0 |
0.19.0 | v0.19.0 |