Skip to content

1.8.0

Compare
Choose a tag to compare
@ChrisKujawa ChrisKujawa released this 21 Aug 11:26
· 349 commits to main since this release
7f1c7d6

Release 1.8.0

The newest release comes with some improvements to the log print sub-command.

zdb now prints the log incrementally, which avoids OOM on larger logs. Furthermore, you can now limit the output of the printed log. You can specify from which position the log print should start and/or at which position it should stop. Additionally, you can define a new filter that limits the output to records that only correspond to a given process instance.

Read more about this in the corresponding readme section.

Details

Fixes

  • Support incremental read of log by @Zelldon in #284
  • Fix path position in state list subcommand by @Zelldon in #287

Features

  • Filter log for position by @Zelldon in #285
  • Filter log for process instance by @Zelldon in #286
  • Move new log print logic to backend by @Zelldon in #288

What else has changed

  • build(deps): bump zeebe.version from 8.2.8 to 8.2.9 by @dependabot in #280
  • build(deps): bump zeebe.version from 8.2.9 to 8.2.10 by @dependabot in #281
  • build(deps): bump zeebe.version from 8.2.10 to 8.2.11 by @dependabot in #282
  • build(deps): bump actions/setup-java from 3.11.0 to 3.12.0 by @dependabot in #279
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter-engine from 5.9.3 to 5.10.0 by @dependabot in #278
  • build(deps-dev): bump org.junit.jupiter:junit-jupiter-api from 5.9.3 to 5.10.0 by @dependabot in #277

Full Changelog: 1.7.0...1.8.0