From 90ff0348bcd10bee77cffe47459f7cc960dd5ffa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 16:27:11 +0100 Subject: [PATCH] chore(main): release upload-client 15.0.0 (#1465) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit :robot: I have created a release *beep* *boop* --- ## [15.0.0](https://github.com/w3s-project/w3up/compare/upload-client-v14.1.1...upload-client-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](https://github.com/w3s-project/w3up/issues/1451)) ([a6d9026](https://github.com/w3s-project/w3up/commit/a6d9026536e60c0ce93b613acc6e337f2a21aeb2)) --- 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: Alan Shaw --- .github/release-please-manifest.json | 2 +- packages/upload-client/CHANGELOG.md | 11 +++++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 113a35a62..640231e1d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,7 +5,7 @@ "packages/filecoin-client": "3.3.3", "packages/capabilities": "17.1.0", "packages/upload-api": "15.0.0", - "packages/upload-client": "14.1.1", + "packages/upload-client": "15.0.0", "packages/w3up-client": "13.1.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index 33c3254a7..a1f9dff3a 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [15.0.0](https://github.com/w3s-project/w3up/compare/upload-client-v14.1.1...upload-client-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](https://github.com/w3s-project/w3up/issues/1451)) ([a6d9026](https://github.com/w3s-project/w3up/commit/a6d9026536e60c0ce93b613acc6e337f2a21aeb2)) + ## [14.1.1](https://github.com/w3s-project/w3up/compare/upload-client-v14.1.0...upload-client-v14.1.1) (2024-05-15) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 5e68d7164..0bdb9fc4b 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "14.1.1", + "version": "15.0.0", "description": "The web3.storage upload client", "homepage": "https://web3.storage", "repository": {