Skip to content

[Storage] Bump azdatalake azblob dependency for structured message CRC64 download validation fixes #27353

Description

Bump azdatalake azblob dependency to pick up structured message CRC64 download validation fixes

Follow-up from #27263.

azdatalake delegates structured message (XSM/1.0) CRC64 download decoding to the azblob dependency. The download-path validation fixes were made in azblob via #27348 (ported from the azfile fixes in #27261):

  • Trailing segment footer / message trailer CRC64 validated in the same Read that emits the final payload byte (no skipped validation on exact buffer fill).
  • Decoder preserves the error chain with %w; retry reader classifies retryable errors with errors.Is/errors.As.
  • Decoder rejects a response missing the negotiated CRC64 flag.

#27263 merged the azdatalake upload-side fixes independently. Once azblob #27348 is released, bump sdk/storage/azdatalake/go.mod to that azblob version so the download-path fixes take effect at runtime for azdatalake.

Depends on: #27348 (merge + azblob release).

Metadata

Metadata

Assignees

No one assigned

    Labels

    needs-triageWorkflow: This is a new issue that needs to be triaged to the appropriate team.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions