haystack/releasenotes/notes/rename-connect-arguments-2d99d9d5cbe9ab4c.yaml
Silvano Cerza b875eda4af
refactor: Rename Pipeline.connect() arguments (#6919)
* Rename Pipeline.connect() arguments

* Add release notes
2024-02-06 11:31:53 +01:00

11 lines
396 B
YAML

---
upgrade:
- |
`Pipeline.connect()` arguments have renamed for clarity. This is a breaking change if `connect` was called
with keyword arguments only.
`connect_from` and `connect_to` arguments have been renamed respectively to `sender` and `receiver`.
The behaviour of `Pipeline.connect()` is not changed.
features:
- |
Rename `Pipeline.connect()` arguments for clarity