Releases: filecoin-project/go-hamt-ipld
Releases · filecoin-project/go-hamt-ipld
v3.4.0
What's Changed
- fix: skip traversal of pointers with the same cid by @birdychang in #109
- ci: uci/delete-templates by @web3-bot in #111
- ci: uci/copy-templates by @web3-bot in #112
- ci: uci/copy-templates by @web3-bot in #113
- build(deps): bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 by @dependabot in #114
- build(deps): bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #116
- ci: uci/update-go by @web3-bot in #118
- ci: uci/copy-templates by @web3-bot in #119
New Contributors
- @birdychang made their first contribution in #109
Full Changelog: v3.3.0...v3.4.0
v3.3.0
What's Changed
- Bump golang.org/x/sys from 0.0.0-20210630005230-0f9fa26af87c to 0.1.0 by @dependabot in #106
- Bump golang.org/x/crypto from 0.0.0-20191011191535-87dc89f01550 to 0.1.0 by @dependabot in #105
- sync: update CI config files by @web3-bot in #104
New Contributors
- @dependabot made their first contribution in #106
Full Changelog: v3.2.0...v3.3.0
v3.2.0
What's Changed
- sync: update CI config files by @web3-bot in #91
- reduce useless judge in loadNode by @GFZRZK in #92
- sync: update CI config files by @web3-bot in #93
- node.Write(ctx) method by @b5 in #94
- sync: update CI config files by @web3-bot in #96
- Fix benchmarks and add benchmark for getting a node by @iand in #97
- sync: update CI config files by @web3-bot in #99
- feat: implement parallel diffing by @frrist in #100
- Use cbor-gen readers and writers by @iand in #98
- sync: update CI config files by @web3-bot in #101
- chore: bump version to 3.2.0 by @rvagg in #102
New Contributors
- @GFZRZK made their first contribution in #92
- @b5 made their first contribution in #94
- @iand made their first contribution in #97
Full Changelog: v3.1.0...v3.2.0
v3.1.0: Support for efficient diffing
This release adds support for diffing 2 HAMTs.