Skip to content

Choose a tag to compare

@Murderlon Murderlon released this 05 Sep 12:31
· 220 commits to main since this release
ae6b384

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

  1. 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.
  2. Depending on your implementation of a get handler, it may fail to retrieve old .info files.

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]