Releases: storacha/w3up
Releases · storacha/w3up
filecoin-api: v7.1.0
capabilities: v17.1.1
access: v20.0.0
upload-client: v16.0.0
filecoin-api: v7.0.0
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
- appease linter (782c6d0)
upload-api: v16.0.0
w3up-client: v13.1.1
upload-client: v15.0.0
15.0.0 (2024-05-15)
⚠ BREAKING CHANGES
- delegated capabilities required to use
uploadFile
,uploadDirectory
anduploadCAR
have changed. In order to use these methods your agent will now need to be delegatedblob/add
,index/add
,filecoin/offer
andupload/add
capabilities. Note: no code changes are required.