New
- WebUI: New WebUI availability at
nightly
tag. (7f54f50) Demo: https://nightly.demo.godoxy.dev/
Fixes
- IdleWatcher: Improved container readiness handling and health check logic with better timeout detection and retry mechanisms.
- Idle timeout for a running docker service stuck with "starting" status #141
- Simplified wakeFromHTTP and wakeFromStream methods by removing unnecessary loops and integrating direct container readiness checks. (577169d)
- Introduced waitForReady method to streamline container readiness notification waiting process. (577169d)
- Ensure dependency order consistency with ordered.Map (b43274e)
- API: Removed unused Swagger docs.go and cleaned up dependencies, (d9fbd53) which may solve #144
Chore
- Go: Updated Go version to 1.25.1 across all modules and Dockerfile. (d83c367)