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 # 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) ## v0.3.4 (2026-04-13)
### Bug Fixes ### Bug Fixes
+1 -1
View File
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project] [project]
name = "muxplex" name = "muxplex"
version = "0.3.4" version = "0.3.5"
description = "Web-based tmux session dashboard — access all your tmux sessions from any browser" description = "Web-based tmux session dashboard — access all your tmux sessions from any browser"
readme = "README.md" readme = "README.md"
license = { text = "MIT" } license = { text = "MIT" }