Releases: filecoin-project/go-commp-utils
Releases · filecoin-project/go-commp-utils
v2.1.0
What's Changed
- fix: augment PieceAggregateCommP to return the resulting aggregate size by @ribasushi in #18
Note that this is a breaking change but is being treated as a fix, hence avoiding the semver-major bump. PieceAggregateCommP
now returns 3 arguments rather than 2 to provide access to the calculated size.
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Breaking changes
- This release removes the use of filecoin-ffi entirely.
- It also moves all code from the nonffi sub-package into the root package.
- The nonffi
GenerateUnsealedCID
has now been renamed toPieceAggregateCommP
to more accurately reflect its functionality. - Minimum Go version is now 1.21.
What's Changed
- v2: update, lint, add unified-ci, remove ffiwrapper and use Go-native alternatives by @rvagg in #14
- Fix grave bug under concurrent use of PieceAggregateCommP by @ribasushi in #16
Full Changelog: v0.1.4...v2.0.0
v0.1.4
Adds a pure-go implementation of GenerateUnsealedCID.
v0.1.3
v0.1.2
- Remove the
pieceio
package. No deprecation path is taken because this library is only used by go-fil-markets, who no longer depends on it, and it was probably originally misplaced here in the first place. - Could've been a v0.2.0 to indicate significant API change, but it's late for that.