v0.20.3
BREAKING
- No longer supports old image name
go-proxyandgo-proxy-frontend, please migrate togodoxyandgodoxy-frontendrespectively. This should only affect early adopters who started using GoDoxy before v0.10.0.
Fixes
- Core/Docker: fixed nil panic on docker health check
- Core/Auth/OIDC:
- fixed nil panic on token refresh failure
- fixed WebUI login loop when OIDC is enabled
- Core/Middlewares:
- improved
modify_htmlandthemedmiddleware handling - fixed
modify_htmlorthemedmiddleware causing WebUI to freeze by disablingcacheComponents - fixed bypass not working for response based conditions like
status 200
- improved
- Core/Memory:
- fixed occasional nil panic when allocating new byte buffer
- Core/Example:
- Remove
HOSTNAME,PORTenv andproxy.#1.portlabel from rootless compose example
- Remove
- Core*: fixed arm64 variant missing on the latest image
- WebUI: fixed pages not loading correctly on lite variant
Known issues
themedandmodify_htmlmiddlewares does not work with Next.js 16 sites withcacheComponentsenabled and will cause browser tab to freeze. (wip)