Releases: Gladium-AI/flare-cli
Releases · Gladium-AI/flare-cli
v0.2.0
Bug Fixes
- Fix tunnel error 1033 — cloudflared dying after 10-15 minutes (#1)
- Replaced
exec.CommandContextwithexec.Commandto prevent Go from sending SIGKILL to cloudflared when the parent context is cancelled - Added
--no-autoupdateflag to cloudflared to prevent mid-session self-restarts - Persistent cloudflared logs to
~/.config/flare-cli/logs/for post-mortem diagnostics - Immediate teardown detection when cloudflared exits unexpectedly (no more silent hangs)
- Drain cloudflared stdout/stderr into ring buffer + OS pipes to prevent process freeze
- Replaced
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Full Changelog: https://github.com/Gladium-AI/flare-cli/commits/v0.1.0