Hive Hive
Sign in

xcresult Processor 0.19.1

Metadata
Source
GitHub
Version
xcresult-processor-image@0.19.1
Published
Jun 12, 2026 · 09:21 UTC
Repository
tuist/tuist
Update

This release fixes a telemetry handler crash that could occur when the processor streamed HTTP requests with Req.

Previously, the telemetry tag extractor only recognized plain result shapes, so streamed responses such as {:ok, {request, response}} or {:error, exception, {request, response}} caused a CaseClauseError. Those streamed results are now normalized correctly, so request metrics keep being emitted and the processor no longer crashes on streamed success or error responses.