Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat!: add CAR splitting #66

Merged
merged 2 commits into from
Oct 1, 2022
Merged

feat!: add CAR splitting #66

merged 2 commits into from
Oct 1, 2022

Conversation

alanshaw
Copy link
Member

No description provided.

@codesandbox-ci
Copy link

codesandbox-ci bot commented Sep 30, 2022

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit ac7013c:

Sandbox Source
@w3ui/example-react-file-upload Configuration
@w3ui/example-react-sign-up-in Configuration
@w3ui/example-react-uploads-list Configuration
@w3ui/example-solid-file-upload Configuration
@w3ui/example-solid-sign-up-in Configuration
@w3ui/example-solid-uploads-list Configuration
@w3ui/example-vue-file-upload Configuration
@w3ui/example-vue-sign-up-in Configuration
@w3ui/example-vue-uploads-list Configuration

@alanshaw alanshaw marked this pull request as ready for review September 30, 2022 23:51
@alanshaw alanshaw merged commit 1c57dba into main Oct 1, 2022
@alanshaw alanshaw deleted the feat/car-splitting branch October 1, 2022 00:06
alanshaw pushed a commit that referenced this pull request Oct 1, 2022
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](uploader-core-v1.1.1...uploader-core-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](#66))
([1c57dba](1c57dba))

---
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>
alanshaw pushed a commit that referenced this pull request Oct 1, 2022
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](react-uploader-v1.1.0...react-uploader-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](#66))
([1c57dba](1c57dba))

---
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>
alanshaw pushed a commit that referenced this pull request Oct 1, 2022
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](solid-uploader-v1.0.1...solid-uploader-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](#66))
([1c57dba](1c57dba))

---
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>
alanshaw pushed a commit that referenced this pull request Oct 1, 2022
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](vue-uploader-v1.0.1...vue-uploader-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](#66))
([1c57dba](1c57dba))

---
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>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](storacha/w3ui@uploader-core-v1.1.1...uploader-core-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](storacha/w3ui#66))
([8672d23](storacha/w3ui@8672d23))

---
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>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](storacha/w3ui@react-uploader-v1.1.0...react-uploader-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](storacha/w3ui#66))
([8672d23](storacha/w3ui@8672d23))

---
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>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](storacha/w3ui@solid-uploader-v1.0.1...solid-uploader-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](storacha/w3ui#66))
([8672d23](storacha/w3ui@8672d23))

---
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>
Peeja pushed a commit to storacha/upload-service that referenced this pull request Jan 29, 2025
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](storacha/w3ui@vue-uploader-v1.0.1...vue-uploader-v2.0.0)
(2022-10-01)


### ⚠ BREAKING CHANGES

* The uploader-core API has been augmented with a new method to support
chunked CAR uploads `uploadCarChunks`. The static `encode*` functions
are now exported directly from the `*-uploader` modules instead of being
injected by the provider and have different signatures to allow for
streaming DAG generation. The `uploadCar` method of the provider has
been replaced with the more friendly `uploadFile` and `uploadDirectory`
functions (and `uploadCarChunks` to allow for direct CAR uploads).

### Features

* add CAR splitting
([#66](storacha/w3ui#66))
([8672d23](storacha/w3ui@8672d23))

---
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant