Skip to content

Zeebe 0.18.0

Compare
Choose a tag to compare
released this 12 Jun 08:07

Zeebe + Operate Release - June 2019

New to Zeebe and Operate? We recommend the Getting Started tutorial: https://docs.zeebe.io/getting-started/README.html

Note that Operate is available for unrestricted non-production use under the following license: https://zeebe.io/legal/operate-evaluation-license/

Changelog

Zeebe

Breaking Changes

  • broker:
    • rename port configuration (02e3c472)
    • rename defaultLogSegmentSize to logSegmentSize in configuration (915fd5e5)
  • exporter-api: move Exporter interface to upper api package (faac031f)
  • protocol: move protocol class to upper level package (8f580c51)
  • gateway-protocol: remove control messages (list and get workflows) (8a6035676)

Bug Fixes

  • broker:
    • rename port configuration (02e3c472)
    • rename defaultLogSegmentSize to logSegmentSize in configuration (915fd5e5)
    • fix lost messages on rejected correlation (cdcddd86)
    • fix intermediate catch event XML order dependency (5c25ecd1)
    • fix XOR gateway being dependent on element position in XML (bdd88dc1)
    • do not skip partition on job activation (80307830)
    • fix invalid state when cancelling with job (f990274a)
    • fix reading empty string token (638e0631)
  • exporter-api: move Exporter interface to upper api package (faac031f)
  • gateway: fix topology response (ea92e981)
  • protocol: move protocol class to upper level package (8f580c51)

Features

  • broker: add workflow key to incident record (73477e87)
  • clients/java: send stack trace of unhandled worker exception to Operate (7ceea4ce)
  • exporter-api: allow exporters to throw checked exceptions in configure method (df52c92b)

Operate

Features

  • Dashboard updates: Redesign system metrics for improved clarity; include workflows without any instances in "Instances by Workflow" list
  • Variables: Add variable editing capabilities
  • Performance: Improve performance of data import and batch Operations