|
|
|
@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## [1.11.0] - 2026-03-09
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Domain name caching: retrieved domain is stored on disk and reused for 24h to reduce API calls from watchdog
|
|
|
|
|
|
|
|
- Cache is force-refreshed when opening container status view, editing settings, or when watchdog detects domain failure
|
|
|
|
|
|
|
|
- Empty or failed API responses clear the cache so next call always retries immediately
|
|
|
|
|
|
|
|
- Debug logging for domain cache hits/misses (active when debug logging is enabled)
|
|
|
|
|
|
|
|
- Watchdog startup delay based on hostname hash (0–299s offset) to spread load across multiple instances
|
|
|
|
|
|
|
|
|
|
|
|
## [1.10.8] - 2026-01-06
|
|
|
|
## [1.10.8] - 2026-01-06
|
|
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
### Fixed
|
|
|
|
|