Skip to content

Releases: tus/tus-node-server

@tus/[email protected]

07 Feb 09:25
af6a55a
Compare
Choose a tag to compare

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]

06 Feb 12:49
cb52d7f
Compare
Choose a tag to compare

Minor Changes

  • 7db2f17: Add maxMultipartParts option. This can be used when using S3-compatible storage provider with different part number limitations.

@tus/[email protected]

03 Feb 10:54
2da6a84
Compare
Choose a tag to compare

Minor Changes

  • 6351485: Add minPartSize option. This can be used alongside partSize to guarantee that all non-trailing parts are exactly the same size, which is required for Cloudflare R2.

Patch Changes

  • c970858: Fix zero byte files only storing a .info file. Now correctly stores an empty file.

@tus/[email protected]

03 Feb 10:54
2da6a84
Compare
Choose a tag to compare

Patch Changes

  • 8217f5e: Correctly pass the content type from upload.metadata to GCS.

@tus/[email protected]

18 Jan 13:29
3e8cb59
Compare
Choose a tag to compare

Patch Changes

  • 42c6267: Consistent cancellation across streams and locks, fixing lock on file never being unlocked when the request ends prematurely.

@tus/[email protected]

18 Jan 13:29
3e8cb59
Compare
Choose a tag to compare

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]

18 Jan 13:29
3e8cb59
Compare
Choose a tag to compare

Minor Changes

  • b1c07bc: Change private modifier to protected

Patch Changes

@tus/[email protected]

23 Dec 10:02
7a5ea0d
Compare
Choose a tag to compare

Patch Changes

  • 32d847d: Fix increment for part numbers
  • fdad8ff: Bump @aws-sdk/client-s3 from 3.701.0 to 3.703.0

@tus/[email protected]

20 Nov 18:00
f52592e
Compare
Choose a tag to compare

Patch Changes

  • 37dcd55: Correctly publish dist folder

@tus/[email protected]

19 Nov 08:28
af55832
Compare
Choose a tag to compare

Minor Changes

  • 8f19a53: Add IoRedisKvStore & use redis.scan instead of discouraged redis.keys