Files
ForgeFlow/docs/RELEASE_NOTES_0.10.12.md
T
NuklearRabbit 32ed4fcb5e
ForgeFlow quality gate / quality (push) Canceled after 0s
perf: streamline repository and deployment awareness
2026-08-12 15:26:53 +02:00

1.3 KiB

ForgeFlow 0.10.12

Faster awareness with stricter deployment truth

  • Repository refreshes are coalesced and briefly cache Gitea inventory and workspace discovery; a manual refresh remains fully forced and file changes arriving mid-refresh receive one trailing refresh.
  • Server discovery reuses its Docker and Compose evidence for existing deployment profiles instead of opening a separate SSH session for every linked workload.
  • Deployment status only claims exact Gitea commit parity after comparing a concrete branch SHA with the live server SHA; matching repository provenance alone is no longer sufficient.
  • Container discovery uses batched Docker inspect with a safe per-container fallback when a container disappears during the scan.
  • Active Gitea and SSH deployment polling uses bounded worker pools, improving multi-deployment latency without flooding external services.
  • A stopped container can no longer be marked healthy because another process answers on its previous healthcheck port.
  • Large repository and server-inventory lists use offscreen rendering containment to reduce layout and paint work.
  • Inventory diagnostics now include scan and state-refresh durations, and Gitea bulk verification fails fast after a confirmed connectivity outage.