Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

zeebe-node

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zeebe-node - npm Package Versions

13
9

8.2.4

Diff

Changelog

Source

Version 8.2.4

Fixes

Things that were broken and are now fixed.

  • Custom root certificates were not being passed to the Camunda SaaS OAuth provider. This caused a failure to connect when an SSL terminating firewall that uses a custom root certificate sits between the client and Camunda SaaS. Custom root certificates are now passed to the Camunda SaaS OAuth provider, and are used when making the connection. Thanks to @nikku for reporting this and providing the patch. See #319 for more details.
sitapati
published 8.2.3 •

Changelog

Source

Version 8.2.3

Fixes

Things that were broken and are now fixed.

  • The object signature for 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.
sitapati
published 8.2.2 •

Changelog

Source

Version 8.2.2

Chores

Things that shouldn't have a visible impact.

  • Updated uuid dependency from v3 to v7. This avoids a warning message at install time that "versions prior to 7 may use Math.random()".
sitapati
published 8.2.1 •

Changelog

Source

Version 8.2.1

New Features

New shiny stuff.

  • Add ZBClient.broadcastSignal, enabling the client to broadcast a signal. See #312 for more details.

Fixes

Things that were broken and are now fixed.

  • Previously, the 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.
sitapati
published 8.2.0 •

Changelog

Source

Version 8.2.0

New Features

New shiny stuff.

  • Add ZBClient.evaluateDecision, enabling a DMN table to be evaluated on a Zeebe 8.2 and later broker. See #296 for more details.
sitapati
published 8.1.8 •

Changelog

Source

Version 8.1.8

Fixes

Things that were broken and are now fixed.

  • The OAuth token was being evicted from the in-memory cache immediately, resulting in the file cache being used for every request. This release correctly sets the expiry time for the in-memory token cache. See #307 for more details. Thanks to @walliee for the fix.
sitapati
published 8.1.7-debug •

sitapati
published 8.1.6-debug •

sitapati
published 8.1.6 •

Changelog

Source

Version 8.1.6

Chores

Things that shouldn't have a visible impact.

sitapati
published 8.1.5-debug •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc