Releases: tus/tusd
Releases · tus/tusd
0.11.0
This minor release contains some helpful feature additions:
- Add support for upload length deferring (#182)
- Allow sourcing AWS credentials from configuration files, such as
~/.aws
- Add upload locker using Etcd3 (#202)
- Add option to specify prefixes for uploads on AWS S3 (#213)
Furthermore, following bugs have been fixed:
- Fix displaying SVGs inline in browsers
- Fix emitting post-finish event for empty uploads directly after they are created
- Fix Not Found Errors when using Google Cloud Storage
- Fix an error when calculating the upload offset when using Google Cloud Storage
- Fix executing file hooks on Windows
0.10.0
0.9.1
0.9.0
0.8.0
0.7.2
0.7.1
0.7.0
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
* 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