Releases: tus/tusd
v2.0.0
Four years after the last major release of tusd, version 1.0.0, it is time for another big announcement: we are happy to say that tusd v2 is finished! The release is ready for production and has been battle tested at scale at Transloadit in the past months.
This major release focuses on two main aspects: interoperability and resilience. The reworked hook system makes it easier to integrate tusd into your application, while also extending its functionality. Furthermore, we focused on the way tusd handles degraded network connectivity and made numerous changes to improve its resilience in such circumstances.
There are no breaking changes in the HTTP interface for tus uploads. Existing tus clients will continue to be able to communicate with tusd, without any changes being necessary. You can replace your tusd v1 deployments with v2, and all clients will continue to function.
A description of the major features, the additional improvements, and the breaking changes is given in the accompanying blog post.
v2.0.0-rc21
- Fix issue with invoking plugin hooks
- Fix issue embedding version information in build
- Fix issue with acquiring file lock
v2.0.0-rc20
This is the last release candidate before the official v2 release and is intended for final testing purposes.
v1.13.0
v1.12.1
v1.12.0
v1.11.0
What's Changed
- cli: Add flag for disabling CORS headers (#899)
- core: Add Host header to hooks event (#935)
- docker: Correct multi platform build for ARM (#936)
- deps: Update dependencies
New Contributors
- @zain-naveed made their first contribution in #884
- @pepsiamir made their first contribution in #919
- @akkie made their first contribution in #899
Full Changelog: v1.10.1...v1.11.0
v1.10.1
What's Changed
- ci: Build release binary using Go 1.19
- docker: Build image for arm64 by @dargmuesli in #848
- deps: Update dependencies
Full Changelog: v1.10.0...v1.10.1
v2.0.0-rc19
- cli: Switch from filelocker to memorylocker when using filestore
Full Changelog: v2.0.0-rc18...v2.0.0-rc19
v2.0.0-rc18
- Disable CGO when compiling release binaries
Full Changelog: v2.0.0-rc17...v2.0.0-rc18