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 * altered a walk with cycle test * added a test to verify that pipeline raises PipelineConnectError when adding a component to itself * Update release notes * Remove self connection feature tests * Tidy up connect unit test --------- Co-authored-by: Silvano Cerza <silvanocerza@gmail.com>
6 lines
180 B
YAML
6 lines
180 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
`Pipeline.connect()` will now raise a `PipelineConnectError` if `sender` and `receiver` are the same Component.
|
|
We do not support this use case anymore.
|