ipfs / helia-verified-fetch

A fetch-like API for obtaining verified & trustless IPFS CIDs on the web
https://npmjs.com/package/@helia/verified-fetch
Other
20 stars 5 forks source link

deps: bump @helia/verified-fetch from 2.1.2 to 2.2.1 in /packages/gateway-conformance in the helia-deps group across 1 directory #150

Closed dependabot[bot] closed 4 days ago

dependabot[bot] commented 1 week ago

Bumps the helia-deps group with 1 update in the /packages/gateway-conformance directory: @helia/verified-fetch.

Updates @helia/verified-fetch from 2.1.2 to 2.2.1

Release notes

Sourced from @​helia/verified-fetch's releases.

@​helia/verified-fetch-2.2.1

@​helia/verified-fetch-v2.2.1 (2024-11-21)

Bug Fixes

  • do not connect to bootstrap nodes in browsers (#149) (f1bd3d4)

@​helia/verified-fetch-2.2.0

@​helia/verified-fetch-v2.2.0 (2024-11-21)

Features

@​helia/verified-fetch-2.1.3

@​helia/verified-fetch-v2.1.3 (2024-11-20)

Dependencies

  • bump the helia-deps group across 3 directories with 7 updates (#141) (d867350)
Changelog

Sourced from @​helia/verified-fetch's changelog.

1.0.0 (2024-10-14)

⚠ BREAKING CHANGES

  • upgrade to helia v5 (#107)

Features

  • abort signals are respected (#26) (30148fe)
  • allow use as a singleton (#413) (7cbeed0)
  • create @​helia/verified-fetch (#392) (06d36fe)
  • customize ipns dnsResolvers (#445) (8f60822)
  • download tars from @​helia/verified-fetch (#442) (70ddd00)
  • require content-type parser to set content-type (#423) (b39d07c)
  • support Accept header in @helia/verified-fetch (#438) (54c4383)
  • support downloading car files from @​helia/verified-fetch (#441) (703980c)
  • support http range header (#10) (9f5078a)
  • support IPFS/IPNS paths, Gateways, etc (#4) (e7f1816)
  • support redirects for UnixFS directories (#5) (4601d46)
  • support requesting raw IPNS records in @​helia/verified-fetch (#443) (e92086a)
  • upgrade to helia v5 (#107) (91a6473)
  • use blockstore sessions (#50) (541dd64)
  • use the waterworks trustless gateway by default (#94) (2db8d1e)

Bug Fixes

  • @​helia/verified-fetch init args are optional (#412) (e6d41a0)
  • aborted signals throw libp2p AbortError (#30) (4575791)
  • add interop tests and update project config (fdc83b8)
  • allow contentTypeParser with Helia instance (#427) (b5c95e6)
  • append query path to path resolved from IPNS name (#3) (fd86e6a)
  • byte range request end should never equal file size (#24) (aafc567)
  • content-type response header hints how to process response (#426) (8b78e79)
  • decodeURIComponent on path parts (#40) (f628cf6)
  • do not coerce undefined to null for JSON serialization (#2) (d36ce29)
  • gateway conformance improvements (#85) (7281078)
  • gateway conformance tests (#81) (d0a3b6b)
  • identity CIDs use contentTypeParser (#49) (3014498)
  • implicit accept header can be overridden by format query (#36) (75c0b75)
  • missing paths returns 404 instead of 502 (#59) (291a054), closes #53
  • pass url and body to badRequestResponse (#44) (cc228e6)
  • prevent interop timeouts with fast fixture loading (#73) (a43d994)
  • reduce dagPb and dagCbor handler complexity (#45) (3b41752)
  • remove redundant abort controller (#41) (04b220d)
  • remove stubs from verified-fetch tests (#431) (cbab8b0)
  • set cache-control header correctly (#19) (114f3a4), closes #17 #23 #10
  • support https?://.ipns. urls (#16) (0ece19a)
  • ttl and caching for ipns urls (#34) (44ac5a1)
  • unixfs dir redirect (#33) (32ca87f)
  • update @​helia/ipns and dns config (#18) (9f88c54)

... (truncated)

Commits
  • 30f319e chore(release): 2.2.1 [skip ci]
  • f1bd3d4 fix: do not connect to bootstrap nodes in browsers (#149)
  • 6ad440c chore(release): 2.2.0 [skip ci]
  • 9d33f89 feat: support p2p retrieval by default (#130)
  • 5ec9aa7 chore(release): 2.1.3 [skip ci]
  • d867350 deps: bump the helia-deps group across 3 directories with 7 updates (#141)
  • af1b64e chore: use grouping for dependabot (#140)
  • 5d4d58e deps: bump @​libp2p/logger from 4.0.20 to 5.1.4 (#137)
  • See full diff in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 days ago

Superseded by #153.