2.3.4
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.