v2.3.0
Changes
- Official support for zeebe 0.26.0.0
- Start watcher thread that reactivates stopped threads #112.
- Add boolean parameter called
watch
toZeebeWorker.work
to start the watcher thread. This will by default be disabled.
- Add boolean parameter called
- Give up on connection to zeebe gateway after configured amount #75.
- Add parameter to
ZeebeWorker
andZeebeClient
constructor calledmax_connection_retries
.
- Add parameter to
Enhancements
- Use pytest fixtures to simplify tests.