Skip to content

Releases: ipld/frisbii

v0.9.1

16 Feb 09:48
70395af

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/pion/dtls/v3 from 3.0.7 to 3.0.11 by @dependabot[bot] in #237
  • chore(deps): bump github.com/ipld/go-ipld-prime from 0.21.0 to 0.22.0 by @dependabot[bot] in #238
  • chore(deps): bump github.com/ipfs/go-unixfsnode from 1.10.2 to 1.10.3 by @dependabot[bot] in #239

Full Changelog: v0.9.0...v0.9.1

v0.9.0

09 Feb 12:38

Choose a tag to compare

Notable Changes

IPIP-523: URL query parameters take precedence over Accept header

The ?format= query parameter now takes precedence over the Accept HTTP header for content type negotiation, per ipfs/specs#523. CAR option query parameters (?car-order=, ?car-dups=,?car-version=) also take precedence over the corresponding parameters in the Accept header. This aligns with the updated https://specs.ipfs.tech/http-gateways/trustless-gateway/ and gateway conformance test suite v0.9+.

Previously, the Accept header took precedence when both were present. Clients that intentionally sent conflicting Accept headers and ?format= query parameters (an uncommon pattern) will now see the query parameter win.

This change is implemented via https://github.com/ipld/go-trustless-utils/releases/tag/v0.8.0.

