Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: storacha/w3up
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: access-v18.4.0
Choose a base ref
...
head repository: storacha/w3up
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: access-v19.0.0
Choose a head ref
  • 11 commits
  • 36 files changed
  • 4 contributors

Commits on May 14, 2024

  1. 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]>
    github-actions[bot] and Travis Vachon authored May 14, 2024
    Configuration menu
    Copy the full SHA
    e805591 View commit details
    Browse the repository at this point in the history
  2. 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]>
    github-actions[bot] and Travis Vachon authored May 14, 2024
    Configuration menu
    Copy the full SHA
    d660833 View commit details
    Browse the repository at this point in the history
  3. 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]>
    github-actions[bot] and Travis Vachon authored May 14, 2024
    Configuration menu
    Copy the full SHA
    dc336bd View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. fix: upload client export blob (#1454)

    Needs to be imported from integration tests and likely other places
    vasco-santos authored May 15, 2024
    Configuration menu
    Copy the full SHA
    5e55900 View commit details
    Browse the repository at this point in the history
  2. fix: revert blob add by default (#1456)

    As we did a release while not ready
    vasco-santos authored May 15, 2024
    Configuration menu
    Copy the full SHA
    b77ec75 View commit details
    Browse the repository at this point in the history
  3. 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>
    github-actions[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    daf7185 View commit details
    Browse the repository at this point in the history
  4. 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]>
    github-actions[bot] and vasco-santos authored May 15, 2024
    Configuration menu
    Copy the full SHA
    babff75 View commit details
    Browse the repository at this point in the history
  5. Revert "fix: revert blob add by default (#1456)" (#1458)

    This reverts commit b77ec75.
    
    To merge/release when ready
    vasco-santos authored May 15, 2024
    Configuration menu
    Copy the full SHA
    eefd885 View commit details
    Browse the repository at this point in the history
  6. 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 authored May 15, 2024
    Configuration menu
    Copy the full SHA
    a6d9026 View commit details
    Browse the repository at this point in the history
  7. 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>
    github-actions[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    e68794b View commit details
    Browse the repository at this point in the history
  8. 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>
    github-actions[bot] authored May 15, 2024
    Configuration menu
    Copy the full SHA
    b16a0bf View commit details
    Browse the repository at this point in the history
Loading