Skip to content

Releases: tus/tus-node-server

@tus/utils@0.2.0

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/server@1.6.0

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/s3-store@1.4.3

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

1.4.3

Patch Changes

  • Updated dependencies [60698da]
    • @tus/utils@0.2.0

@tus/gcs-store@1.2.2

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

1.2.2

Patch Changes

  • 86b8b9f: Fix CRC32 error when writing offsetted data to store
  • Updated dependencies [60698da]
    • @tus/utils@0.2.0

@tus/file-store@1.3.3

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

1.3.3

Patch Changes

  • Updated dependencies [60698da]
    • @tus/utils@0.2.0

@tus/server@1.5.0

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/server@1.4.2...@tus/server@1.5.0

@tus/server@1.4.2

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/server@1.4.1...@tus/file-store@1.4.2

@tus/s3-store@1.4.2

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

@tus/file-store@1.3.2

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

@tus/utils@0.1.0

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