Hive Hive
Sign in

Server 1.191.0

Metadata
Source
GitHub
Version
server@1.191.0
Published
May 11, 2026 · 17:24 UTC
Repository
tuist/tuist
Update

Flaky-test automations

  • You can now choose a rolling window for flaky-test automations. Instead of only looking at the last X days, you can evaluate the last N runs per test case, which is useful when test volume varies across days. The same option applies to recovery rules, so you can wait for N new runs without a re-trigger before recovery actions fire.
  • The rolling-window backfill now uses bounded database memory, so the feature stays stable on projects with large test histories.

Kura server status

  • Kura servers in account settings now show a “Deploying” badge when an initial install or a version update is in progress, so you can see active deployments at a glance.

Reliability

  • Database connections now use client-side TCP keepalive, so idle sockets that cloud NATs silently drop are reaped within about two minutes. This reduces idle connection errors and keeps background jobs running smoothly.