mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-06-26 22:00:13 +00:00
11 lines
396 B
YAML
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
|