This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
Releases: ipfs/go-unixfs
Releases · ipfs/go-unixfs
v0.4.6
v0.4.5
What's Changed
- test: fix tests after hamt issues fixes by @Jorropo in #138
- Update builder.go by @cpucorecore in #133
- chore: release v0.4.4 by @Jorropo in #139
New Contributors
- @Jorropo made their first contribution in #138
- @cpucorecore made their first contribution in #133
Full Changelog: v0.4.3...v0.4.5
v0.4.4
What's Changed
- test: fix tests after hamt issues fixes by @Jorropo in #138
- Update builder.go by @cpucorecore in #133
New Contributors
- @Jorropo made their first contribution in #138
- @cpucorecore made their first contribution in #133
Full Changelog: v0.4.3...v0.4.4
v0.4.3
v0.4.1
v0.4.0
v0.3.1
Highlights
This is a patch release over v0.3.0 fixing some incorrect dependencies.
What's Changed
- Upgrade deps by @guseggert in #115
Full Changelog: v0.3.0...v0.3.1
v0.3.0
Highlights
- Support for threshold based automatic unsharding using a
DynamicDirectory
(replacement for theUpgradeableDirectory
) - Some fixes related to automatic sharding
- A custom HAMT link enumeration function that walks deeper in the tree earlier rather than being more BFS-like #111
- Support for the latest go-datastore
- Switch to Unified CI (https://github.com/protocol/.github)
What's Changed
- fix: always return upgradeable instead of basic dir by @schomatis in #92
- fix(directory): initialize size when computing it by @schomatis in #93
- fix staticcheck by @marten-seemann in #95
- sync: update CI config files by @web3-bot in #96
- chore(deps): move bitfield to ipfs org by @Stebalien in #98
- sync: update CI config files by @web3-bot in #104
- sync: update CI config files by @web3-bot in #112
- Size-based unsharding by @schomatis in #94
- feat: plumb through datastore context changes by @guseggert in #113
New Contributors
- @marten-seemann made their first contribution in #95
- @guseggert made their first contribution in #113
Full Changelog: v0.2.6...v0.3.0