Skip to content

Commit e01d5a2

Browse files
authored
Update Migrating-v3-to-v5.md
1 parent 49c6e26 commit e01d5a2

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

docs/Migrating-v3-to-v5.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -887,18 +887,6 @@ with client.agent.v1.connect() as agent:
887887
agent.send_control(AgentV1ControlMessage(type="KeepAlive"))
888888
```
889889

890-
**Key Changes:**
891-
892-
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.
901-
902890
## Breaking Changes Summary
903891

904892
### Major Changes

0 commit comments

Comments
 (0)