Skip to content

Zeebe 0.23.5

Compare
Choose a tag to compare
released this 18 Aug 08:03

Release: 0.23.5

Bug Fixes

Broker

  • Will not compact after exporters are removed (#5105)
  • Event Scope State is not cleaned up when the message start event subscription is closed (#4959)
  • Variable state is not cleaned up if an event is triggered (#4957)
  • Health of follower partitions is sometimes reported as unhealthy (#4943)
  • Message Start Event of an Event Subprocess is not setting variables and not allowing Output mapping (#4884)
  • Multi-instance output element expression with space prefix leads to incorrect variable scope (#4852)
  • OOM Error on restart (#4927)

Gateway

  • Endless loop on job activation if job does not fit in max message size (#4917)

Misc

  • Memory Leak in IT tests (#4980)

Merged Pull Requests

Merged Pull Requests
  • [Backport 0.23] compact after exporters removed (#5115)
  • [BACKPORT] Improve SnapshotReplicationTest (#5094)
  • [Backport 0.23] Improve stability of AtomixTransportTest (#5092)
  • [backport] fix(broker): increase request timeout (#5058)
  • [Backport] Improve stability of DeploymentCreatedProcessorTest (#5056)
  • [Backport] Improve stability of the InterruptingEventSubprocessTest (#5046)
  • [Backport] Zip test results and keep reports for flaky tests (#5045)
  • [backport] 4395 backport to 0.23 (#5037)
  • [backport] fix(atomix): separate test data folders for parallel tests (#5027)
  • [Backport] Align embedded broker rule (#5025)
  • [BACKPORT] fix(broker): refactor zeebe partition health monitoring (#5018)
  • Workaround to fix 0.23 build problems (#4997)
  • [BACKPORT 0.23] Fix IT memory leak (#4991)
  • [Backport 0.23] Remove workflow related data from state when it is not used (#4967)
  • Improve test stability (#4962)
  • fix(broker): fix OOM on restart (#4932)
  • [Backport] Propagate message variables from event subprocess (#4923)
  • fix(broker): fix endless loop in job activation (#4919)
  • fix(broker): handle output element expression with whitespaces (#4891)