-
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.0.0
head repository: storacha/w3up
compare: access-v18.0.1
- 9 commits
- 33 files changed
- 5 contributors
Commits on Nov 15, 2023
-
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 :)
Configuration menu - View commit details
-
Copy full SHA for 660d088 - Browse repository at this point
Copy the full SHA 660d088View commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for fc4c6c7 - Browse repository at this point
Copy the full SHA fc4c6c7View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0b8d3f3 - Browse repository at this point
Copy the full SHA 0b8d3f3View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for b47a4c5 - Browse repository at this point
Copy the full SHA b47a4c5View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for d1a9c78 - Browse repository at this point
Copy the full SHA d1a9c78View commit details
Commits on Nov 16, 2023
-
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.
Configuration menu - View commit details
-
Copy full SHA for c1df8d8 - Browse repository at this point
Copy the full SHA c1df8d8View commit details -
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 authoredNov 16, 2023 Configuration menu - View commit details
-
Copy full SHA for d4e961b - Browse repository at this point
Copy the full SHA d4e961bView commit details -
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).
Configuration menu - View commit details
-
Copy full SHA for f3513d0 - Browse repository at this point
Copy the full SHA f3513d0View commit details -
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]>
Configuration menu - View commit details
-
Copy full SHA for 3d7f118 - Browse repository at this point
Copy the full SHA 3d7f118View 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.0.0...access-v18.0.1