Releases: filecoin-project/filecoin-pin
Releases · filecoin-project/filecoin-pin
v0.13.0
0.13.0 (2025-11-14)
Features
- add --network flag for mainnet and calibration network selection (#240) (ced63da)
- allow passing metadata via cli commands (#226) (f5a1e6e)
Bug Fixes
- correct Filfox explorer URL format for mainnet and use dynamic network in PDP URLs (#239) (ff610e6)
- ipni indexer fetch errors are caught (#241) (996af92)
- network option works (#243) (40c400b)
Documentation
v0.12.0
0.12.0 (2025-11-13)
Features
- add core/data-set methods (#210) (6d81508)
- data-set CLI uses filecoin-pin/core/data-set (#211) (443e285)
- deposit with permit integration (#202) (121e342)
- perform update checks (#219) (d27e6e6)
Bug Fixes
- add/import validate capacity with floor pricing (#218) (70e780f)
- filecoin-pin/upload-action always builds filecoin-pin (#204) (ecfb9e0)
- IPNI validation confirms provider in indexer response (#231) (71f157d)
- piece metadata is displayed as is (#222) (00e7ff9)
- refresh payments status CLI output (#223) (13f557e)
- remove known-good-providers recommendation in examples (#214) (f46eab4)
- upload-action pr comment uses consistent spacing (#206) (39a03c0)
Chores
v0.11.1
v0.11.0
0.11.0 (2025-11-03)
⚠️ Breaking Functionality
With the update to synpase 0.35.x, filecoin-pin is now using a new set of Filecoin Onchain Cloud contracts. DataSets created previously are no longer accessible through this release of filecoin-pin.
Features
Bug Fixes
- add signer support to initializeSynapse (#172) (1d5988a)
- check ipni advertisement during upload (#183) (b020a42)
- ci: handle duplicate items in add-to-project workflow (#184) (0e80256)
- gh-action lints and typechecks on core changes (#170) (107a023)
- move gh-action logic to filecoin-pin/core (#143) (ef6adc1)
- only typecheck upload-action in CI for now (#196) (27e507c)
- properly silence logging for CLI (#195) (d25734d)
- upload-flow renders correct spacing and IPNI info (#191) (9a7a484)
Chores
- improve telemetry docs/collecting (#192) (ff8e07c)
- move to the version of synapse-sdk on
nextbranch (#146) (528c6fa)
Documentation
v0.10.1
v0.10.0
v0.9.2
v0.9.1
0.9.1 (2025-10-16)
Bug Fixes
- re-use upload-action PR comment (#126) (e1cf5ec), closes #99
- upload-action provider overriding (#116) (5a59dac)
- use parseCLIAuth in add and import, add --warm-storage-address (#123) (76bb790)
Chores
- deps: bump actions/setup-node from 5 to 6 (#121) (ebaabd6)
- docs: make README more accurate for current state (#119) (dd0869b)