Releases: camunda-community-hub/kotlin-coworker
Coworker 0.2.3
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
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
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
I've fixed scheduling problem in this release
Full Changelog: 0.1.1...0.1.2
Coworker 0.2.1
I've fixed a scheduling problem in this release.
Full Changelog: v0...0.2.1
Coworker 0.2.0
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
In this release I'm trying to fix problem with JavaDocs jar.
Coworker 0.1.0
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.