Skip to content

All versions since 0.3.0

0.3.0

⚠ BREAKING CHANGES

  • New synapse costs API (#632)

Features

0.3.1

Features

Bug Fixes

  • pieceStatus confuses piece ownership. Closes #296 (#655) (be76ad1)
  • support multi sp upload flow in react and demo (#675) (7f70914)

0.3.2

Bug Fixes

  • core: fall back to Blob fetch body when ReadableStream not supported (#681) (6142cc4)

Chores

  • abi: update ABI for 1.2.0 filecoin-services release (#688) (0259413)

0.3.3

Bug Fixes

  • remove unused storage cost calculation utility and export zod schemas (1fd793b)

Chores

  • update biome and fix issues (f5e8abd)

0.4.0 Latest

⚠ BREAKING CHANGES

  • rename getProviderIds to getEndorsedProviderIds and getApprovedProviders to getApprovedProvidersIds
  • cleanup sp entrypoint

Features

  • cleanup sp entrypoint (9bb9f26)
  • core: preserve non-standard SP registry capabilities in PDPOffering (#687) (716e309)
  • rename getProviderIds to getEndorsedProviderIds and getApprovedProviders to getApprovedProvidersIds (eced30c)
  • synapse-core: support paginated client dataset reads from FWSS (#698) (6435cc2)

Bug Fixes

  • rename getApprovedProvidersIds to getApprovedProviderIds and update related imports (2407514)

Chores

  • update providers ids new names and return type in more places (80799c0)