Skip to content

Releases: filecoin-project/filecoin-pin

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

v0.7.3

09 Oct 20:15
d048ae2

Choose a tag to compare

0.7.3 (2025-10-09)

Bug Fixes

  • add auto-fund option (#79) (c1e2f72)
  • createStorageContext supports multi-tenancy (#93) (d47d3f3)
  • pass metadata through to executeUpload (#89) (300ecd5)

v0.7.2

09 Oct 02:33
1a7507a

Choose a tag to compare

0.7.2 (2025-10-09)

Bug Fixes

  • avoid empty-directory block in directory CAR (#85) (53fc7df)

v0.7.1

09 Oct 02:18
4ef8542

Choose a tag to compare

0.7.1 (2025-10-09)

Bug Fixes

v0.7.0

08 Oct 17:17
542f0ac

Choose a tag to compare

0.7.0 (2025-10-08)

Features

  • provide lib access via import from 'filecoin-pin/core' (#82) (066c66b)

Bug Fixes

  • deposit allows passing days or amount (#72) (f34c8e5)
  • lint failures on extension names (#70) (4429e7a)
  • ux friendly payment funds subcommand (#75) (837879b)

Chores

  • deps: bump @filoz/synapse-sdk from 0.28.0 to 0.29.3 (#63) (48246ea)
  • deps: bump pino from 9.13.1 to 10.0.0 (#64) (f7f84d1)

v0.6.0

29 Sep 18:33
910b09a

Choose a tag to compare

0.6.0 (2025-09-29)

Features

  • add data-set command (#50) (8b83a02)
  • allow overriding provider (#53) (70681de)
  • make WarmStorage approvals infinite, focus only on deposit (#47) (1064d78)
  • status,deposit,withdraw cmds (#52) (278ed5a)