Skip to content

Releases: camunda-community-hub/kotlin-coworker

Coworker 0.2.3

27 Feb 07:50
Compare
Choose a tag to compare

In this release I've fixed a problem, that credentials fetched in the main thread pool.

Full Changelog: 0.2.2...0.2.3

Coworker 0.1.3

27 Feb 07:49
Compare
Choose a tag to compare

In this release I've fixed a problem, that credentials fetched in the main thread pool.

Full Changelog: 0.1.2...0.1.3

Coworker 0.2.2

20 Feb 11:18
Compare
Choose a tag to compare

In the past release I fogot one commit with fix. Now, I'm fixing it

Full Changelog: 0.2.1...0.2.2

Coworker 0.1.2

20 Feb 11:12
Compare
Choose a tag to compare

I've fixed scheduling problem in this release

Full Changelog: 0.1.1...0.1.2

Coworker 0.2.1

20 Feb 11:13
Compare
Choose a tag to compare

I've fixed a scheduling problem in this release.

Full Changelog: v0...0.2.1

Coworker 0.2.0

17 Feb 09:22
Compare
Choose a tag to compare

In this release, I introduce the ability to customize CoroutineContext based on ActivatedJob.

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

Full Changelog: 0.1.0...0.2.0

Coworker 0.1.1

15 Feb 10:08
Compare
Choose a tag to compare

In this release I'm trying to fix problem with JavaDocs jar.

Coworker 0.1.0

15 Feb 09:17
6631f1d
Compare
Choose a tag to compare

This is the first release of this library. The main purpose of this library to embrace the reactive (Kotlin Coroutines) stack into Zeebe Workers.

So this is a basically port of Zeebe Workers in Java, plush this is heavy relies on Spring Zeebe library and reuse most of its logic.