Releases: filecoin-project/go-amt-ipld
Releases · filecoin-project/go-amt-ipld
v4.4.0
v4.3.0
What's Changed
- ci: uci/delete-templates by @web3-bot in #80
- ci: uci/copy-templates by @web3-bot in #81
- ci: uci/copy-templates by @web3-bot in #82
- Bump gopkg.in/yaml.v3 from 3.0.0-20210107192922-496545a6307b to 3.0.0 by @dependabot in #83
- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 in /fuzz by @dependabot in #86
- Bump golang.org/x/crypto from 0.1.0 to 0.17.0 by @dependabot in #85
- ci: uci/update-go by @web3-bot in #88
- ci: uci/copy-templates by @web3-bot in #89
- feat: shrink allocations when setting new elements by @Stebalien in #90
Full Changelog: v4.2.0...v4.3.0
v4.1.0
What's Changed
- Restructure tests to use subtests by @iand in #63
- sync: update CI config files by @web3-bot in #66
- feat: implement parallel diffing by @frrist in #67
- fix: pass workers to diff scheduler by @frrist in #68
- Use cbor-gen readers and writers by @iand in #65
- sync: update CI config files by @web3-bot in #70
- chore: bump version to 4.1.0 by @rvagg in #71
Full Changelog: v4.0.0...v4.1.0
v3.1.1 Fix diffing edge case
Handle edge case diffing empty against non-empty #56
v3.1.0: Support for efficient diffing
This release adds support for diffing 2 AMTs.