haystack/releasenotes/notes/remove-deprecated-param-from-pipeline-6b05ce1ff1f7fdec.yaml
Ajit Singh 2dd8089409
chore: Removed deprecated max_loop_allowed argument from Pipeline init (#8409)
* 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>
2024-09-30 15:58:05 +02:00

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.