Hive Hive
Sign in

CLI 4.194.2

Metadata
Source
GitHub
Version
4.194.2
Published
May 15, 2026 · 08:31 UTC
Repository
tuist/tuist
Update

CLI 4.194.2 fixes a crash that could occur when verbose logging was enabled while fetching large remote artifacts, such as cache binaries. The verbose HTTP logger now caps the logged body at 64 KB and passes through larger bodies without collecting them, so small request and response payloads are still logged but oversized ones are not retained in memory.

  • Fixed a crash when verbose logging collected large HTTP response bodies during high-concurrency remote cache downloads.
  • Verbose HTTP logs are now limited to 64 KB per body; larger bodies pass through without being retained.
  • Logging behavior for small HTTP bodies remains unchanged.