• v0.4.0 9e0380ec75

    Add consistent API request logging and a themed 404 page, bump to 0.4.0
    CI / Build and push image (push) Successful in 1m10s
    CI / Static checks (push) Successful in 1m39s

    valknar released this 2026-08-26 08:45:15 +02:00 | 47 commits to main since this release

    Every app/api route handler now goes through withRouteLogging, which logs
    a correlated reqId/method/path/status/duration for each request and turns
    any uncaught error into a logged stack trace plus a clean JSON 500 instead
    of Next's default opaque failure. proxy.ts logs rejected auth attempts, and
    instrumentation.ts's onRequestError catches anything that still escapes a
    route handler. Also adds a minimal not-found page matching the app's card
    styling.

    Co-Authored-By: Claude Sonnet 5 noreply@anthropic.com

    Downloads