Skip to content

Releases: Gladium-AI/flare-cli

v0.2.0

22 Mar 19:04
da66cd1

Choose a tag to compare

Bug Fixes

  • Fix tunnel error 1033 — cloudflared dying after 10-15 minutes (#1)
    • Replaced exec.CommandContext with exec.Command to prevent Go from sending SIGKILL to cloudflared when the parent context is cancelled
    • Added --no-autoupdate flag 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

Full Changelog: v0.1.0...v0.2.0

v0.1.0

20 Mar 11:57

Choose a tag to compare