Releases: tus/tusd
Releases · tus/tusd
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
v1.10.0
What's Changed
- cli: Change timestamp to microseconds in log by @ShunNaito in #794
- docker: Allow passing secrets using file by @renepardon in #810
- filestore: Keep ID passed to
NewUpload
, if available by @genofire in #820 - core: Fix handling of quotes in Forwarded header in #809
- deps: Update dependencies
New Contributors
- @ShunNaito made their first contribution in #794
- @renepardon made their first contribution in #810
- @genofire made their first contribution in #820
Full Changelog: v1.9.2...v1.10.0
v1.9.2
v2.0.0-rc15
Changes:
- cli: Add flag to specify progress interval
v2.0.0-rc14
Changes:
- s3store: Add metrics for demand on upload semaphore
v1.9.1
What's Changed
This patch release contains many bug fixes:
- gcsstore: Avoid panic when composing with no passed objects (#360)
- handler: Send pre-finish hook before post-finish (#702)
- handler: Avoid calling WriteChunk if no data is available (#746)
- handler: Fix typo preventing video/ogg from being inlined (#758)
- s3store: Fix bug when using S3 object prefix with upload concatenation (#767)
- deps: Update dependencies
New Contributors
- @andrestone made their first contribution in #746
- @pescew made their first contribution in #758
- @RobertVillalba made their first contribution in #767
Full Changelog: v1.9.0...v1.9.1
v2.0.0-rc13
- s3store: Include options to switch to Minio SDK internally
v2.0.0-rc11
- Upgrade to Go 1.18 for releases, Docker image, CI test and Heroku deploys