• Stable

    adam released this 2025-12-04 10:33:01 +01:00 | 162 commits to main since this release

    📅 Originally published on GitHub: Thu, 04 Dec 2025 09:44:04 GMT
    🏷️ Git tag created: Thu, 04 Dec 2025 09:33:01 GMT

    Changes

    • Core/Dependencies: Upgrade dependencies.

    • Core/Healthcheck:

      • Streamline health check configuration and defaults
      • Introduced global default health check config.
      defaults:
      	healthcheck:
      		interval: 15s
      		timeout: 60s
      
    • Core/Routes: Simplify route exclusion check and health check defaults.

    • Core/Labels: Refine wildcard expansion logic

    • Core/Refactor: Move utility functions to goutils and update references across codebase.

    Fixes

    • Core/Middleware: Skip modification for HEAD requests in ModifyHTML middleware.
    • Core/Rules: Enhance Content-Length handling in ResponseModifier; properly track original content length and body modification status.
    • Core/Tests: Correct test expectations for middleware bypass and rules.
    Downloads