Hive Hive
Sign in

xcresult Processor 0.26.2

Metadata
Source
GitHub
Version
xcresult-processor-image@0.26.2
Published
Jun 19, 2026 · 07:52 UTC
Repository
tuist/tuist
Update

This release improves how stale cache multipart uploads are handled.

  • If you retry completing a multipart upload after the session was already completed, aborted, or expired, the server now returns a typed 409 Conflict response that tells the client to start a new upload instead of surfacing an unhandled storage error.
  • The generated client has been updated to recognize this conflict, so cache operations can recover gracefully rather than failing with an unknown server error.