Bug Fixes
- Proxmox: Route validation skips Proxmox providers when cluster data is unavailable (c7fd2a2)
New Features
- Core/Rules: Rules can run request middleware as actions (c89882e, yusing/godoxy-webui@97354d6, #259)
- Middleware actions accept built-in or composed middleware with optional configuration blocks
- Only middleware with a request phase can be used in rules
- The WebUI rules editor recognizes and highlights middleware blocks
- WebUI/Config: Unmatched-request rules can be configured in the WebUI (yusing/godoxy-webui@b3141c9)
- Docker/Discovery: Containers support separate proxy and healthcheck exclusion modes (df76e82, yusing/godoxy-webui@eb91b5b, #256)
- The
proxy.excludeDocker label acceptsproxy,healthcheck, orallwhile retaining boolean compatibility - The container API reports the active mode through
exclude - The WebUI route details show the active exclusion mode
- The
Full Changelog
- c89882e feat: support middleware actions in rules (#259)
- ba44ebc docs(readme): add Simplified Chinese translation (#257)
- 2e8650b docs(config): update not-found rule example
- 933a283 chore(deps): update webui submodule
- c7fd2a2 fix(proxmox): handle unavailable cluster information
- df76e82 feat(docker): support separate proxy and healthcheck exclusions