Skip to content

Releases: filecoin-project/filecoin-pin

v0.12.0

13 Nov 02:44
196d055

Choose a tag to compare

0.12.0 (2025-11-13)

Features

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

  • add dataset alias for 'data-set' subcommand (#224) (391cd79)
  • deps-dev: bump @biomejs/biome from 2.3.3 to 2.3.4 (#212) (4edab90)

v0.11.1

04 Nov 19:37
57bff19

Choose a tag to compare

0.11.1 (2025-11-04)

Chores

  • deps-dev: bump @biomejs/biome from 2.2.7 to 2.3.3 (#198) (2e6a20e)
  • update to synapse-sdk-v0.35.3 (#203) (6a24f00)

v0.11.0

03 Nov 22:26
3647dbc

Choose a tag to compare

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 next branch (#146) (528c6fa)

Documentation

v0.10.1

27 Oct 03:09
7465dde

Choose a tag to compare

0.10.1 (2025-10-27)

Chores

v0.10.0

27 Oct 03:02
b86a5b7

Choose a tag to compare

0.10.0 (2025-10-27)

Features

  • allow overriding withCDN via env-var (#55) (0a89ca8)

Bug Fixes

Chores

  • deps-dev: bump @biomejs/biome from 2.2.6 to 2.2.7 (#150) (c29f2e6)
  • deps: bump @filoz/synapse-sdk from 0.33.0 to 0.34.0 (#149) (e9b7f07)
  • docs: agents context file (#139) (7c610a3)

Documentation

v0.9.2

17 Oct 11:57
52f1985

Choose a tag to compare

0.9.2 (2025-10-17)

Bug Fixes

  • action: use fileSize to determine capacity when spendrate=0 (#132) (f498169)
  • log level defaults to error for CLI (#128) (cf851e5)

Chores

  • deps: bump @helia/unixfs from 5.1.0 to 6.0.1 (#94) (5ceb925)

Documentation

  • action: Fix GitHub action version references from @v1 to @v0 (#131) (2408783)
  • action: streamline README and remove duplication (#136) (2d2b742)

v0.9.1

16 Oct 17:11
2a8d3eb

Choose a tag to compare

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)

Documentation

  • action example selects a random known good SP (#125) (a23093b)
  • action: Update Filecoin Pin Github Action README.md (#118) (0df2e25)
  • readme: restructure and clarify project overview (#124) (b3ce025)

v0.9.0

14 Oct 14:31
287fee7

Choose a tag to compare

0.9.0 (2025-10-14)

Features

  • add support for warm storage (env var only) and provider selection (#102) (7f8eca9)

Bug Fixes

Chores

  • deps-dev: bump @biomejs/biome from 2.2.5 to 2.2.6 (#112) (e8c4ce5)

v0.8.1

13 Oct 21:19
cbce9b6

Choose a tag to compare

0.8.1 (2025-10-13)

Bug Fixes

  • prevent some checks when using session key (#110) (987c4cb)
  • use correct addresses with session key auth (#107) (9e05746)
  • use only ipni-enabled providers (#109) (f642d6e)

v0.8.0

13 Oct 16:27
fad8664

Choose a tag to compare

0.8.0 (2025-10-13)

Features

Bug Fixes

  • cli supports session-key & wallet options (#105) (e362531)

Chores