Skip to content

Commit

Permalink
chore: add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
mathislucka committed Feb 4, 2025
1 parent 2d11923 commit d6673fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions releasenotes/notes/fix-pipeline-run-2fefeafc705a6d91.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
fixes:
- |
Fixes multiple bugs in the pipeline-run-method:
- acyclic pipelines with multiple lazy variadic components not running all components
- cyclic pipelines not passing intermediate outputs to components outside the cycle
- cyclic pipelines with two or more optional or greedy variadic edges showing unexpected execution behavior
- cyclic pipelines with two cycles sharing an edge raising errors

0 comments on commit d6673fe

Please sign in to comment.