Skip to content

Releases: tus/tusd

0.5.0

12 Jul 12:09
Compare
Choose a tag to compare

The fifth minor release contains mostly improvements to the tusd binary:

  • Print URL base path when starting binary (thanks, @rio)
  • Add -behind-proxy flag
  • Add pre-create hook for validating upload creations
  • Fix issue when creating uploading on S3 with non-ASCII encoded metadata

0.4.0

24 May 21:37
Compare
Choose a tag to compare
Update mocked S3 API for tests

0.3.0

10 May 12:48
Compare
Choose a tag to compare

The third minor release of tusd, the official reference implementation for tus, brings minor feature additions and patches with it:

  • Do not pass empty chunk for finished uploads to data store
  • Suggest original filename if available when downloading uploads
  • Use correct response code for CORS preflight requests
  • Added option to disable timeouts (#46)

0.2.0

26 Mar 17:50
Compare
Choose a tag to compare

This is the second minor release of tusd and brings some pretty neat features along with it:

  • Added StoreComposer to enable simpler composing of complex store setup
  • Added the post-finish and post-terminate hook (experimental)
  • Added a greeting for request at the root path
  • Improved README and documentation to match latest code
  • Fixed data races in MemoryLocker using mutex
  • Fixed description of -max-size flag
  • Fixed missing ID for S3Store.GetInfo()

0.1.2

22 Feb 11:34
Compare
Choose a tag to compare
fix hardcoded basePath

0.1.1: Expose additional interfaces in LimitedStore

27 Jan 14:35
Compare
Choose a tag to compare
Previously if a DataStore would be embedded as a TerminaterDataStore inside
a LimitedStore. This makes additional interfaces, such as GetReaderDataStore,
inaccessible since we are not able to cast a LimitedStore to
GetReaderDataStore. The solution was to manually expose the specific methods
although this is definitly not the nicest solution.

0.1.1-rc2

23 Jan 12:30
Compare
Choose a tag to compare
Add build information

0.1.0

27 Dec 18:26
Compare
Choose a tag to compare
Deploy using Go 1.5

0.0.5-test

12 Oct 19:51
Compare
Choose a tag to compare
Switch to X-HTTP-Method-Override