-
**refactor(middleware): extract request logging logic and optimize condition checks**
released this
2025-11-20 15:20:40 +00:00 | 1852 commits to main since this release- Added
shouldLogRequesthelper to simplify path-based request logging logic. - Updated middleware to skip management endpoints for improved security.
- Introduced an explicit
nillogger check for minimal overhead. - Updated dependencies in
go.mod.
feat(auth): add handling for 404 response with retry logic
- Introduced support for 404
not_foundstatus with a 12-hour backoff period. - Updated
manager.goto align state and status messages for 404 scenarios.
refactor(translator): comment out debug logging in Gemini responses request
Downloads
- Added