Skip to content

Zeebe 1.3.5

Compare
Choose a tag to compare
released this 09 Mar 10:46
· 44537 commits to main since this release

Release: 1.3.5

Bug Fixes

Broker

  • NPE during replay (#8830)
  • When installing services fails during a transition, the partition does not recover and becomes inactive (#8717)
  • I can't activate jobs with a high max job count (#5525)

Misc

  • Two TimerSubscriptions of the same timer wheel share the same timerId (#8776)

Merged Pull Requests

  • fix: notify new SnapshotReplicationListeners about missed replications (#8834)
  • Correctly truncate a job activation batch if it will not fit in the dispatcher (#8799)
  • Add API to probe the logstream batch writer if more bytes can be written without writing them (#8798)
  • Extend Either/EitherAssert capabilities (#8797)
  • fix: throw instead of silently overwriting timers (#8785)
  • fix: avoid transition to inactive when log storage installation fails (#8767)
  • Fix slow Windows OS smoke test (#8765)
  • Fix exporter flaky test (#8691)