Releases: camunda-community-hub/zeebe-client-csharp
0.6.0
Update to the latest zeebe release (0.16.2):
- rename UpdatePayloadCommand to SetVariablesCommand
- rename all payload occurences to variables
This release is based on the zeebe 0.16.2 release (https://github.com/zeebe-io/zeebe).
Release is available via nuget (https://www.nuget.org/packages/zb-client).
0.5.0
Update to the latest zeebe release (0.15.0):
- add direct job activation API
- add fetching variables for job workers and job activation
This release is based on the zeebe 0.15.0 release (https://github.com/zeebe-io/zeebe).
Release is available via nuget (https://www.nuget.org/packages/zb-client).
0.4.0
Migrate to .NET Standard 2.0
This release is based on the zeebe 0.14.0 release (https://github.com/zeebe-io/zeebe).
Release is available via nuget (https://www.nuget.org/packages/zb-client).
0.3.0
C# client has catched up with the Zeebe Java and Go clients.
The Zeebe C# client supports now new features like:
- deploy a workflow
- create a workflow instance
- cancel a workflow instance
- update payload
- update retries
- resolve an incident
- list workflows
- get workflow resource
This release is based on the zeebe 0.14.0 release (https://github.com/zeebe-io/zeebe).
Release is available via nuget (https://www.nuget.org/packages/zb-client).
0.2.0
Release 0.2.0
Zeebe C# client was rewritten and now uses the GRPC protocol to communicate with the broker.
Contains the core functionallity like: complete, fail a job and to create an job worker in C#.
This release is based on the zeebe 0.14.0 release (https://github.com/zeebe-io/zeebe).
Release is available via nuget (https://www.nuget.org/packages/zb-client).
0.1.0
Release 0.1.0
Contains
Core functionallity, like: poll, complete and fail, to create an job worker in C#.
Dependencies
This release is based on the zeebe 0.10.0 release (https://github.com/zeebe-io/zeebe/releases/tag/0.10.0) and uses the libzbc 0.10,0 as backend (https://github.com/zeebe-io/libzbc/releases/tag/0.10.0)
Nuget
The zb-client is also available on nuget.org, check out https://www.nuget.org/packages/zb-client/0.1.0
Be aware that the libzbc-linux-amd64.so
lib needs to be manually added to the project (is included in the nuget package lib folder) and copied to the output folder so that the native calls can be resolved.
We working on improving this.
Platform
Attention currently only linux is supported as platform