Hive Hive
Sign in

Kura now refuses to serve truncated artifact files

Metadata
Source
GitHub
Version
kura@0.10.11
Domains
Published
Jun 24, 2026 · 11:39 UTC
Repository
tuist/tuist
Update

To prevent silent data corruption, the artifact serving path now verifies the backing segment or blob file covers the declared range before streaming. If a file is shorter than expected, the read returns an error and is treated as stale during bootstrap, so nodes no longer get wedged by an incomplete, undecodable body.