Changelog
[2026.05.21] - Stabilize Standalone Gradle Builds
Fixed
- Apply the shared mcmeta and Gradle 9.4.0 wrapper wiring so this project can configure from its own mod directory.
- Keep standalone loader resolution compatible with release-matrix validation for current Minecraft metadata.
[2026.05.03] - Serialize Docker Refreshes
Fixed
- Skip overlapping Docker auto-registration refreshes so slow Docker Desktop responses no longer race the server registration cache.
[2026.04.09] - Harden Docker endpoint failures
Fixed
- Treat Docker endpoint failures as a real unavailable state instead of as an empty container list so temporary Docker outages no longer unregister previously discovered servers.
- Stop hammering missing Unix socket endpoints on every refresh and log a single actionable warning instead of repeating the same noisy Docker client errors every cycle.
- Surface the current Docker availability state in
/dockbridgeso operators can see the endpoint problem without digging through startup logs.