diff --git a/.changeset/sour-foxes-speak.md b/.changeset/sour-foxes-speak.md deleted file mode 100644 index 187c7397..00000000 --- a/.changeset/sour-foxes-speak.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tus/s3-store": patch ---- - -Bump @aws-sdk/client-s3 from 3.717.0 to 3.758.0 diff --git a/.changeset/thin-keys-whisper.md b/.changeset/thin-keys-whisper.md deleted file mode 100644 index 85204efe..00000000 --- a/.changeset/thin-keys-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tus/s3-store": patch ---- - -Add missing documentation for `maxMultipartParts` option added in #712 diff --git a/.changeset/twenty-crews-punch.md b/.changeset/twenty-crews-punch.md deleted file mode 100644 index d16faec3..00000000 --- a/.changeset/twenty-crews-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tus/s3-store": patch ---- - -Fix unhandled promise rejection when uploading a part fails, in which case we returned too early, leaving other parts running in the background. diff --git a/.changeset/weak-panthers-fold.md b/.changeset/weak-panthers-fold.md deleted file mode 100644 index 70d24253..00000000 --- a/.changeset/weak-panthers-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tus/azure-store": patch ---- - -Fix error on saving metadata when it contains non-ASCII characters diff --git a/packages/azure-store/CHANGELOG.md b/packages/azure-store/CHANGELOG.md index c5445afa..de0a82fa 100644 --- a/packages/azure-store/CHANGELOG.md +++ b/packages/azure-store/CHANGELOG.md @@ -1,5 +1,11 @@ # @tus/azure-store +## 0.1.3 + +### Patch Changes + +- f47f371: Fix error on saving metadata when it contains non-ASCII characters + ## 0.1.2 ### Patch Changes diff --git a/packages/azure-store/package.json b/packages/azure-store/package.json index dd8803c0..5ce688cd 100644 --- a/packages/azure-store/package.json +++ b/packages/azure-store/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@tus/azure-store", - "version": "0.1.2", + "version": "0.1.3", "description": "Azure blob storage for @tus/server", "main": "dist/index.js", "homepage": "https://github.com/tus/tus-node-server#readme", diff --git a/packages/s3-store/CHANGELOG.md b/packages/s3-store/CHANGELOG.md index 8663b92a..86b218eb 100644 --- a/packages/s3-store/CHANGELOG.md +++ b/packages/s3-store/CHANGELOG.md @@ -1,5 +1,13 @@ # @tus/s3-store +## 1.9.1 + +### Patch Changes + +- 274a0d1: Bump @aws-sdk/client-s3 from 3.717.0 to 3.758.0 +- 81eb03a: Add missing documentation for `maxMultipartParts` option added in #712 +- c8e78bd: Fix unhandled promise rejection when uploading a part fails, in which case we returned too early, leaving other parts running in the background. + ## 1.9.0 ### Minor Changes diff --git a/packages/s3-store/package.json b/packages/s3-store/package.json index 69391538..8104587e 100644 --- a/packages/s3-store/package.json +++ b/packages/s3-store/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package.json", "name": "@tus/s3-store", - "version": "1.9.0", + "version": "1.9.1", "description": "AWS S3 store for @tus/server", "main": "dist/index.js", "homepage": "https://github.com/tus/tus-node-server#readme", diff --git a/test/package.json b/test/package.json index 868b5562..90525a6a 100644 --- a/test/package.json +++ b/test/package.json @@ -12,7 +12,7 @@ "dependencies": { "@tus/file-store": "^1.5.1", "@tus/gcs-store": "^1.4.2", - "@tus/s3-store": "^1.9.0", + "@tus/s3-store": "^1.9.1", "@tus/server": "^1.10.2" }, "devDependencies": {