Back to Explore

camunda/camunda-8-js-sdk

GitHub
6 updates · last 90 days1 watchersOpen source

Last release:

The Camunda 8 JavaScript SDK for Node.js, written in TypeScript, provides API clients for Camunda Platform 8. It is useful for integrating Camunda 8 orchestration via the Orchestration Cluster API, with strongly typed (strict) and string-based (loose) client options.

Project status

  • Actively maintained: GitHub activity is recent, with the last upstream push on 2026-08-11 (just a day before today). Published updates in July 2026 indicate ongoing development.
  • Cadence: Multiple updates landed in mid-July 2026 (v8.9.0-alpha.9 on 2026-07-02, v8.9.0-alpha.10 and v8.8.13 on 2026-07-16). There is no release summary shown between 2026-07-16 and 2026-08-11, but the repository is not quiet based on the recent push.

AI summary generated

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • v8.8.13

    Release v8.8.13 primarily updates the Web Modeler API integration by adding the newer versions endpoints and deprecating milestone endpoints. It also fixes the modeler delete methods to resolve with a real null value instead of a casted placeholder.

    Features
  • v8.9.0-alpha.10

    v8.9.0-alpha.10 adds Modeler “versions” API support and deprecates the older “milestones” API for Web Modeler 8.9 and later. It also fixes how delete-like methods resolve their return values, so they return real null instead of a cast.

    Features
  • v8.9.0-alpha.9

    v8.9.0-alpha.9 documents a single change, adding the ability to override the REST client retry configuration via a constructor option. The actual code diff includes several additional changes across Admin API, OAuth token handling hardening, gRPC streaming timeout behavior, and error formatting/logging that are not mentioned in the release notes.

    SecurityFeatures
  • v8.8.12

    v8.8.12 mainly documents a change in the rest-client to allow overriding HTTP retry configuration via a constructor option. The actual diff for this release is substantially broader, touching REST, OAuth token handling, gRPC streaming, worker polling behavior, and error formatting, with many changes not mentioned in the release notes.

    Features
  • v8.9.0-alpha.8

    v8.9.0-alpha.8 is a small release that claims a bug fix related to Slack/community notifications by passing the PR author association. The actual code changes are limited to CI/workflow configuration plus version metadata.

  • v8.9.0-alpha.7

    v8.9.0-alpha.7 contains a small bug fix related to Zeebe worker polling behavior, plus extensive CI and repository maintenance changes. The release notes only mention “issue 784” without describing the concrete runtime behavior change. Code changes also include dependency lockfile updates and some test/CI adjustments that are not described in the release notes.

  • v8.9.0-alpha.6

    Release v8.9.0-alpha.6 documents an Admin API expansion (implementing missing admin operations) and several OAuth reliability and error-monitoring improvements. The provided release notes do not mention multiple Zeebe runtime and API helper changes that are present in the actual diff.

    Features