Skip to content

Releases: tus/tusd

0.10.0

19 Mar 11:15
966f1d5
Compare
Choose a tag to compare

This minor release contains two helpful improvements:

  • Logs from hooks executions are now printed on stdout instead of stderr (#171)
  • Browsers are allowed to render certain file types in browser

0.9.1

22 Feb 20:32
d39e9ea
Compare
Choose a tag to compare

This patch release contains only a few fixes:

  • gcsstore: Retrieve correct upload size (#161)
  • gcsstore: Improve debug output
  • core: Force browsers to not inline files

0.9.0

21 Nov 13:41
Compare
Choose a tag to compare

This feature release contains two important changes:

  • gcsstore: Add Google Cloud Storage as a supported backend (#106)
  • filestore: Fix a bug preventing the support of the Concatenation extension

0.8.0

03 Sep 13:46
Compare
Choose a tag to compare

This feature release contains follow changes:

  • hooks: Added hook delivery using HTTP
  • hooks: Added post-create hook
  • s3store: Store correct upload ID in info file
  • s3store: Support uploads bigger than 6.000MB (#148 and #149)

0.7.2

23 Mar 13:30
Compare
Choose a tag to compare

This release contains an important patch for fixing larger uploads to AWS S3.

0.7.1

22 Feb 12:12
Compare
Choose a tag to compare

This patch fixes an issue in the latest release where producing the .deb archive failed.

0.7.0

22 Feb 11:13
Compare
Choose a tag to compare

This minor release contains some bugfixes but - most importantly - also officially introduces the hook system:

  • Improve test coverage and restructure nested tests
  • Use platform-independent paths inside file storage
  • Fix negative connection count metric
  • Make S3 endpoint configurable using flag
  • Document and release hook system
  • Add UploadProgress event and post-receive hook
  • Allow data stores to set HTTP error codes
  • Correct parsing Upload-Concat for final uploads

0.6.0

30 Sep 10:32
Compare
Choose a tag to compare
* Respond with the correct 200 OK code for HEAD requests
* Add support for Creation With Upload extension
* Catch errors from non-existing hook files when executing
* Move to gevendor(1) for managing dependencies
* Add proper, formatted logging
* Handle errors from unlocking filelocks properly
* Use Go1.7 for cross compiling release binaries

0.5.2

26 Aug 15:38
Compare
Choose a tag to compare

This small patch release removes the aws-sdk-go and consul packages from the list of vendored dependencies. Previously, their existence prevented people from using the s3store and consullocker packages. More details can be found in #59.

0.5.1

12 Jul 13:08
Compare
Choose a tag to compare

This patch release contains a small fix a regression introduced in the last
release. The build system was not able to inject the correct version number,
build commit and build date into the binary which caused the tusd -version
command to not output useful information. With this patch this issue is closed.