This repository has been archived by the owner on Jun 27, 2023. It is now read-only.
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