chore: bump version to 1.8.0 and add changelog entry for socket robustness improvements

This commit is contained in:
2025-12-18 21:04:01 +00:00
parent b6476f3bf0
commit d1520f1b21
6 changed files with 1618 additions and 677 deletions
+8
View File
@@ -8,6 +8,14 @@
## Version 1.8.0 - 2025-12-18
The socket service now handles errors more robustly and prevents crashes through improved safety checks. Socket methods support better concurrency and provide enhanced logging for developers.
**Changes:** 4 files, 2279 lines
**Languages:** JavaScript (592 lines), Python (1687 lines)
## Version 1.7.0 - 2025-12-17
Fixes socket cleanup in the websocket handler to prevent resource leaks and improve connection stability.