Releases: tus/tusd
Releases · tus/tusd
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
v2.0.0-rc9
- Add support for profiling using fgprof
- Add support for authentication of pprof endpoint
- Add support for buffering S3 parts in memory
v1.9.0
What's Changed
- s3store: stricter character replacement regexp for x-amz-metadata by @marodere in #598
- azurestore: Fix leakage of info when no azure blob is found by @omBratteng in #664
- core: Add a flag to disable downloads of uploaded files by @omBratteng in #668
- deps: Upgrade dependencies
New Contributors
- @mifi made their first contribution in #551
- @marodere made their first contribution in #598
- @vkrol made their first contribution in #684
Full Changelog: v1.8.0...v1.9.0