v0.6.1
Highlights
- Load Containers asynchronously so the page shell appears immediately.
- Bound Portainer container-list requests (5s default) and briefly skip recently failed endpoints.
- Cache aggregated container lists in-memory for 30s and parallelize provider instance fetches.
- Filter containers by host, running/stopped status, and free-text search.
Upgrade notes
- Rebuild/restart as usual (
docker compose up --build -d). No schema migration required. - Optional tunables:
UH_PORTAINER_LIST_TIMEOUT_MS,UH_PORTAINER_ENDPOINT_COOLDOWN_MS,UH_CONTAINER_LIST_CACHE_MS(seeSECURITY.md/.env.example).
Verification
- npm run lint
- npm run typecheck
- npm test
- npm run build
Full Changelog: v0.6.0...v0.6.1