FEA-Bench / testbed /deepset-ai__haystack /releasenotes /notes /deprecate_max_loops_allowed-2b17a9b442b68199.yaml
hc99's picture
Add files using upload-large-folder tool
ce676f7 verified
raw
history blame
604 Bytes
---
enhancements:
- |
Add new `Pipeline` init argument `max_runs_per_component`, this has the same identical
behaviour as the existing `max_loops_allowed` argument but is more descriptive of its actual effects.
- |
Add new `PipelineMaxLoops` to reflect new `max_runs_per_component` init argument
deprecations:
- |
`Pipeline` init argument `max_loops_allowed` is deprecated and will be remove in version `2.7.0`. Use `max_runs_per_component` instead.
- |
`PipelineMaxLoops` exception is deprecated and will be remove in version `2.7.0`. Use `PipelineMaxComponentRuns` instead.