You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Agents: Newly added agents now start their provider after verification, so provider events are picked up without restarting godoxy or manually saving config.yml. (782fe25)
Health/Routes: Health checks now return unhealthy results for nil or hostless targets across HTTP, H2C, stream, and agent-proxied checks, and Docker route health checks are disabled when no proxy port can be resolved. (d6954bd)
WebUI/Routes: Route container controls and the stats bar now read Docker running state from route details instead of deriving it from Docker stats. (yusing/godoxy-webui@0b25956)
New Features
Access Logs: Time-based access log retention now rotates active shared log files into timestamped sibling archives, recreates the active file, and removes archives older than the cutoff while preserving permissions, Unix ownership metadata, and Linux ACLs. (f2ea21f) (#233)
Improvements
Deps: Dockerfiles and Go modules now target Go 1.26.4 with refreshed golang.org/x and related dependencies across the root, agent, dnsproviders, socket-proxy, and test/bench modules. (85b87e3)