Skip to content

Releases: filecoin-project/filecoin-ffi

v1.36.0

23 Apr 17:05
fbe8020

Choose a tag to compare

What's Changed

  • build(deps): bump keccak from 0.1.5 to 0.1.6 in /rust by @dependabot[bot] in #565
  • build(deps): bump ref-fvm and filecoin-proofs-api by @rjan90 in #572
  • chore: prep FFI v1.36.0-rc1 by @rjan90 in #573
  • chore: reduce install script output noise by @Kubuxu in #574

Full Changelog: v1.34.6...v1.36.0

v1.36.0-rc1

20 Apr 07:43
ad5f67a

Choose a tag to compare

What's Changed

  • build(deps): bump keccak from 0.1.5 to 0.1.6 in /rust by @dependabot[bot] in #565
  • build(deps): bump ref-fvm and filecoin-proofs-api by @rjan90 in #572

Full Changelog: v1.34.6...v1.36.0-rc1

v1.34.6

18 Feb 06:39
74ba028

Choose a tag to compare

What's Changed

  • ci: ensure release assets exist in releaser workflow by @galargh in #560
  • chore(deps): update rust ipld stack by @rvagg in #563

Full Changelog: v1.34.5...v1.34.6

v1.34.5

08 Jan 08:41
4b398ea

Choose a tag to compare

What's Changed

Full Changelog: v1.34.4...v1.34.5

v1.34.4

11 Dec 09:14
0d4ffbc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.34.2...v1.34.4

v1.34.2

21 Nov 14:56
b4b700f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.34.0...v1.34.2

v1.34.2-dev

07 Oct 12:31
3d5f231

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.34.0...v1.34.2-dev

v1.34.0

11 Sep 16:44
586063e

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

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

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