zeebe-node
Advanced tools
Changelog
Version 8.2.4
Things that were broken and are now fixed.
Changelog
Version 8.2.3
Things that were broken and are now fixed.
job.fail()
did not correctly apply an explicit value for retries
. As a result, job retries would decrement automatically if this signature and option were used. The value is now correctly parsed and applied, and job retry count can be explicitly set in the job.fail()
command with the object signature. Thanks to @patozgg for reporting this. See #316 for more details.Changelog
Version 8.2.2
Things that shouldn't have a visible impact.
uuid
dependency from v3 to v7. This avoids a warning message at install time that "versions prior to 7 may use Math.random()
".Changelog
Version 8.2.1
New shiny stuff.
ZBClient.broadcastSignal
, enabling the client to broadcast a signal. See #312 for more details.Things that were broken and are now fixed.
timeToLive
property of ZBClient.publishMessage
was required, although it was documented as optional. In this release, both timeToLive
and variables
have been made optional. If no value is supplied for timeToLive
, it defaults to 0. Thanks to @nhomble for raising this issue. See #311 for more details.Changelog
Version 8.1.6
Things that shouldn't have a visible impact.
fast-xml-parser
to 4.1.3 to address SNYK-JS-FASTXMLPARSER-3325616. Thanks to @barmac for the patch.