Releases: filecoin-project/filecoin-ffi
Releases · filecoin-project/filecoin-ffi
v1.34.0
What's Changed
- chore: update rust to 1.86.0 by @Stebalien in #529
- chore: update ref-fvm to v4.7, v3.13, and v2.11 by @Stebalien in #528
- feat: support flush_all_blocks, handle new ipld operations in traces by @rvagg in #512
- chore: add n27-skeleton by @TippyFlitsUK in #531
- chore: 1.33.1-dev release by @TippyFlitsUK in #532
- chore: pass accept header to asset download request by @galargh in #534
- chore: 1.33.1-dev2 release by @rjan90 in #535
- chore: bump filecoin-proofs-api to v19.0 by @rjan90 in #536
- chore: bump version to v1.34.0-dev by @rjan90 in #537
- chore: update ref-fvm to v4.7.3 by @rjan90 in #539
New Contributors
- @TippyFlitsUK made their first contribution in #531
Full Changelog: v1.32.2...v1.34.0
v1.34.0-dev
What's Changed
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
What's Changed
Full Changelog: v1.33.1-dev...v1.33.1-dev2
v1.33.1-dev
What's Changed
- chore: update rust to 1.86.0 by @Stebalien in #529
- chore: update ref-fvm to v4.7, v3.13, and v2.11 by @Stebalien in #528
- feat: support flush_all_blocks, handle new ipld operations in traces by @rvagg in #512
- chore: add n27-skeleton by @TippyFlitsUK in #531
New Contributors
- @TippyFlitsUK made their first contribution in #531
Full Changelog: v1.32.2...v1.33.1-dev
v1.32.2
v1.32.0
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
- chore: release v1.32.0-rc1 by @rjan90 in #509
- 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
- release v1.32.0-rc2 by @Stebalien in #519
- chore: release v1.32.0-rc3 by @rjan90 in #520
- chore: actually release v1.32.0-rc3 by @Stebalien in #521
Full Changelog: v1.31.0...v1.32.0
v1.32.0-rc3
What's Changed
Full Changelog: v1.32.0-rc2...v1.32.0-rc3
v1.32.0-rc2
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
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
What's Changed
- chore: switch to boxo's blockstore by @Stebalien in #497
- Update FVM, Deps & Rust by @Stebalien in #484
- chore: update safer-ffi by @Stebalien in #485
- chore: remove multihash default features (drop blake3 dep) by @Stebalien in #500
- build: update version to v1.31.0-rc1 by @rjan90 in #501
- chore: add nv25 skeleton by @rjan90 in #503
Full Changelog: v1.30.0...v1.31.0