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
+1
View File
@@ -4,4 +4,5 @@ Release history for EchoHub.
## Releases
- [v0.1.1](v0.1.1.md) - Directory Connection Self-Healing
- [v0.1.0](v0.1.0.md) - Initial Release
+2
View File
@@ -1,4 +1,6 @@
- name: Overview
href: index.md
- name: v0.1.1
href: v0.1.1.md
- name: v0.1.0
href: v0.1.0.md
+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