Releases: tus/tus-node-server
Releases · tus/tus-node-server
@tus/[email protected]
Major Changes
- 0f063d9: Change required Node.js version from 16 to 20.19.0
- 7a5a60d: Make this package ESM-only instead of CommonJS. Since Node.js >= 20.19.0 you can
require(esm)so you can consume this package even if you don't ESM yourself yet.
Patch Changes
- Updated dependencies [0f063d9]
- Updated dependencies [f190875]
- Updated dependencies [7a5a60d]
- @tus/[email protected]
@tus/[email protected]
Patch Changes
@tus/[email protected]
Patch Changes
- f47f371: Fix error on saving metadata when it contains non-ASCII characters
@tus/[email protected]
Patch Changes
- 06954ac: Don't use AbortSignal.any to fix memory leak in older Node.js versions and to not break version support.
@tus/[email protected]
Minor Changes
- 7db2f17: Add
maxMultipartPartsoption. This can be used when using S3-compatible storage provider with different part number limitations.
@tus/[email protected]
@tus/[email protected]
Patch Changes
- 8217f5e: Correctly pass the content type from upload.metadata to GCS.
@tus/[email protected]
Patch Changes
- 42c6267: Consistent cancellation across streams and locks, fixing lock on file never being unlocked when the request ends prematurely.
@tus/[email protected]
Patch Changes
- 42c6267: Consistent cancellation across streams and locks, fixing lock on file never being unlocked when the request ends prematurely.
- Updated dependencies [42c6267]
- @tus/[email protected]
@tus/[email protected]
Minor Changes
- b1c07bc: Change private modifier to protected
Patch Changes
- 8236c05: Bump @aws-sdk/client-s3 from 3.703.0 to 3.717.0
- Updated dependencies [42c6267]
- @tus/[email protected]