Skip to content

Releases: filecoin-project/filecoin-ffi

v1.34.0

11 Sep 16:44
586063e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.32.2...v1.34.0

v1.34.0-dev

14 Aug 05:46
44f5dc4
Compare
Choose a tag to compare

What's Changed

  • chore: bump filecoin-proofs-api to v19.0 by @rjan90 in #536

Breaking Change Note:

Users will need to update their calls from:

// Before
ClearCache(sectorSize, cacheDirPath)
ClearSyntheticProofs(sectorSize, cacheDirPath)

// After  
ClearCache(cacheDirPath)
ClearSyntheticProofs(cacheDirPath)

The changes are consistent across all layers and properly remove the unused sector_size parameter completely from the API.

Full Changelog: v1.33.1-dev2...v1.34.0-dev

v1.33.1-dev2

21 Jul 20:26
552ab5c
Compare
Choose a tag to compare

What's Changed

  • chore: pass accept header to asset download request by @galargh in #534

Full Changelog: v1.33.1-dev...v1.33.1-dev2

v1.33.1-dev

02 May 16:13
027be4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.32.2...v1.33.1-dev

v1.32.2

04 Apr 16:56
7315a33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.32.0...v1.32.2

v1.32.0

27 Mar 16:52
2e0c1af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.31.0...v1.32.0

v1.32.0-rc3

14 Mar 22:31
037aa5c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.32.0-rc2...v1.32.0-rc3

v1.32.0-rc2

10 Mar 23:50
595bf25
Compare
Choose a tag to compare

What's Changed

  • Update to golang crypto 0.31.0 by @masih in #511
  • ci: fix environment configuration on Ubuntu 24.04 arm64 by @galargh in #514
  • refactor: support go 1.24 with newtypes by @Stebalien in #518

Full Changelog: v1.32.0-rc1...v1.32.0-rc2

v1.32.0-rc1

04 Dec 22:23
72e100d
Compare
Choose a tag to compare
v1.32.0-rc1 Pre-release
Pre-release

What's Changed

  • parallel tests and faster runners by @Stebalien in #499
  • chore: update the fvm to update to the latest CID/Multihash versions by @Stebalien in #507
  • ci: remove unecessary dependencies from macos by @Stebalien in #508

Full Changelog: v1.31.0...v1.32.0-rc1

v1.31.0

18 Nov 14:06
dfe9d75
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.30.0...v1.31.0