v3.0.1
Changes
- Raise pyzeebe errors from the underlying grpc error for better stack traces
- Raise
UnkownGrpcStatusCodeError
instead of reraising grpc error when encountering an unexpected status code
Fixes
- Fix bug where workers on python 3.6 would use
event_loop.create_task
which was introduced in python 3.7