Skip to content

2.3.4

Choose a tag to compare

@github-actions github-actions released this 08 Sep 13:56
· 21 commits to main since this release
d526bc9

Ships Workflow 2.0.8, fixing child completion defects reported in durable-workflow/workflow#493 and durable-workflow/workflow#495.

  • Completed children no longer propagate historical handled-activity failure metadata to their parent.
  • Concurrent embedded child completions no longer lose the parent wake-up; existing repair paths recover the reproduced stranded-parent state from durable history.
  • Parent-notification infrastructure errors remain repairable instead of becoming contradictory terminal workflow failures.

No Server API, wire-format or database migration change. Existing contradictory terminal histories are not automatically rewritten. This release does not deploy Cloud.

Server 2.3.4 images and Helm 0.1.83 are published. Release verification passed immutable image identity, bare-image first run, source-free Compose bootstrap, protocol catalog and anonymous Helm installation. The downloaded image was independently checked to contain Workflow 2.0.8 at its exact release commit.

Implementation: #145. Full changelog.