Skip to content

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

Version 2.0.0

18 Aug 12:09
b3d25de
Compare
Choose a tag to compare

Breaking changes:

Build and tested against Zeebe 8.2.11

Version 1.1.0

18 Aug 11:27
Compare
Choose a tag to compare

New features:

  • Support for JsonPropertyName and JsonIgnore attributes

Version 1.0.4

31 May 14:39
Compare
Choose a tag to compare

Fixes:

  • #4 Unable to use abstract classes for workers

Version 1.0.3

25 May 07:29
Compare
Choose a tag to compare

New features:

  • Added option to configure the number of HandlerThreads

Fixes:

  • Corrected logger in ResourceDeployer

Version 1.0.2

06 Apr 08:39
Compare
Choose a tag to compare

New Features:

  • Easy configuration of Camunda Platform 8 SaaS Connection

Version 1.0.1

17 Mar 13:15
784a72c
Compare
Choose a tag to compare

Fixes:

  • awaiting before scope is disposed (thanks for PR#1 @Jejuni)

Version 1.0.0

01 Mar 08:58
8226e91
Compare
Choose a tag to compare

Fixes:

  • CamelCase for variable names when using FetchVariables attribute so that it is consistent for the developer

The project has now reached a level of maturity that we feel comfortable assigning version 1.0.0 to it.

Version 0.8.5

15 Dec 08:25
Compare
Choose a tag to compare
  • added ability for using a typed response when receiving one time messages

Version 0.8.4

09 Dec 14:23
Compare
Choose a tag to compare

Internal refactoring: cleanup of outdated interfaces & abstractions

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.