Add changelog for #4493

This commit is contained in:
Aleix Conchillo Flaqué
2026-05-13 21:06:09 -07:00
parent 7506af5861
commit eb4f0ac1ae
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
- `PipelineTask` now inherits from `BaseTask`, so every pipeline task is also a bus participant. It accepts a new optional `bridged=()` parameter that auto-wraps the pipeline with bus edge processors, letting the task exchange frames with other bridged tasks over the shared `TaskBus`. The bus is supplied by `PipelineRunner` via `task.attach(registry=..., bus=...)` instead of through the constructor.