Skip to content

Releases: ipfs/gateway-conformance

v0.10.1

13 Feb 17:03
e32d846

Choose a tag to compare

Fixed

  • Renamed Base32Cid() to DNSSafeCidV1() and fixed it to convert CIDv0 to CIDv1 before encoding. Uses base36 for libp2p-key codec (IPNS keys) and base32 for everything else, producing valid DNS-safe CID strings for subdomain gateway tests. #264

Note

This release was brought to you by the Shipyard team.

v0.10.0

05 Feb 23:15
68b916f

Choose a tag to compare

Changed

  • IPIP-524: codec conversion tests now expect HTTP 406 Not Acceptable when the requested format does not match the block's native codec. Implementations supporting optional codec conversions for backward compatibility may skip these tests. #254

Note

This release was brought to you by the Shipyard team.

v0.9.0

04 Feb 00:56
aba417f

Choose a tag to compare

Changed

  • IPIP-523: ?format= URL query parameter now takes precedence over Accept HTTP header. URL query parameters for CAR options (car-version, car-order, car-dups) also take precedence over parameters in the Accept header. #252

Note

This release was brought to you by the Shipyard team.

v0.8.4

12 Dec 01:23
e2d2e7f

Choose a tag to compare

Fixed

  • Prevent panic in report template when dump fails, allowing test reports to render gracefully on timeouts. #253

Changed

  • Use official ipfs org for munge.js instead of fork. d3f6a67

Note

This release was brought to you by the Shipyard team.

v0.8.3

01 Sep 19:28
026cdc4

Choose a tag to compare

Changed

  • Added temporary support for legacy 200 with X-Stream-Error header behavior when missing blocks are detected during CAR streaming. This ensures compatibility with current boxo/gateway implementations that defer header setting. This third option will be removed once implementations ship with ipfs/boxo#1019. #245

Note

This release was brought to you by the Shipyard team.

v0.8.2

31 Aug 00:46
f766b67

Choose a tag to compare

Changed

  • Relaxed CAR tests to accept both HTTP 200 and 404 for non-existing paths. The response code now depends on implementation details such as locality and cost of path traversal checks. Implementations that can efficiently detect non-existing paths should return 404 (improved behavior per ipfs/boxo#458). Implementations focusing on stateless streaming and low latency may return 200 with partial CAR up to the missing link (legacy behavior). #244

Note

This release was brought to you by the Shipyard team.

v0.8.1

17 Jun 19:20
5962ca0

Choose a tag to compare

Changed

  • DAG-CBOR HTML preview pages previously had to be returned without Cache-Control headers. Now they can use Cache-Control headers similar to those used in generated UnixFS directory listings. #241

This release was brought to you by the Shipyard team.

v0.8.0

28 May 16:07
bb4780c

Choose a tag to compare

Changed

  • Comprehensive tests for HTTP Range Requests over deserialized UnixFS files have been added. The --specs path-gateway now requires support for at least single-range requests. Deserialized range-requests can be skipped with --skip 'TestGatewayUnixFSFileRanges' #213
  • Updated dependencies #236 & #239

This release was brought to you by the Shipyard team.

v0.7.1

04 Jan 00:15
cbb8832

Choose a tag to compare

Changed

  • Expect all URL escapes to use uppercase hex #232

This release was brought to you by the Shipyard team.

v0.7.0

03 Jan 20:15
7b383e6

Choose a tag to compare

Changed

  • Update dependencies #226 and #227
  • Expect upper-case hex digits in escaped redirect URL #225

This release was brought to you by the Shipyard team.