Skip to content

v3.0.0

Compare
Choose a tag to compare
@JonatanMartens JonatanMartens released this 15 Oct 14:10
· 476 commits to master since this release
c76dc2b

Changes

  • Support for zeebe 1.x.x
    • Naming changed accoridingly (workflow -> process)
  • Support async tasks. See docs
  • Add ability to provide custom grpc channels
    • Add builtin grpc creators (create_insecure_channel, create_secure_channel and create_camunda_cloud_channel)
  • Add ability to access job inside a task
  • Limit amount of jobs that can run concurrently per task