Skip to content

v0.11.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 22:26
3647dbc

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