Releases: camunda-community-hub/zeebe-client-csharp-accelerator
Releases · camunda-community-hub/zeebe-client-csharp-accelerator
Version 0.8.3
Updates and extension for workers and their interfaces:
- Introduced IAsyncZeebeWorker and IZeebeWorker in several flavors thus making the implementation more readable and clearer.
- Added an option to the
FetchVariables
attribute preventing to fetch variables at all in case no input is required.
Version 0.8.2
DevOps only release.
- Get automatic NuGet package publishing up and running.
Version 0.8.1
Initial version with:
- Dynamically registered Camunda JobHandlers with DI
- Clear separation of concerns: one JobHandler per Camunda Type
- Variable input / output for JobHandlers including JSON serialization/deserialization in CamelCase
- BpmnError and Exception handling
- Extension for deploying processes at startup
- Extension for dynamic one-time job handlers