mirror of
https://github.com/RedWizardsLab/EchoHub.git
synced 2026-09-04 00:26:07 +02:00
feat: Update changelog for v0.1.1 release and increment version to 0.1.1
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -1,6 +1,6 @@
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<Version>0.1.0</Version>
|
||||
<Version>0.1.1</Version>
|
||||
<GenerateDocumentationFile>true</GenerateDocumentationFile>
|
||||
<NoWarn>$(NoWarn);CS1591</NoWarn>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user