perf: increase websocket heartbeat interval and load subscriptions asynchronously

This commit is contained in:
2026-02-14 09:53:13 +01:00
parent 8b1ce1da67
commit 403389e3fd
3 changed files with 25 additions and 14 deletions
+8
View File
@@ -35,6 +35,14 @@
## Version 1.36.0 - 2026-02-14
Increases the websocket heartbeat interval to reduce network overhead and improve connection efficiency. Loads subscriptions asynchronously to enhance responsiveness during data retrieval.
**Changes:** 1 files, 29 lines
**Languages:** Python (29 lines)
## Version 1.35.0 - 2026-01-31