• v0.3.2 4a7acbb630

    feat: add graceful shutdown with OS signal handling

    ryan released this 2026-01-31 19:22:43 +00:00 | 54 commits to main since this release

    Handle SIGINT/SIGTERM in Start() to cleanly drain all contexts,
    stop goroutines, close SSE connections, and tear down PubSub.

    Fix stopAllRoutines() to close() the channel instead of sending a
    single value, so all listening goroutines are notified.

    Downloads