Releases: tus/tus-node-server
Releases · tus/tus-node-server
@tus/server@1.9.0
Minor Changes
- a3c3a99: add Content-Type and Content-Disposition headers on GetHandler.send response
@tus/utils@0.4.0
Minor Changes
- de28c6e: Publish source maps and declaration maps
@tus/server@1.8.0
Minor Changes
- de28c6e: Publish source maps and declaration maps
- ca03351: - Add
allowedCredentials
option for the Access-Control-Allow-Credentials header
- Add
allowedOrigins
option for setting domains in Access-Control-Allow-Origin
Patch Changes
@tus/s3-store@1.6.0
Minor Changes
- de28c6e: Publish source maps and declaration maps
Patch Changes
@tus/gcs-store@1.4.0
Minor Changes
- de28c6e: Publish source maps and declaration maps
Patch Changes
@tus/file-store@1.5.0
Minor Changes
- de28c6e: Publish source maps and declaration maps
Patch Changes
@tus/utils@0.3.0
Minor Changes
- 117e1b2: Add basic storage information to the Upload model. You can now access
upload.storage
which has type
(file
, s3
, gcs
), path
, and when applicable
bucket
.
@tus/server@1.7.0
Minor Changes
- ea2bf07: Add
lastPath
argument to getFileIdFromRequest
to simplify a common use
case.
Patch Changes
@tus/s3-store@1.5.0
Minor Changes
- 117e1b2: Add basic storage information to the Upload model. You can now access
upload.storage
which has type
(file
, s3
, gcs
), path
, and when applicable
bucket
.
Patch Changes