• Replace fatal errors with non-fatal logging to improve resilience

    GRMrGecko released this 2026-03-22 10:38:42 -05:00 | 0 commits to main since this release

    Version bump to 0.2.1. Changed log.Fatalln calls to log.Println with
    continue/return so that individual API errors no longer crash the
    entire service.

    Downloads