Releases: ipfs/go-unixfsnode
Releases · ipfs/go-unixfsnode
v1.6.0
What's Changed
- chore(deps): update go-ipld-prime, go-codec-dagpb & go-multicodec by @rvagg in #41
- chore(deps): bump github.com/ipfs/go-merkledag from 0.5.1 to 0.8.1 by @dependabot in #43
- fix: propagate iteration errors by @rvagg in #42
- fix: update state to allow iter continuance on NotFound errors by @rvagg in #44
- feat: add UnixFSPathSelectorBuilder by @rvagg in #45
New Contributors
- @dependabot made their first contribution in #43
Full Changelog: v1.5.2...v1.6.0
v1.5.2
v1.5.1
v1.1.3
make UnixFSHAMTShard implement the ADL interface (#11) * make UnixFSHAMTShard implement the ADL interface * add checks that UnixFSBasicDir and PathedPBNode implement the ADL interface