Release: uppy@4.0.5 (#5357)

| Package          | Version | Package          | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/aws-s3     |   4.0.1 | uppy             |   4.0.5 |
| @uppy/xhr-upload |   4.0.2 |                  |         |

- @uppy/aws-s3: use default `Body` generic & export `AwsBody` (Merlijn Vos / #5353)
- @uppy/xhr-upload: bring back getResponseData (Merlijn Vos / #5354)
- @uppy/aws-s3: only send `PartNumber` and `ETag` in completion request (Antoine du Hamel / #5356)
This commit is contained in:
github-actions[bot] 2024-07-18 16:04:06 +00:00 committed by GitHub
parent 1ef39db22c
commit 4faf2b4660
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 41 additions and 12 deletions

View file

@ -12,6 +12,20 @@ Please add your entries in this format:
In the current stage we aim to release a new version at least every month.
## 4.0.5
Released: 2024-07-18
| Package | Version | Package | Version |
| ---------------- | ------- | ---------------- | ------- |
| @uppy/aws-s3 | 4.0.1 | uppy | 4.0.5 |
| @uppy/xhr-upload | 4.0.2 | | |
- @uppy/aws-s3: use default `Body` generic & export `AwsBody` (Merlijn Vos / #5353)
- @uppy/xhr-upload: bring back getResponseData (Merlijn Vos / #5354)
- @uppy/aws-s3: only send `PartNumber` and `ETag` in completion request (Antoine du Hamel / #5356)
## 4.0.4
Released: 2024-07-15