Skip to content

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

0.15.0

28 Jan 20:59
4c20abe
Compare
Choose a tag to compare
0.15.0 Pre-release
Pre-release

Changelog:

This release is based on the Zeebe 0.22.1 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.14.0

20 Dec 14:04
Compare
Choose a tag to compare
0.14.0 Pre-release
Pre-release

This release is based on the Zeebe 0.22.0-alpha2 release (https://github.com/zeebe-io/zeebe).

  • Upgraded Grpc dependencies to 2.26.0
  • Downgraded Microsoft.Extensions.* dependencies, such that it is still possible to use the library with .netcore 2.1 applications (#70 , #76 )
  • Migrated to latest Zeebe release (0.22.0-alpha2) and added Key to ISetVariablesResponse

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.13.0

08 Nov 13:55
Compare
Choose a tag to compare
0.13.0 Pre-release
Pre-release
  • Client supports now the new create workflow instance with result command.
    This allows the client to await the result (to get the variables) of a short living workflow instance.

  • Replaced NLog usage with ILoggerFactory support. Thanks to @bobcat1506

This release is based on the Zeebe 0.22.0-alpha1 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.12.1

09 Sep 08:50
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release

Bug fix:

 * update in memory state after cloud token is read from file

This release is based on the Zeebe 0.21.0-alpha2 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.12.0

06 Sep 10:49
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • migrated to latest Zeebe release (0.21.0-alpha2)
  • update dependencies
  • transport encryption is now supported
  • added possibility to authenticate via access token (for example OAUTH)
  • long polling is configurable on the job worker builder

Example to enable transport encryption:

           var client =
               ZeebeClient.Builder()
                   .UseGatewayAddress(ZeebeUrl)
                   .UseTransportEncryption("~/ca.cert")
                   .Build();

This release is based on the Zeebe 0.21.0-alpha2 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.11.0

16 Jul 13:28
Compare
Choose a tag to compare

Changelog

  • migrated to latest Zeebe release (0.20.0)
  • update dependencies

This release is based on the Zeebe 0.20.0 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.10.0

10 Jul 07:44
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

Changelog

  • expose custom headers on activated job interface

This release is based on the Zeebe 0.19.0 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.9.0

08 Jul 10:11
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

Update to the latest Zeebe release (0.19.0):

  • reorganize namespaces (BREAKING CHANGE)
  • flatten job headers (BREAKING CHANGE)

This release is based on the Zeebe 0.19.0 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.8.0

11 Jun 13:54
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release

Update to the latest Zeebe release (0.18.0):

  • use NLog for logging purposes
  • add auto completition option for job workers
  • remove ListWorkflows and GetWorkflow API (removed in Zeebe 0.18.0)

This release is based on the Zeebe 0.18.0 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).

0.7.0

05 Apr 21:05
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

Update to the latest zeebe release (0.17.0):

  • rename limit/amount to maxJobsActive for JobWorker and maxJobToActivate for the ActivateCommand
  • rename remaining payload occurences to variables

This release is based on the zeebe 0.17.0 release (https://github.com/zeebe-io/zeebe).

Release is available via nuget (https://www.nuget.org/packages/zb-client).