Skip to content

v4.0.0

Compare
Choose a tag to compare
@dimastbk dimastbk released this 17 Oct 12:06
· 77 commits to master since this release
6069e9b

Main Changes Since v3.0.4

  • Drop support for python 3.6, 3.7 & 3.8, add python 3.12 & 3.13 to test
  • Add support for Zeebe API 8.5 (multi-tenancy and other), drop support for Zeebe < 8
  • Add shared exception handler
  • Add full coverage of type hints
  • Add support for Camunda Identity auth provider (and similar providers too), see docs
  • Don't return initial job variables to Zeebe by default. If you need old behavior, you shoud use return job.variables in your job handler
  • Make job safe (use frozen dataclass, use job controller in exception_handler, remove unsafe methods from Job)

What's Changed

Full Changelog: v4.0.0rc8...v4.0.0