/ releasenotes / notes / remove-support-to-connect-component-to-self-6eedfb287f2a2a02.yaml
remove-support-to-connect-component-to-self-6eedfb287f2a2a02.yaml
1  ---
2  upgrade:
3    - |
4      `Pipeline.connect()` will now raise a `PipelineConnectError` if `sender` and `receiver` are the same Component.
5      We do not support this use case anymore.