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

Commit

Permalink
feat(grpc): update to package 2.4.0 with pure JS implementation of gRPC
Browse files Browse the repository at this point in the history
fix #201 fix #247
  • Loading branch information
jwulf committed Dec 17, 2021
1 parent dda1702 commit 78a10bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 2.4.0

## Breaking changes

_Changes in APIs or behaviour that may affect existing applications that use zeebe-node._

- The C-based gRPC implementation has been removed in this release. It is unmaintained, and does not build with Node 17. The Zeebe Node client now uses the pure JS gRPC implementation and requires Node version 12.22.5+, 14.17.5+, or 16.6.1+. See [#201](https://github.com/camunda-community-hub/zeebe-client-node-js/issues/201) and [#247](https://github.com/camunda-community-hub/zeebe-client-node-js/issues/247) for more details.

# Version 1.3.5

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeebe-node",
"version": "2.0.0",
"version": "2.4.0",
"description": "The Node.js client library for the Zeebe Workflow Automation Engine.",
"keywords": [
"zeebe",
Expand Down

0 comments on commit 78a10bb

Please sign in to comment.