Skip to content

Zeebe 1.0.0-alpha4

Pre-release
Pre-release
Compare
Choose a tag to compare
released this 30 Mar 14:39

Release: 1.0.0-alpha4

Known Issues

⚠️ There is a known issue with the Tasklist migration. As their is no migration possible to the alpha4 version we recommend to disable the migration by setting the environment variable ZEEBE_TASKLIST_MIGRATION_MIGRATIONENABLED=false.

Enhancements

Broker

  • Rename ProcessInstanceSubscription to ProcessMessageSubscription (#6566)

Bug Fixes

Broker

  • Boundary events are not correctly terminated (#6587)
  • Process instance with parallel flow can't be completed after interruption by Event sub process (#6565)
  • StateWriter doesn't use ReprocessingStreamWriter during reprocessing (#6557)
  • Process can't be completed after concurrent message correlation (#6552)
  • Can't append entries due to Low system clock granularity causes (#6520)

Misc

  • Intermediate catch event is terminated twice (#6643)
  • Most atomix-cluster tests not running on the CI (#6613)
  • IllegalStateException: Expected to find a workflow deployed with key '2251799813685249' but not found. (#6518)

Merged Pull Requests

  • chore(benchmark): build project on create (#6585)
  • Temporary fix for SBE compilation step (#6584)
  • Log key on blacklist process instance (#6578)
  • chore(test-util): log substituted numbers for debug conditions (#6574)
  • Avoid using the logstream writer on reprocessing (#6573)
  • Release 1.0.0 alpha3 (#6572)
  • Rename process instance subscription to process message subscription (#6567)
  • Replace token count with counting of active sequence flows and element instances (#6562)
  • Apply event-sourcing to the process instance subscription correlate processor (#6558)