Releases: tus/tusd
Releases · tus/tusd
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
v2.0.0-rc17
- Backport changes from master