v0.0.94
pipecat-ai/pipecatv0.0.94Nov 10, 2025by aconchillo
AI Summary
A minor maintenance release that deprecates the KrispFilter and removes the LivekitFrameSerializer. It includes a fix for double spaces in assistant messages.
Key Highlights
- Deprecated `KrispFilter` in favor of `KrispVivaFilter`.
- Removed `LivekitFrameSerializer` (use `LiveKitTransport` instead).
- Fixed double spaces appearing in assistant messages within context.
Breaking Changes
- KrispFilter is deprecated and will be removed in a future version.
- LivekitFrameSerializer has been removed.
Full Release Notes
### Deprecated - The `KrispFilter` is deprecated and will be removed in a future version. Use the `KrispVivaFilter` instead. ### Removed - `LivekitFrameSerializer` has been removed. Use `LiveKitTransport` instead. ### Fixed - Fixed a bug related to `LLMAssistantAggregator` where spaces were sometimes missing from assistant messages in context.