Skip to content

Releases: ipfs/ipfs-check

v0.4.0

07 Oct 08:19
Compare
Choose a tag to compare

What's Changed

This release introduces fixes to improve the results returned by IPFS Check:

  • Only run check against providers that support Bitswap (#70) by leveraging IPIP-484 to filter providers. PR
  • Fix a bug so that IPFS Check always checks providers from both the DHT and the IPNI (even if one source returns the max number more quickly than the other) PR

PRs included in the release

  • fix: limit providers from each source to half of max by @2color in #71
  • feat: filter bitswap providers in ipni client by @2color in #72

Full Changelog: v0.3.0...v0.4.0

v0.3.0

21 Sep 08:08
b35461c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

05 Sep 12:01
3b8d711
Compare
Choose a tag to compare

IPFS Check v0.2.0 introduces CID only checks in addition to an umber of other small improvements and bug fixes.

Learn more about how to use this in the video below.

IPFS Content routing Title Card

What's Changed

  • ci: uci/update-go by @web3-bot in #51
  • feat: add check using only a CID by @2color in #47
  • Rename CIDinDHT to ProviderRecordFromPeerInDHT by @2color in #52
  • feat: improve stdout ux and run test frontent at /web by @lidel in #55
  • feat: add request timeout slider by @2color in #57
  • ci: add docker image workflow by @2color in #58
  • docs(readme): document go install and docker by @lidel in #61
  • feat: find peer when there are no maddrs by @2color in #62

Full Changelog: v0.1.0...v0.2.0

v0.1.0

22 Aug 15:29
e78af63
Compare
Choose a tag to compare

First release of IPFS Check, a debugging tool for checking the retrievability of CID from an IPFS peer

What's Changed

New Contributors

Full Changelog: https://github.com/ipfs/ipfs-check/commits/v0.1.0

refs/heads/mc/add-github-actions

26 Jan 15:32
Compare
Choose a tag to compare
latest

Add GitHub Action to publish the binary to GitHub releases