Skip to content

Releases: tus/tus-node-server

@tus/[email protected]

13 May 08:26
6aecae1
Compare
Choose a tag to compare

Minor Changes

  • 60698da: Introduce POST_RECEIVE_V2 event, which correctly fires during the stream write
    rather than after it is finished

@tus/[email protected]

13 May 08:27
6aecae1
Compare
Choose a tag to compare

Minor Changes

  • 60698da: Introduce POST_RECEIVE_V2 event, which correctly fires during the stream write
    rather than after it is finished
  • 0f90980: Allow onUploadFinish hook to override response data

New Contributors

@tus/[email protected]

13 May 08:26
6aecae1
Compare
Choose a tag to compare

1.4.3

Patch Changes

@tus/[email protected]

13 May 08:25
6aecae1
Compare
Choose a tag to compare

1.2.2

Patch Changes

@tus/[email protected]

13 May 08:25
6aecae1
Compare
Choose a tag to compare

1.3.3

Patch Changes

@tus/[email protected]

25 Apr 13:23
9967900
Compare
Choose a tag to compare

What's Changed

  • @tus/server: allow metadata changes in onUploadCreate by @Murderlon in #599
  • @tus/server: add lockDrainTimeout option by @Murderlon in #603

Full Changelog: https://github.com/tus/tus-node-server/compare/@tus/[email protected]...@tus/[email protected]

@tus/[email protected]

16 Apr 12:29
3a01696
Compare
Choose a tag to compare

What's Changed

  • Document locker option and fix dead links in README's by @Murderlon in #584

Full Changelog: https://github.com/tus/tus-node-server/compare/@tus/[email protected]...@tus/[email protected]

@tus/[email protected]

16 Apr 12:29
3a01696
Compare
Choose a tag to compare

@tus/[email protected]

16 Apr 12:28
3a01696
Compare
Choose a tag to compare

@tus/[email protected]

05 Feb 14:28
045711f
Compare
Choose a tag to compare

@tus/utils

0.1.0

Minor Changes

  • a896d25: Introduce @tus/utils for code sharing between packages