Skip to content

Releases: camunda-community-hub/zeebe-client-csharp-accelerator

Version 0.8.3

01 Dec 16:13
Compare
Choose a tag to compare

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

29 Nov 10:46
Compare
Choose a tag to compare

DevOps only release.

  • Get automatic NuGet package publishing up and running.

Version 0.8.1

29 Nov 10:40
Compare
Choose a tag to compare

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