Skip to content

Releases: tus/tusd

v2.0.0-rc2

24 May 21:51
Compare
Choose a tag to compare
v2.0.0-rc2 Pre-release
Pre-release
  • cli: Add metric for number of hook invocations
  • s3store: Add metric for request duration
  • cli: Fix function of -s3-concurrent-part-uplaods flag

v2.0.0-rc1

18 May 08:33
8fd1836
Compare
Choose a tag to compare
v2.0.0-rc1 Pre-release
Pre-release
  • s3store: Parallelize part uploads and information retrieval (#478)

v1.6.0

29 Mar 13:27
Compare
Choose a tag to compare

Changes:

  • s3store: Fix data loss when using Upload-Length-Defer: 1 (#462)
  • ci: Compile tusd for arm64 and include in releases (#461)
  • cli: Add flag to disable SSL for S3

v1.5.1

10 Feb 22:09
Compare
Choose a tag to compare

This patch release contains a fix against data loss when tusd is used behind some proxies (see fdb19a7).

v1.5.0

18 Jan 13:38
Compare
Choose a tag to compare

Changes:

  • cli: Allow TLS support to tusd, so HTTPS is possible without the use of another proxy (#423)
  • s3store: Add the experimental flag -s3-disable-content-hashes to prevent the expensive computation of SHA256 hashes when uploading to S3.
  • core: Fix a bug when parsing the Forwarded header (#433)

v1.4.0

03 Aug 14:58
90e208a
Compare
Choose a tag to compare

Changes:

  • core: Allow empty values in the Upload-Metadata header (#400)
  • s3store: Improve upload speed by concurrently writing data to S3 and increasing part size (#402 and #410)
  • cli: Add the -s3-transfer-acceleration flag to enable AWS S3 Transfer Acceleration

v1.3.0

25 May 07:28
Compare
Choose a tag to compare

Changes:

v1.2.0

07 May 12:37
a4a733f
Compare
Choose a tag to compare

New features:

  • core: Allow Authorization header to be sent in CORS requests (#355)
  • handler: Add value of X-Request-ID to log output, if available
  • cli: Allow request headers to be forwarded to HTTP hooks (#371)

Bug fixes

  • cli: Include hook name in gRPC calls (#364)
  • cli: Fix error while executing gRPC calls (#358)
  • s3store: Allow concatenation of uploads smaller than 5MB

v1.1.0

23 Feb 21:03
Compare
Choose a tag to compare

Changelog:

  • cli: Add ability to use gRPC endpoint for receiving hooks (#316, thanks @inigohu)
  • s3store: Add optional key prefix for metadata objects (#347, thanks @acj)
  • s3store: Fix bug preventing empty uploads from completing

v1.0.2

15 Nov 20:23
39b90f9
Compare
Choose a tag to compare

This patch release contains following fixes:

  • Allow numbers in the filetype metadata for uploads
  • Fix an error preventing tusd from starting using -base-path / (#325)
  • Add X-HTTP-Method-Override to the list of allowed CORS headers