mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00

* Added equality check for sender and receiver in connection function of pipeline * Update base.py irrelevant changes reverted * added release note * removed deprecated param max_loops_allowed from pipeline init * added release note * revert non relevant test * Delete releasenotes/notes/remove-support-to-connect-component-to-self-6eedfb287f2a2a02.yaml * revery non relevant change * Remove unused test_pipeline_deprecated.yaml * Remove PipelineMaxLoops error * Update release notes --------- Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
7 lines
203 B
YAML
7 lines
203 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
Removed `Pipeline` init argument `max_loops_allowed`. Use `max_runs_per_component` instead.
|
|
- |
|
|
Removed `PipelineMaxLoops` exception. Use `PipelineMaxComponentRuns` instead.
|