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.