Skip to content

Zeebe 0.22.2

Compare
Choose a tag to compare
released this 11 Mar 15:44

Release: 0.22.2

Enhancements

  • Add RocksDB snapshot metrics (#3447)

Fixes

  • Failed to export variable to elasticsearch which is bigger then 32766 bytes (#3892)
  • Java Client does not refresh OAuth token correctly after expiration (#3768)
  • Out of direct memory in the Engine (#3686)
  • Subscriptions of event subprocesses are not closed when one interrupting event subprocess is triggered (#3681)
  • Workflow instance is stuck when an interrupting event subprocess is triggered (#3680)
  • Output Parameters with result dict (#3621)

Merged Pull Requests

  • [BACKPORT] chore(broker): adds snapshot metrics (#4033)
  • [BACKPORT] Remove onOpen lifecycle method (#4019)
  • [BACKPORT] fix(clients/java): fix refresh condition (#4015)
  • [BACKPORT] fix(broker): merge variable on output mapping (#4014)
  • [BACKPORT] fix(broker): fixing interrupting event subprocesses (#4013)
  • [BACKPORT] chore(broker): replicate empty files (#4012)
  • [BACKPORT] Ignore variables above 8191 characters (#3950)
  • [BACKPORT] Ignore variable values larger then 32766 bytes in elasticsearch exporter (#3903)
  • [BACKPORT] Log warning for variable values exceeding 32KB (#3895)