You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.**WebSocket Library Upgrade**: The SDK upgraded to `websockets>=12.0`, which introduced some internal changes to connection handling.
893
-
894
-
2.**Parameter Name Changes**:
895
-
-**Sync connections**: Continue to use `additional_headers` parameter
896
-
-**Async connections**: Now use `extra_headers` parameter (changed from `additional_headers`)
897
-
898
-
3.**Keep Alive Control Messages**: The keep alive functionality itself remains unchanged - you still send `KeepAlive` control messages using the `send_control()` method.
899
-
900
-
4.**Connection Management**: The underlying WebSocket connection management has been updated to use the newer websockets library API, but the public interface for keep alive remains the same.
0 commit comments