-
Notifications
You must be signed in to change notification settings - Fork 24
Comparing changes
Open a pull request
base repository: storacha/w3up
base: upload-api-v17.1.0
head repository: storacha/w3up
compare: upload-api-v18.0.0
- 10 commits
- 42 files changed
- 4 contributors
Commits on Jun 4, 2024
-
chore(main): release w3up-client 14.1.0 (#1492)
🤖 I have created a release *beep* *boop* --- ## [14.1.0](w3up-client-v14.0.0...w3up-client-v14.1.0) (2024-06-04) ### Features * add blob/get ([#1484](#1484)) ([328039d](328039d)) --- 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 7e97090 - Browse repository at this point
Copy the full SHA 7e97090View commit details
Commits on Jun 5, 2024
-
fix: reuse http/put and blob/accept receipts when available (#1495)
From @vasco-santos: 1. if we already have a http/put receipt, we should not send one 2. if we already receive in next a blob accept receipt, we should not await on the receipt generation
Configuration menu - View commit details
-
Copy full SHA for 416802e - Browse repository at this point
Copy the full SHA 416802eView commit details -
chore(main): release upload-client 16.1.1 (#1496)
🤖 I have created a release *beep* *boop* --- ## [16.1.1](upload-client-v16.1.0...upload-client-v16.1.1) (2024-06-05) ### Fixes * reuse http/put and blob/accept receipts when available ([#1495](#1495)) ([416802e](416802e)) --- 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 260eed7 - Browse repository at this point
Copy the full SHA 260eed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9616f0d - Browse repository at this point
Copy the full SHA 9616f0dView commit details -
chore(main): release w3up-client 14.1.1 (#1498)
🤖 I have created a release *beep* *boop* --- ## [14.1.1](w3up-client-v14.1.0...w3up-client-v14.1.1) (2024-06-05) ### Fixes * trigger w3up client release with new client ([#1497](#1497)) ([9616f0d](9616f0d)) --- 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 91cb335 - Browse repository at this point
Copy the full SHA 91cb335View commit details
Commits on Jun 6, 2024
-
chore: disable docs task on release (#1499)
This hasn't been working for a long time now and I don't think we even use the docs it generates.
Alan Shaw authoredJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for b4e4b43 - Browse repository at this point
Copy the full SHA b4e4b43View commit details -
fix: stop writing to DUDEWHERE (#1500)
No need to write to this bucket anymore - both freeway and hoverboard use content claims.
Alan Shaw authoredJun 6, 2024 Configuration menu - View commit details
-
Copy full SHA for cf0a1d6 - Browse repository at this point
Copy the full SHA cf0a1d6View commit details
Commits on Jun 7, 2024
-
feat: publish index claim (#1487)
This PR updates the `index/add` handler to publish an [index claim](https://github.com/w3s-project/content-claims?tab=readme-ov-file#index-claim) for the added index. Reading an index from the index claim allows freeway and hoverboard to serve blocks from all of the shards without having to request a location claim for each block. refs storacha/blob-fetcher#10
Alan Shaw authoredJun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 237b0c6 - Browse repository at this point
Copy the full SHA 237b0c6View commit details -
fix!: use MultihashDigest type in stores (#1474)
This forces callers to decode `Uint8Arrays` that may come from user input before the storage method is called and that means we don't just use them without validation that they are actually a multihash. BREAKING CHANGE: `AllocationsStorage` and `BlobsStorage` methods not take `MultihashDigest` types instead of `Uint8Array`s.
Alan Shaw authoredJun 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 6c6a3bd - Browse repository at this point
Copy the full SHA 6c6a3bdView commit details
Commits on Jun 10, 2024
-
chore(main): release upload-api 18.0.0 (#1501)
🤖 I have created a release *beep* *boop* --- ## [18.0.0](upload-api-v17.1.0...upload-api-v18.0.0) (2024-06-07) ### ⚠ BREAKING CHANGES * `AllocationsStorage` and `BlobsStorage` methods not take `MultihashDigest` types instead of `Uint8Array`s. ### Features * publish index claim ([#1487](#1487)) ([237b0c6](237b0c6)) ### Fixes * stop writing to DUDEWHERE ([#1500](#1500)) ([cf0a1d6](cf0a1d6)) * use MultihashDigest type in stores ([#1474](#1474)) ([6c6a3bd](6c6a3bd)) --- 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 02e3bca - Browse repository at this point
Copy the full SHA 02e3bcaView 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 upload-api-v17.1.0...upload-api-v18.0.0