Add changelog for #4201

This commit is contained in:
Mark Backman
2026-03-30 12:31:22 -04:00
parent f37bf989dd
commit 3af93ed257
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1 @@
- `WebsocketService` reconnection errors are now non-fatal. When a websocket service exhausts its reconnection attempts (either via exponential backoff or quick failure detection), it emits a non-fatal `ErrorFrame` instead of a fatal one. This allows application-level failover (e.g. `ServiceSwitcher`) to handle the failure instead of killing the entire pipeline.