Skip to content

Releases: camunda-community-hub/kotlin-coworker

Coworker 0.5.0

03 Jul 10:53
Compare
Choose a tag to compare

Update Zeebe Client up to 8.2.7

Full Changelog: 0.4.1...0.5.0

Coworker 0.4.1

02 May 11:13
Compare
Choose a tag to compare

In this release I've fixed the failed job metric.

Full Changelog: 0.4.0...0.4.1

Coworker 0.4.0

21 Apr 09:51
Compare
Choose a tag to compare

In this release I am adding the metrics support to the Coworker. These metrics are ported from Spring Zeebe project

Full Changelog: 0.3.0...0.4.0

Coworker 0.3.2

01 Mar 16:42
Compare
Choose a tag to compare

In this release, I am fixing the problem that credentials aren't working.

Full Changelog: 0.3.1...0.3.2

Coworker 0.2.5

01 Mar 16:41
Compare
Choose a tag to compare

In this release, I am fixing the problem that credentials aren't working.

Full Changelog: 0.2.4...0.2.5

Coworker 0.1.5

01 Mar 16:40
Compare
Choose a tag to compare

In this release, I am fixing the problem that credentials aren't working.

Full Changelog: 0.1.4...0.1.5

Coworker 0.3.1

28 Feb 16:21
Compare
Choose a tag to compare

In this quick fix, I'm trying to fix the locking problems with coroutines.

Full Changelog: 0.3.0...0.3.1

Coworker 0.3.0

28 Feb 08:16
Compare
Choose a tag to compare

This is a quite huge release. We are introducing:

  1. Port most of the parameters from @ZeebeWorker to @Coworker annotation
  2. Add support for @ZeebeVariable, @Variable, @ZeebeVariableAsType, @VariableAsType, @ZeebeCustomHeaders, @CustomHeaders
  3. Ability to override annotation parameters via configuration properties
  4. Support for SpEL and properties placeholders in the annotation values
  5. Custom error handling

I guess that this is the first ready-to-use release :)

What's Changed

  • chore(deps): bump junit-bom from 5.9.1 to 5.9.2 by @dependabot in #45
  • chore(deps): bump scala-library from 2.13.9 to 2.13.10 by @dependabot in #44
  • chore(deps): bump grpc-bom from 1.51.1 to 1.53.0 by @dependabot in #43
  • chore(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 by @dependabot in #47
  • chore(deps): bump protobuf.version from 3.21.12 to 3.22.0 by @dependabot in #49
  • chore(deps-dev): bump mockk-jvm from 1.13.3 to 1.13.4 by @dependabot in #48
  • chore(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M9 by @dependabot in #50
  • chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #51
  • chore(deps): bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #52

Full Changelog: 0.2.0...0.3.0

What's Changed

  • chore(deps): bump spring-zeebe.version from 8.1.15 to 8.1.17 by @dependabot in #41
  • chore(deps): bump maven-enforcer-plugin from 3.1.0 to 3.2.1 by @dependabot in #40
  • chore(deps): bump arrow-stack from 1.1.3 to 1.1.5 by @dependabot in #39
  • chore(deps-dev): bump assertj-core from 3.23.1 to 3.24.2 by @dependabot in #38
  • chore(deps): bump junit-bom from 5.9.1 to 5.9.2 by @dependabot in #45
  • chore(deps): bump scala-library from 2.13.9 to 2.13.10 by @dependabot in #44
  • chore(deps): bump grpc-bom from 1.51.1 to 1.53.0 by @dependabot in #43
  • chore(deps): bump maven-dependency-plugin from 3.4.0 to 3.5.0 by @dependabot in #47
  • chore(deps): bump protobuf.version from 3.21.12 to 3.22.0 by @dependabot in #49
  • chore(deps-dev): bump mockk-jvm from 1.13.3 to 1.13.4 by @dependabot in #48
  • chore(deps): bump maven-surefire-plugin from 3.0.0-M7 to 3.0.0-M9 by @dependabot in #50
  • chore(deps): bump maven-javadoc-plugin from 3.4.1 to 3.5.0 by @dependabot in #51
  • chore(deps): bump actions/cache from 3.2.5 to 3.2.6 by @dependabot in #52

Full Changelog: 0.1.0...0.3.0

Coworker 0.2.4

28 Feb 16:16
Compare
Choose a tag to compare

In this quick fix, I'm trying to fix the locking problems with coroutines.

Full Changelog: 0.2.3...0.2.4

Coworker 0.1.4

28 Feb 16:14
Compare
Choose a tag to compare

In this quick fix, I'm trying to fix the locking problems with coroutines.

Full Changelog: 0.1.3...0.1.4