Skip to content

Releases: ipfs/gateway-conformance

v0.8.1

17 Jun 19:20
5962ca0
Compare
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
Compare
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
Compare
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
Compare
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.

v0.6.2

09 Aug 18:51
b65f03b
Compare
Choose a tag to compare

Changed

  • Relaxed negative test of TAR response #221

This release was brought to you by the Shipyard team.

v0.6.1

29 Jul 19:55
f1d01d3
Compare
Choose a tag to compare

Changed

  • Support meaningful Cache-Control on generated UnixFS directory listing responses on /ipfs namespace #219

This release was brought to you by the Shipyard team.

v0.6.0

10 Jun 19:01
6578dc6
Compare
Choose a tag to compare

Changed

  • Gateway URL
    • --gateway-url is no longer defaulting to predefined URL. User has to provide it via CLI or GATEWAY_URL environment variable or the test suite will refuse to start.
    • This aims to ensure no confusion about which gateway endpoint is being tested.
    • Docs and examples use --gateway-url http://127.0.0.1:8080 to ensure no confusion with localhost:8080 subdomain gateway feature in IPFS implementations like Kubo.
  • Subdomain URL and UX related to subdomain tests
    • The --subdomain-url is no longer set by default.
    • User has to provide the origin of the subdomain gateway via CLI or SUBDOMAIN_GATEWAY_URL to be used during subdomain tests. This aims to ensure no confusion about which domain name is being tested.
    • Simplified the way --subdomain-url works. We no longer run implicit tests against http://localhost in addition to the URL passed via --subdomain-url. To test more than one domain, run test multiple times.
    • localhost subdomain gateway tests are no longer implicit. To run tests against localhost use --subdomain-url http://localhost:8080
  • DNSLink test fixtures changed
    • DNSLink fixtures no longer depend on --subdomain-url and use unrelated *.example.org domains instead.
    • gateway-conformance extract-fixtures creates dnslinks.IPFS_NS_MAP with content that can be directly set as IPNS_NS_MAP environment variable supported by various implementations, incl. Kubo and Rainbow.
  • Docker: image can now be run under non-root user
  • HTTP Proxy tests are no longer implicit. An explicit spec named proxy-gateway exists now, and can be disabled via --specs -proxy-gateway.

This release was brought to you by the Shipyard team.

v0.5.2

20 May 20:46
26994cf
Compare
Choose a tag to compare

Changed

  • Fixed: relaxed dag-cbor error check (#205)
  • Fixed: Header().Has works properly for checking multiple values (#207)

This release was brought to you by the Shipyard team.

v0.5.1

11 Apr 14:13
9beb71f
Compare
Choose a tag to compare
  • Removed byte range text for DAG-CBOR objects converted to text/html. PR

This release was brought to you by the Shipyard team.

v0.5.0

25 Jan 16:25
f999f56
Compare
Choose a tag to compare

Changed

  • Fixed tests of CAR requests with entity-bytes and negative indexing. PR (BREAKING CHANGE)
  • Fixed IPNS provisioning with Kubo. PR

This release was brought to you by the Shipyard team.