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.