Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Releases: camunda-community-hub/zeebe-client-node-js

Update demo examples

13 Sep 01:53
369d25d
Compare
Choose a tag to compare

Update demo examples

Camunda Cloud Configuration

12 Sep 03:16
54ddde6
Compare
Choose a tag to compare
  • Adds camundaCloud configuration parameter
  • Adds zero-parameter constructor with support for configuration via environment variables
  • Updated tests
  • Updated README

TLS issue resolution

10 Sep 09:42
6630b69
Compare
Choose a tag to compare
  • 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

05 Sep 06:36
bea0b2e
Compare
Choose a tag to compare

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

30 Jul 00:57
49333d1
Compare
Choose a tag to compare

Timeout resolution release

Production-Ready Release

17 Jul 01:59
8e81c16
Compare
Choose a tag to compare
  • 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

15 Jul 10:04
Compare
Choose a tag to compare

Ensure that docs publishing is configured correctly

Remapping of the releases and support for Zeebe 0.19.x

15 Jul 01:22
0ef9940
Compare
Choose a tag to compare

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

12 Jul 05:41
9d0e6f2
Compare
Choose a tag to compare

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