Skip to content

v0.14.1

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 19:39
011d20b

Important

This is a bugfix release from the Shipyard team. Our IPFS work ends on September 30, 2026. Until then we will ship security and bug fix releases only if any are needed. After that date, no one at Shipyard maintains this repository. If you depend on these tests, read the announcement and send us your transition questions before the end of September

Added

  • New TestUnixFSPBNodeFieldOrder and TestTrustlessRawPBNodeFieldOrder tests covering both PBNode field orders: the streaming-friendly Data-before-Links order proposed for the unixfs-v1-2026 profile in IPIP-550, and the legacy Links-before-Data order. Path resolution must work through UnixFS directories and HAMT shards in either encoding, and raw block responses must return the stored bytes verbatim without re-encoding to a preferred order. Backed by the new pbnode-field-orders.car fixture, byte-identical to the IPIP-550 fixtures table.