Releases: ipfs/ipfs-check
Releases · ipfs/ipfs-check
v0.4.0
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
What's Changed
- feat: add ipni checks by @SgtPooki in #66
- feat: accept a CID or a multihash to lookup by @gammazero in #68
New Contributors
- @gammazero made their first contribution in #68
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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.
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
First release of IPFS Check, a debugging tool for checking the retrievability of CID from an IPFS peer
What's Changed
- add timing information to bitswap check by @whyrusleeping in #1
- make website more user-friendly by @mishmosh in #2
- feat: spruced website by @olizilla in #3
- fix: add form validation and mobile friendly scaling by @olizilla in #4
- fix: a typo by @lidel in #5
- Point people towards the Accelerated DHT Client by @aschmahmann in #7
- Loop through found addrs manually & insert newlines by @momack2 in #10
- chore: update deps by @aschmahmann in #12
- docs: explain how to find a peer's multiaddr by @aschmahmann in #11
- fix libp2p initialization errors by @aschmahmann in #14
- Query by peerID rather than full multiaddr by @aschmahmann in #15
- feat: encode formdata in url query for much share by @olizilla in #21
- feat: add dockerfile by @alanshaw in #20
- feat: add telemetry by @SgtPooki in #30
- fix: fix typo by @achingbrain in #32
- chore: extract daemon & update to go 1.19 by @laurentsenta in #33
- Update Dependencies & Go by @hacdias in #35
- fix context timout by @2color in #37
- fix: enable hole punching for test host by @2color in #39
- fix: update go-libp2p and other deps by @2color in #41
- ci: uci/copy-templates by @web3-bot in #36
- Improve docs, ux, and improve output with new connection maddr field that was used for the connection by @2color in #38
- fix: return all check connection maddrs by @2color in #45
- fix: tests by @2color in #46
- fix: improve mobile view by making overflown output scrollable by @2color #49 #49
New Contributors
- @whyrusleeping made their first contribution in #1
- @mishmosh made their first contribution in #2
- @olizilla made their first contribution in #3
- @lidel made their first contribution in #5
- @aschmahmann made their first contribution in #7
- @momack2 made their first contribution in #10
- @alanshaw made their first contribution in #20
- @SgtPooki made their first contribution in #30
- @achingbrain made their first contribution in #32
- @laurentsenta made their first contribution in #33
- @hacdias made their first contribution in #35
- @2color made their first contribution in #37
- @web3-bot made their first contribution in #36
Full Changelog: https://github.com/ipfs/ipfs-check/commits/v0.1.0
refs/heads/mc/add-github-actions
latest Add GitHub Action to publish the binary to GitHub releases