From 790310b4f6f260bad9132a9a13c52cd56ed96608 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 20 Mar 2024 01:59:07 +1100 Subject: [PATCH] chore(main): release upload-client 13.1.0 --- .github/release-please-manifest.json | 2 +- packages/upload-client/CHANGELOG.md | 9 +++++++++ packages/upload-client/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index eafe866d3..dc4a8ec12 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,7 +4,7 @@ "packages/filecoin-client": "3.2.0", "packages/capabilities": "13.1.1", "packages/upload-api": "8.3.0", - "packages/upload-client": "13.0.1", + "packages/upload-client": "13.1.0", "packages/w3up-client": "12.4.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index 5893eac5a..cdee4d720 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [13.1.0](https://github.com/web3-storage/w3up/compare/upload-client-v13.0.1...upload-client-v13.1.0) (2024-03-19) + + +### Features + +* byo piece hasher ([#1323](https://github.com/web3-storage/w3up/issues/1323)) ([fe2e3d5](https://github.com/web3-storage/w3up/commit/fe2e3d5cdca8ba16eadafdc3c6eb2fed37118cd9)) +* non-parallel piece hashing and CAR upload ([#1305](https://github.com/web3-storage/w3up/issues/1305)) ([7a6385b](https://github.com/web3-storage/w3up/commit/7a6385bef1dd424d5eb952528ae5d86a83837c80)) +* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response ([#1312](https://github.com/web3-storage/w3up/issues/1312)) ([d6978d7](https://github.com/web3-storage/w3up/commit/d6978d7ab299be76987c6533d18e6857f6998fe6)) + ## [13.0.1](https://github.com/web3-storage/w3up/compare/upload-client-v13.0.0...upload-client-v13.0.1) (2024-02-01) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 7673d8f8a..513c630ac 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "13.0.1", + "version": "13.1.0", "description": "The web3.storage upload client", "homepage": "https://web3.storage", "repository": {