Skip to content

v2.3.0

Compare
Choose a tag to compare
@JonatanMartens JonatanMartens released this 16 Feb 20:51
· 832 commits to master since this release
3074209

Changes

  • Official support for zeebe 0.26.0.0
  • Start watcher thread that reactivates stopped threads #112.
    • Add boolean parameter called watch to ZeebeWorker.work to start the watcher thread. This will by default be disabled.
  • Give up on connection to zeebe gateway after configured amount #75.
    • Add parameter to ZeebeWorker and ZeebeClient constructor called max_connection_retries.

Enhancements

  • Use pytest fixtures to simplify tests.