diff --git a/changelog/4129.performance.md b/changelog/4129.performance.md new file mode 100644 index 000000000..628278e8f --- /dev/null +++ b/changelog/4129.performance.md @@ -0,0 +1 @@ +- `FrameFilter`, `IdentityFilter`, and `NullFilter` now use direct mode for lower-latency synchronous frame processing, bypassing the async queue.