Skip to content

Releases: filecoin-project/go-amt-ipld

v4.4.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 02:42

What's Changed

  • Update deps, re-generate cbor-gen output, add dependabot by @rvagg in #92

Full Changelog: v4.3.0...v4.4.0

v4.3.0

Choose a tag to compare

@github-actions github-actions released this 22 Apr 04:27

What's Changed

Full Changelog: v4.2.0...v4.3.0

v4.1.0

Choose a tag to compare

@rvagg rvagg released this 14 Oct 06:22

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

Choose a tag to compare

@frrist frrist released this 22 Jun 18:34
0b588ae

Handle edge case diffing empty against non-empty #56

v3.1.0: Support for efficient diffing

Choose a tag to compare

@frrist frrist released this 24 May 22:27
dfbaa5c

This release adds support for diffing 2 AMTs.