Skip to content

All versions since 0.37.1

0.37.1

Features

Chores

  • update biome (#609) (fe2b365)
  • update msw package version to 2.12.10 in workspace and mock service worker files (#610) (c046b7a)

0.38.0

Features

  • storage: extract provider selection to synapse-core and update docs for multi-copy (ae0eea9)
  • storage: multi-copy upload with store->pull->commit flow (cf6babd), closes #494

Chores

  • master: release synapse-core 0.2.2 (92fd0cb)
  • master: release synapse-sdk 0.37.2 (c4396e1)
  • master: release synapse-sdk 0.38.0 (be88413)

0.39.0

⚠ BREAKING CHANGES

  • New synapse costs API (#632)
  • sdk: require source parameter for dataset namespace isolation (#647)

Features

  • New synapse costs API (#632) (ea2a6c3)
  • sdk: require source parameter for dataset namespace isolation (#647) (8085c05)

Documentation

0.40.0

⚠ BREAKING CHANGES

  • improve UploadResult ergonomics (#664)

Features

Bug Fixes

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

0.40.1

Bug Fixes

  • installation instructions (#692) (966a389)
  • storage: trim provider resolver & pass all erorrs through (#702) (02a0fc6)

0.40.2

Features

  • storage: add ‘source’ and ‘withCDN’ getters on StorageManager (#701) (d463939)

Bug Fixes

  • re-export error handling utilities and adjust type export order (011f47f)

Chores

  • update biome and fix issues (f5e8abd)

Documentation

  • additional docs for upload options: providerId and dataSetId (#690) (c57a707)

0.40.3

Features

  • core: preserve non-standard SP registry capabilities in PDPOffering (#687) (716e309)

Bug Fixes

  • errors: export StorageErrorOptions and enhance error constructors with documentation (7ac439a)
  • keep the clone to new provider ids array (7124ec9)
  • update getApprovedProviderIds and getEndorsedProviderIds with array return type (e037cec)

Chores

  • types: update PullStatus export and adjust StorageContext to use waitForPullPieces (eb5566e)

0.40.4 Latest

Features

  • synapse-sdk: expose paginated client dataset queries in WarmStorageService (#717) (0add8e0)
  • use PDPVerifier.findPieceIdsByCid for efficient CID→ID lookups (#718) (3ac48a9)

Bug Fixes

  • capture error cause in serialisation (#727) (d0f3372)
  • fix out of gas problems with getClientDataSets (#734) (c49c18e)
  • normalize empty outputs for pdp-verifier (#723) (187e8a4)
  • remove custom fetch for pulled POSTs (#732) (9b63e7e)

Chores

  • update msw package version to 2.12.14 in workspace and mock service worker files (4865ff7)