Releases: tus/tus-node-server
Releases · tus/tus-node-server
@tus/server@1.10.2
Patch Changes
- 06954ac: Don't use AbortSignal.any to fix memory leak in older Node.js versions and to not break version support.
@tus/s3-store@1.9.0
Minor Changes
- 7db2f17: Add
maxMultipartParts
option. This can be used when using S3-compatible storage provider with different part number limitations.
@tus/s3-store@1.8.0
@tus/gcs-store@1.4.2
Patch Changes
- 8217f5e: Correctly pass the content type from upload.metadata to GCS.
@tus/utils@0.5.1
Patch Changes
- 42c6267: Consistent cancellation across streams and locks, fixing lock on file never being unlocked when the request ends prematurely.
@tus/server@1.10.1
@tus/s3-store@1.7.0
@tus/s3-store@1.6.2
@tus/azure-store@0.1.2
Patch Changes
- 37dcd55: Correctly publish dist folder
@tus/utils@0.5.0
Minor Changes
- 8f19a53: Add IoRedisKvStore & use redis.scan instead of discouraged redis.keys