feat: Update changelog for v0.1.1 release and increment version to 0.1.1

This commit is contained in:
HueByte
2026-02-19 10:46:45 +01:00
parent ff184da095
commit efc6aa8a02
4 changed files with 11 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
# v0.1.1 - Directory Connection Self-Healing
## Fixes
- Server now reconnects to the EchoHubSpace directory indefinitely when the API goes down, using exponential backoff (2s → 30s cap)
- If automatic reconnect is exhausted, the connection is rebuilt from scratch automatically
- Initial connection attempts also use exponential backoff instead of a fixed 30s delay