• v6.4.0 db81331ae8

    **refactor(middleware): extract request logging logic and optimize condition checks**
    docker-image / docker (push) Has been cancelled
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-11-20 15:20:40 +00:00 | 1852 commits to main since this release

    • Added shouldLogRequest helper to simplify path-based request logging logic.
    • Updated middleware to skip management endpoints for improved security.
    • Introduced an explicit nil logger check for minimal overhead.
    • Updated dependencies in go.mod.

    feat(auth): add handling for 404 response with retry logic

    • Introduced support for 404 not_found status with a 12-hour backoff period.
    • Updated manager.go to align state and status messages for 404 scenarios.

    refactor(translator): comment out debug logging in Gemini responses request

    Downloads