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.0.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-v18.0.1
Choose a head ref
  • 9 commits
  • 33 files changed
  • 5 contributors

Commits on Nov 15, 2023

  1. feat: get receipt support in client (#1135)

    Adds `getReceipt(taskCid)` support in client after endpoint added into
    w3filecoin earlier this week
    storacha/w3infra#275
    
    When you get a CID from an invocation, you can look for its receipt and
    go through receipt chain if you like from the client :)
    vasco-santos authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    660d088 View commit details
    Browse the repository at this point in the history
  2. chore(main): release w3up-client 11.0.0 (#1129)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [11.0.0](w3up-client-v10.3.0...w3up-client-v11.0.0)
    (2023-11-15)
    
    
    ### ⚠ BREAKING CHANGES
    
    * coupon ([#1136](#1136))
    
    ### Features
    
    * coupon ([#1136](#1136))
    ([1b94f2d](1b94f2d))
    * get receipt support in client
    ([#1135](#1135))
    ([660d088](660d088))
    
    
    ### Bug Fixes
    
    * upgrade ucanto core
    ([#1127](#1127))
    ([5ce4d22](5ce4d22))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    it-dag-house authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fc4c6c7 View commit details
    Browse the repository at this point in the history
  3. fix: issue where typedoc docs would only show full docs for w3up-clie…

    …nt (#1141)
    
    …and not other packages
    
    Motivation:
    * #1139
    
    Rationale:
    * I think it is my fault from March when I moved w3up-client into this
    monorepo
    * The monorepo root `tsconfig.json` uses `"entryPointStrategy":
    "packages"`, which requires each subpackage to have its own
    `tsconfig.json` `"typedocOptions": {
        "entryPoints": ["./src"]
      }`
      * I missed this last time.
    gobengo authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0b8d3f3 View commit details
    Browse the repository at this point in the history
  4. ci: .github/workflows/release.yml docs job runs when any package is…

    … released via release-please (#1140)
    
    Motivation:
    * I think we want to run the docs release more frequently, especially if
    `w3up-client` is released
    gobengo authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    b47a4c5 View commit details
    Browse the repository at this point in the history
  5. chore(main): release capabilities 12.0.1 (#1147)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [12.0.1](capabilities-v12.0.0...capabilities-v12.0.1)
    (2023-11-15)
    
    
    ### Bug Fixes
    
    * issue where typedoc docs would only show full docs for w3up-client
    ([#1141](#1141))
    ([0b8d3f3](0b8d3f3))
    
    ---
    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: Benjamin Goering <[email protected]>
    it-dag-house and gobengo authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    d1a9c78 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix: make login idempotent (#1149)

    Logging with the same account several times creates and stores redundant
    proofs and then sends them over during invocations.
    
    Changes here avoid this redundancy by returning an account using
    existing proofs if you already happen to have them, essentially making
    login idempotent.
    Gozala authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    c1df8d8 View commit details
    Browse the repository at this point in the history
  2. fix: upgrade @ucanto/validator with bugfix (#1151)

    we discovered an issue with exponential performance degradation under
    certain circumstances in @ucanto/validator - upgrade the dependency to
    get the fix
    Travis Vachon authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    d4e961b View commit details
    Browse the repository at this point in the history
  3. chore(main): release upload-api 7.3.3 (#1143)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [7.3.3](upload-api-v7.3.2...upload-api-v7.3.3)
    (2023-11-16)
    
    
    ### Bug Fixes
    
    * issue where typedoc docs would only show full docs for w3up-client
    ([#1141](#1141))
    ([0b8d3f3](0b8d3f3))
    * upgrade @ucanto/validator with bugfix
    ([#1151](#1151))
    ([d4e961b](d4e961b))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    it-dag-house authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    f3513d0 View commit details
    Browse the repository at this point in the history
  4. chore(main): release access 18.0.1 (#1142)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [18.0.1](access-v18.0.0...access-v18.0.1)
    (2023-11-16)
    
    
    ### Bug Fixes
    
    * issue where typedoc docs would only show full docs for w3up-client
    ([#1141](#1141))
    ([0b8d3f3](0b8d3f3))
    * upgrade @ucanto/validator with bugfix
    ([#1151](#1151))
    ([d4e961b](d4e961b))
    
    ---
    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: Irakli Gozalishvili <[email protected]>
    it-dag-house and Gozala authored Nov 16, 2023
    Configuration menu
    Copy the full SHA
    3d7f118 View commit details
    Browse the repository at this point in the history
Loading