Skip to content

Releases: storacha/w3up

filecoin-api: v7.0.0

23 May 07:57
604d300
Compare
Choose a tag to compare

7.0.0 (2024-05-23)

⚠ BREAKING CHANGES

  • upload-api: integrate agent store for idempotence & invocation/receipt persistence (#1444)

Features

  • add blob protocol to upload-client (#1425) (49aef56)
  • upload-api: integrate agent store for idempotence & invocation/receipt persistence (#1444) (c9bf33e)

Fixes

Other Changes

upload-api: v16.0.0

16 May 12:49
92f3017
Compare
Choose a tag to compare

16.0.0 (2024-05-16)

⚠ BREAKING CHANGES

  • add download URL method to BlobsStorage (#1469)

Features

w3up-client: v13.1.1

15 May 10:39
babff75
Compare
Choose a tag to compare

13.1.1 (2024-05-15)

Fixes

upload-client: v15.0.0

15 May 15:27
90ff034
Compare
Choose a tag to compare

15.0.0 (2024-05-15)

⚠ BREAKING CHANGES

  • 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 blob/add, 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-client: v14.1.1

15 May 10:33
daf7185
Compare
Choose a tag to compare

14.1.1 (2024-05-15)

Fixes

upload-api: v15.0.1

15 May 16:05
f2192f8
Compare
Choose a tag to compare

15.0.1 (2024-05-15)

Fixes

  • export ShardedDAGIndex type (979e2c3)

upload-api: v15.0.0

15 May 15:16
e68794b
Compare
Choose a tag to compare

15.0.0 (2024-05-15)

⚠ BREAKING CHANGES

  • 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 blob/add, 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)

blob-index: v1.0.2

15 May 19:40
fb6e5a1
Compare
Choose a tag to compare

1.0.2 (2024-05-15)

Fixes

access: v19.0.0

15 May 15:19
b16a0bf
Compare
Choose a tag to compare

19.0.0 (2024-05-15)

⚠ BREAKING CHANGES

  • 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 blob/add, 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)

w3up-client: v13.1.0

14 May 18:38
d660833
Compare
Choose a tag to compare

13.1.0 (2024-05-14)

Features

Fixes