Hive Hive
Sign in

Server 1.194.0

Metadata
Source
GitHub
Version
server@1.194.0
Published
May 13, 2026 · 11:14 UTC
Repository
tuist/tuist
Update

Server 1.194.0 makes pull-request comment posting faster and more reliable.

  • The worker that posts VCS comments now runs on its own dedicated queue, so it no longer gets blocked behind unrelated server jobs. Duplicate comment jobs for the same project and git reference are collapsed at enqueue time, which keeps the queue clean and prevents old comment jobs from piling up.