·
220 commits
to main
since this release
Breaking changes
- @tus/s3-store: fix invalid character errors for "x-amz-meta-file” header by @Murderlon in #470
Previously, to save the metadata the S3 store used to create an empty file and put everything on metadata, which the SDK sends alongs has query parameters. Sending an entire JSON string in a header is error-prone and caused issues. Now it correctly creates an .info file with contents.
This might be breaking change in two cases
- Users who partially uploaded a file before on the old format, who try to resume the upload after the server has been redeployed with the newer version.
- Depending on your implementation of a
gethandler, it may fail to retrieve old.infofiles.
What's Changed
- Upgrade most deps & add yarn plugin interactive by @Murderlon in #474
- @tus/s3-store: fix min part size condition & offset race condition by @Murderlon in #475
Full Changelog: https://github.com/tus/tus-node-server/compare/@tus/[email protected]...@tus/[email protected]