Skip to content

Zeebe 1.0.0-alpha6

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 23 Apr 07:13

Release: 1.0.0-alpha6

Important Note

⚠️ Zeebe, Operate and Tasklist now support Elasticsearch 7 for exporting events. Please update your Elasticsearch installation to the latest 7.x stable release.

Enhancements

Broker

  • New BPMN element type for event subprocesses (#6542)

Bug Fixes

Broker

  • On restart journal index is not updated for existing segments (#6786)
  • Follower doesn't flush written entries if append is only partially written (#6784)
  • ElasticExporter logs flush failures as error (#6741)
  • CompletionException: io.zeebe.journal.file.record.CorruptedLogException: Record doesn't match checksum. Log segment may be corrupted. (#6709)
  • ZeebePartition doesn't handle exceptions properly (#6391)
  • Gateway not able to parse ipv6 addresses (#5951)

Merged Pull Requests

  • chore(benchmarks): Reduce exports and PVC claims (#6720)