Skip to content

Releases: tus/tus-node-server

v0.7.0

27 Jun 09:36
e0e3e34

Choose a tag to compare

What's Changed

  • index.d.ts: explicitly type Server.get callback parameter signature by @erikjwaxx in #255
  • index.d.ts: fix http import to work without default exports set by @erikjwaxx in #254
  • announce to client that FileStore supports termination extension by @mitjap in #261
  • Reject partial upload if concatenation extension is not supported by @mitjap in #262

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

19 May 11:53
0fcffd7

Choose a tag to compare

What's Changed

Improvements

  • Implement file stream splitter for S3 by @Murderlon in #245
  • Rewrite all tests for stores & share tests between stores by @Murderlon in #209
  • Use tus-node-server with Fastify by @mashpie in #244
  • Remove content-length response header for 204 status code by @dmytrohridin in #236
  • Fix: solve relativeLocation with wrong type definition by @leonardofs in #243
  • Add region to S3StoreOptions Typescript definition by @thurinus in #229

Dependencies

New Contributors

Full Changelog: v0.5.2...v0.6.0

v0.5.2

08 Mar 10:54
4ddd6d2

Choose a tag to compare

What's Changed

  • Fix for HEAD request not returning Upload-Offset when S3 multipart upload is finished (#207)
  • Fix memory leaks on interrupted upload (#188)

New Contributors

Full Changelog: v0.5.1...v0.5.2

v0.5.1

21 Feb 12:57

Choose a tag to compare

What's Changed

  • Update url-parse dependency: #205
  • Improve Type Definitions by @samal-rasmussen: #203
  • Include Type Definitions in releases on NPM

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

03 Feb 12:57
f93a761

Choose a tag to compare

  • Add support for termination in FileStore (#200)
    • Note: this is not available yet in S3 and Google Cloud Storage stores
  • Update all dependencies (ce40ac2)
  • Update package-lock with npm audit fix (a07d57c)
  • Bump aws-sdk from 2.761.0 to 2.814.0 (#197)
  • Setup GitHub Actions (1cd046d)
  • Increase test timeout (ad5f5cc)

v0.4.0

15 Nov 11:14

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.2

13 Sep 05:29

Choose a tag to compare

Relative location support #128 (by @gormed )

v0.3.1

13 Sep 05:29

Choose a tag to compare

0.3.1

Release 0.2.11

06 Apr 04:53

Choose a tag to compare

Release 0.2.10

21 Feb 13:50

Choose a tag to compare

  • Replaced console.[log|info|warn|error] statements with debug statements #87 (thanks @LaurensRietveld)