From af4b244bb2adee4c0de26f66ef3f1e6d7a80482b Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 18 Oct 2023 02:31:40 -0700 Subject: [PATCH] chore(main): release upload-client 10.0.0 --- .github/release-please-manifest.json | 2 +- packages/upload-client/CHANGELOG.md | 17 +++++++++++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 6ebcf8dfc..dcdc0134a 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,7 +4,7 @@ "packages/filecoin-client": "1.4.0", "packages/capabilities": "10.0.0", "packages/upload-api": "6.0.0", - "packages/upload-client": "9.4.1", + "packages/upload-client": "10.0.0", "packages/w3up-client": "8.1.0", "packages/did-mailto": "2.0.1" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index ba06e8265..227bd6c8c 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [10.0.0](https://github.com/web3-storage/w3up/compare/upload-client-v9.4.1...upload-client-v10.0.0) (2023-10-18) + + +### ⚠ BREAKING CHANGES + +* Returning the `size` means that we need to fetch the stored item beforehand, and if it does not exist throw a `StoreItemNotFound` error. This is a change from the current behaviour which returns successfully even if the item is not present in the space. + +### Features + +* add size to `store/remove` receipt ([#969](https://github.com/web3-storage/w3up/issues/969)) ([d2100eb](https://github.com/web3-storage/w3up/commit/d2100eb0ffa5968c326d58d583a258187f9119eb)) +* upgrade to ucanto@9 ([#951](https://github.com/web3-storage/w3up/issues/951)) ([d72faf1](https://github.com/web3-storage/w3up/commit/d72faf1bb07dd11462ae6dff8ee0469f8ae7e9e7)) + + +### Bug Fixes + +* upgrade to latest ts ([#962](https://github.com/web3-storage/w3up/issues/962)) ([711e3f7](https://github.com/web3-storage/w3up/commit/711e3f73f6905fde0d929952fff70be845a55fa1)) + ## [9.4.1](https://github.com/web3-storage/w3up/compare/upload-client-v9.4.0...upload-client-v9.4.1) (2023-10-06) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index d09cb1eaf..84b4c9a7a 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "9.4.1", + "version": "10.0.0", "description": "The web3.storage upload client", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/upload-client", "repository": {