chore: release v0.3.5 -- connection pool exhaustion fix

This commit is contained in:
Brian Krabach
2026-04-14 06:36:07 -07:00
parent 2e57358e2e
commit 655b9ecab0
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -1,5 +1,10 @@
# Changelog
## v0.3.5 (2026-04-14)
### Bug Fixes
- **Connection pool exhaustion fix** — replaced `setInterval` with self-scheduling `setTimeout` for both `pollSessions` and `sendHeartbeat` loops; prevents `ERR_INSUFFICIENT_RESOURCES` death spiral when federation requests time out during 2-second poll cycles
## v0.3.4 (2026-04-13)
### Bug Fixes