-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: storacha/w3up
base: access-v18.4.0
head repository: storacha/w3up
compare: access-v19.0.0
- 11 commits
- 36 files changed
- 4 contributors
Commits on May 14, 2024
-
chore(main): release upload-client 14.1.0 (#1429)
🤖 I have created a release *beep* *boop* --- ## [14.1.0](upload-client-v14.0.0...upload-client-v14.1.0) (2024-05-14) ### Features * add blob protocol to upload-client ([#1425](#1425)) ([49aef56](49aef56)) ### Fixes * cid for filecoin offer must be raw ([#1450](#1450)) ([c3dd7b5](c3dd7b5)) ### Other Changes * appease linter ([782c6d0](782c6d0)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e805591 - Browse repository at this point
Copy the full SHA e805591View commit details -
chore(main): release w3up-client 13.1.0 (#1440)
🤖 I have created a release *beep* *boop* --- ## [13.1.0](w3up-client-v13.0.1...w3up-client-v13.1.0) (2024-05-14) ### Features * add "plan/create-admin-session" capability ([#1411](#1411)) ([50eeeb5](50eeeb5)) * add blob protocol to upload-client ([#1425](#1425)) ([49aef56](49aef56)) ### Fixes * test against actual api ([#1438](#1438)) ([f8132ca](f8132ca)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d660833 - Browse repository at this point
Copy the full SHA d660833View commit details -
chore(main): release upload-api 14.0.0 (#1441)
🤖 I have created a release *beep* *boop* --- ## [14.0.0](upload-api-v13.0.2...upload-api-v14.0.0) (2024-05-14) ### ⚠ BREAKING CHANGES * deprecate issuer ([#1344](#1344)) ### Features * add "plan/create-admin-session" capability ([#1411](#1411)) ([50eeeb5](50eeeb5)) * add blob protocol to upload-client ([#1425](#1425)) ([49aef56](49aef56)) * deprecate issuer ([#1344](#1344)) ([afbbde3](afbbde3)) * move blob index logic from upload-api to blob-index lib ([#1434](#1434)) ([797f628](797f628)) * remove issuer row ([#1345](#1345)) ([cf5b0db](cf5b0db)) ### Fixes * `encodeURIComponent` on bucket origin ([#1448](#1448)) ([5618644](5618644)) * add format specifier to blob location claim URL ([#1445](#1445)) ([9982d12](9982d12)) * test against actual api ([#1438](#1438)) ([f8132ca](f8132ca)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Travis Vachon <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc336bd - Browse repository at this point
Copy the full SHA dc336bdView commit details
Commits on May 15, 2024
-
fix: upload client export blob (#1454)
Needs to be imported from integration tests and likely other places
Configuration menu - View commit details
-
Copy full SHA for 5e55900 - Browse repository at this point
Copy the full SHA 5e55900View commit details -
fix: revert blob add by default (#1456)
As we did a release while not ready
Configuration menu - View commit details
-
Copy full SHA for b77ec75 - Browse repository at this point
Copy the full SHA b77ec75View commit details -
chore(main): release upload-client 14.1.1 (#1455)
🤖 I have created a release *beep* *boop* --- ## [14.1.1](upload-client-v14.1.0...upload-client-v14.1.1) (2024-05-15) ### Fixes * revert blob add by default ([#1456](#1456)) ([b77ec75](b77ec75)) * upload client export blob ([#1454](#1454)) ([5e55900](5e55900)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for daf7185 - Browse repository at this point
Copy the full SHA daf7185View commit details -
chore(main): release w3up-client 13.1.1 (#1457)
🤖 I have created a release *beep* *boop* --- ## [13.1.1](w3up-client-v13.1.0...w3up-client-v13.1.1) (2024-05-15) ### Fixes * revert blob add by default ([#1456](#1456)) ([b77ec75](b77ec75)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vasco Santos <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for babff75 - Browse repository at this point
Copy the full SHA babff75View commit details -
Revert "fix: revert blob add by default (#1456)" (#1458)
This reverts commit b77ec75. To merge/release when ready
Configuration menu - View commit details
-
Copy full SHA for eefd885 - Browse repository at this point
Copy the full SHA eefd885View commit details -
feat!: generate sharded DAG index on client and invoke w
index/add
(#……1451) This PR generates index data for blocks as CAR shards are constructed. Once all shards have been successfully sent, a sharded DAG index is encoded and stored (using `blob/add`) and then `index/add` is invoked with the CID of the index as a parameter. BREAKING CHANGE: 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.
Alan Shaw authoredMay 15, 2024 Configuration menu - View commit details
-
Copy full SHA for a6d9026 - Browse repository at this point
Copy the full SHA a6d9026View commit details -
chore(main): release upload-api 15.0.0 (#1463)
🤖 I have created a release *beep* *boop* --- ## [15.0.0](upload-api-v14.0.0...upload-api-v15.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](#1451)) ([a6d9026](a6d9026)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e68794b - Browse repository at this point
Copy the full SHA e68794bView commit details -
chore(main): release access 19.0.0 (#1462)
🤖 I have created a release *beep* *boop* --- ## [19.0.0](access-v18.4.0...access-v19.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](#1451)) ([a6d9026](a6d9026)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b16a0bf - Browse repository at this point
Copy the full SHA b16a0bfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff access-v18.4.0...access-v19.0.0