Skip to content

w3up-client: v14.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Jun 13:02
695af8b

14.0.0 (2024-06-04)

⚠ BREAKING CHANGES

  • upload-api: integrate agent store for idempotence & invocation/receipt persistence (#1444)
  • delegated capabilities required to use uploadFile, uploadDirectory and uploadCAR have changed. In order to use these methods your agent will now need to be delegated space/blob/add, space/index/add, filecoin/offer and upload/add capabilities. Note: no code changes are required.

Features

  • generate sharded DAG index on client and invoke w index/add (#1451) (a6d9026)
  • upload-api: integrate agent store for idempotence & invocation/receipt persistence (#1444) (c9bf33e)

Fixes