Skip to content

Commit bd1ca8f

Browse files
committed
added changelog files for #3519
1 parent cdaef7d commit bd1ca8f

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

changelog/3519.added.2.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added `RTVIProcessor.create_rtvi_observer()` factory method for creating RTVI observers.

changelog/3519.added.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Added `FrameProcessor.broadcast_frame_class(frame_cls, **kwargs)` method to broadcast frames by class and keyword arguments.

changelog/3519.added.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- `PipelineTask` now automatically adds `RTVIProcessor` and registers `RTVIObserver` when `enable_rtvi=True` (default), simplifying pipeline setup.

changelog/3519.changed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- ⚠️ `FrameProcessor.broadcast_frame()` now takes a frame instance instead of a frame class. Use `broadcast_frame_class()` for the previous class+kwargs behavior.

changelog/3519.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Transports now properly broadcast `InputTransportMessageFrame` frames both upstream and downstream instead of only pushing downstream.

0 commit comments

Comments
 (0)