Releases: camunda-community-hub/zeebe-client-csharp-accelerator
Releases · camunda-community-hub/zeebe-client-csharp-accelerator
Version 2.0.0
Breaking changes:
- Upgrade to .NET 7
- Upgrade to zeebe-client-csharp version 2.1.0
Build and tested against Zeebe 8.2.11
Version 1.1.0
New features:
- Support for JsonPropertyName and JsonIgnore attributes
Version 1.0.4
Fixes:
- #4 Unable to use abstract classes for workers
Version 1.0.3
New features:
- Added option to configure the number of HandlerThreads
Fixes:
- Corrected logger in ResourceDeployer
Version 1.0.2
New Features:
- Easy configuration of Camunda Platform 8 SaaS Connection
Version 1.0.1
Fixes:
- awaiting before scope is disposed (thanks for PR#1 @Jejuni)
Version 1.0.0
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
- added ability for using a typed response when receiving one time messages
Version 0.8.4
Internal refactoring: cleanup of outdated interfaces & abstractions
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.