What's Changed

  • chore(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #220
  • chore(deps): bump github.com/ipfs/go-cid from 0.5.0 to 0.6.0 by @dependabot[bot] in #221
  • chore(deps): bump github.com/ipfs/go-log/v2 from 2.8.2 to 2.9.0 by @dependabot[bot] in #222
  • chore(deps): bump golang.org/x/crypto from 0.43.0 to 0.45.0 by @dependabot[bot] in #223
  • chore(deps): bump github.com/ipni/go-libipni from 0.7.1 to 0.7.2 by @dependabot[bot] in #224
  • chore(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #225
  • chore(deps): bump actions/upload-artifact from 5 to 6 by @dependabot[bot] in #227
  • chore(deps): bump golang.org/x/term from 0.37.0 to 0.38.0 by @dependabot[bot] in #228
  • chore(deps): bump github.com/ipni/go-libipni from 0.7.2 to 0.7.3 by @dependabot[bot] in #229
  • chore(deps): bump golang.org/x/term from 0.38.0 to 0.39.0 by @dependabot[bot] in #230
  • chore(deps): bump github.com/ipfs/go-log/v2 from 2.9.0 to 2.9.1 by @dependabot[bot] in #231
  • chore(deps): bump github.com/ipni/go-libipni from 0.7.3 to 0.7.4 by @dependabot[bot] in #233
  • chore(deps): bump github.com/ipni/index-provider from 0.16.0 to 0.16.1 by @dependabot[bot] in #234
  • chore(deps): bump ipfs/gateway-conformance from 0.8 to 0.10 by @dependabot[bot] in #232
  • feat(deps): upgrade go-trustless-utils to v0.8.0 for IPIP-523 by @rvagg in #232

Full Changelog: v0.8.2...v0.9.0

v0.8.2

20 Oct 10:06
aba464e

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/ipni/index-provider from 0.15.5 to 0.16.0 by @dependabot[bot] in #217

Full Changelog: v0.8.1...v0.8.2

v0.8.1

14 Oct 05:53

Choose a tag to compare

What's Changed

  • test(ci): add gateway-conformance tests by @lidel in #214
  • chore: defer to go-trustless-utils for filename check by @rvagg in #215

New Contributors

Full Changelog: v0.8.0...v0.8.1

v0.8.0

11 Oct 04:08
30967ec

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/ipfs/go-ipld-format from 0.6.2 to 0.6.3 by @dependabot[bot] in #206
  • chore(deps): bump github.com/ipfs/go-unixfsnode from 1.10.1 to 1.10.2 by @dependabot[bot] in #207
  • chore(deps): bump github.com/quic-go/quic-go from 0.54.0 to 0.54.1 by @dependabot[bot] in #210
  • feat: align with path & trustless gateway specs by @rvagg in #211

Full Changelog: v0.7.2...v0.8.0

v0.7.2

25 Sep 06:22
42fdc56

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/ipfs/go-test from 0.2.2 to 0.2.3 by @dependabot[bot] in #200
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #199
  • chore(deps): bump github.com/ipld/go-car/v2 from 2.14.3 to 2.15.0 by @dependabot[bot] in #198
  • chore(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #201
  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #202
  • chore(deps): bump golang.org/x/term from 0.34.0 to 0.35.0 by @dependabot[bot] in #203
  • chore(deps): bump github.com/ipni/go-libipni from 0.6.19 to 0.7.0 by @dependabot[bot] in #204
  • chore(deps): bump github.com/ipfs/go-block-format from 0.2.2 to 0.2.3 by @dependabot[bot] in #205
  • fix: set up mux before serve to avoid race by @rvagg in #208

Full Changelog: v0.7.1...v0.7.2

v0.7.1

19 Aug 08:08

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/ipfs/go-cid from 0.4.1 to 0.5.0 by @dependabot[bot] in #165
  • chore(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 by @dependabot[bot] in #166
  • chore(deps): bump github.com/ipld/go-codec-dagpb from 1.6.0 to 1.7.0 by @dependabot[bot] in #169
  • chore(deps): bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 by @dependabot[bot] in #175
  • ci: uci/copy-templates by @web3-bot in #178
  • ci: uci/update-go by @web3-bot in #167
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot[bot] in #180
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot[bot] in #181
  • chore(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 by @dependabot[bot] in #182
  • chore(deps): update dependencies by @rvagg in #194
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #193
  • feat: add support for HEAD requests and probe path by @rvagg in #195
  • v0.7.0 bump by @rvagg in #196

Full Changelog: v0.6.2...v0.7.1

v0.7.0

19 Aug 07:51
d7f935f

Choose a tag to compare

What's Changed

  • feat: add support for HEAD requests and probe path by @rvagg in #195
  • chore(deps): bump github.com/ipfs/go-cid from 0.4.1 to 0.5.0 by @dependabot[bot] in #165
  • chore(deps): bump golang.org/x/term from 0.28.0 to 0.29.0 by @dependabot[bot] in #166
  • chore(deps): bump github.com/ipld/go-codec-dagpb from 1.6.0 to 1.7.0 by @dependabot[bot] in #169
  • chore(deps): bump github.com/urfave/cli/v2 from 2.27.5 to 2.27.6 by @dependabot[bot] in #175
  • ci: uci/copy-templates by @web3-bot in #178
  • ci: uci/update-go by @web3-bot in #167
  • chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.35.0 by @dependabot[bot] in #180
  • chore(deps): bump golang.org/x/net from 0.33.0 to 0.38.0 by @dependabot[bot] in #181
  • chore(deps): bump golang.org/x/term from 0.30.0 to 0.31.0 by @dependabot[bot] in #182
  • chore(deps): update dependencies by @rvagg in #194
  • chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #193

Full Changelog: v0.6.2...v0.7.0

v0.6.2

07 Jan 07:10

Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/ipni/go-libipni from 0.6.10 to 0.6.11 by @dependabot in #143
  • chore(deps): bump github.com/ipni/index-provider from 0.15.4 to 0.15.5 by @dependabot in #144
  • chore(deps): bump github.com/ipld/go-car/v2 from 2.13.1 to 2.14.1 by @dependabot in #149
  • chore(deps): bump github.com/ipni/go-libipni from 0.6.11 to 0.6.13 by @dependabot in #147
  • chore(deps): bump github.com/ipld/go-car/v2 from 2.14.1 to 2.14.2 by @dependabot in #150
  • chore(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 by @dependabot in #152
  • chore(deps): bump github.com/urfave/cli/v2 from 2.27.4 to 2.27.5 by @dependabot in #153
  • chore(deps): bump github.com/ipfs/go-unixfsnode from 1.9.1 to 1.9.2 by @dependabot in #155
  • chore(deps): bump github.com/multiformats/go-multiaddr from 0.13.0 to 0.14.0 by @dependabot in #156
  • chore(deps): bump golang.org/x/term from 0.25.0 to 0.26.0 by @dependabot in #157
  • chore(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #158
  • chore(deps): bump golang.org/x/crypto from 0.27.0 to 0.31.0 by @dependabot in #161
  • chore(deps): bump golang.org/x/term from 0.27.0 to 0.28.0 by @dependabot in #163
  • chore(deps): bump github.com/ipni/go-libipni from 0.6.13 to 0.6.15 by @dependabot in #162

Full Changelog: v0.6.1...v0.6.2

v0.6.1

26 Aug 01:45

Choose a tag to compare

Full Changelog: v0.6.0...v0.6.1