Skip to content

Releases: tus/tusd

v1.7.0

13 Oct 20:01
5614cec
Compare
Choose a tag to compare

What's Changed

  • cli: Change timestamp to microseconds precision in log by @jjrodrig in #489
  • azurestore: Implement Azure store by @omBratteng in #458
  • core: Fix wrong offset in upload progress notification (#500)

New Contributors

Full Changelog: v1.6.0...v1.7.0

v2.0.0-rc4

21 Jun 11:19
Compare
Choose a tag to compare
v2.0.0-rc4 Pre-release
Pre-release
  • Add flag to customize the S3 part buffer size

v2.0.0-rc3

28 May 11:26
Compare
Choose a tag to compare
v2.0.0-rc3 Pre-release
Pre-release
  • cli: Add option to expose Go's pprof

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: