Skip to content

Tags: tus/tusd

Tags

v2.10.1

Toggle v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
handler: enforce MaxSize on IETF draft upload creates (#1397)

PostFileV2 skipped the MaxSize and negative Upload-Length checks that
PostFile applies. Share parseUploadLength and validateMaxSize across
v1 and draft paths so -max-size cannot be bypassed via the experimental
protocol (#1386).

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
azurestore: Fix InvalidHeaderValue error due to empty sentinel block (#…

…1379)

v2.9.2

Toggle v2.9.2's commit message
docker: Upgrade to Go 1.26.1

v2.9.1

Toggle v2.9.1's commit message
fixup! ci: Upload release artifacts on our own

v2.9.0

Toggle v2.9.0's commit message
build: add fallback version for Debian package when not on a tag

Use v0.0.0-snapshot-<short-sha> when no git tag points at HEAD so
dpkg-deb does not fail with empty Version in DEBIAN/control (e.g. on
push to main in CI).

Co-authored-by: Cursor <cursoragent@cursor.com>

v2.8.0

Toggle v2.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
s3store: Add option to log API calls (#1260)

v2.7.1

Toggle v2.7.1's commit message

Verified

This commit was signed with the committer’s verified signature.
Acconut Marius Kleidl
ci: Build binary for all main commits, but don't release

v2.7.0

Toggle v2.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add `pre-terminate` hook (#1248)

* Add `pre-terminate` hook

* Add test for hooks package

* Add test for handler package

* Document new hook return value

v2.6.0

Toggle v2.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
cli: Add `show-startup-logs` flag to reduce startup log verbosity (#1218

)

* cli: Add show-startup-logs flag to enable/disable startup logs.

This adds the 'show-startup-logs' flag to the tusd server, allowing the
user to enable or disable startup logs. This helps the user suppress
startup logs as per their preference.

Fixes #1216.

* Final touches

---------

Co-authored-by: Marius Kleidl <marius@transloadit.com>

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
Acconut Marius Kleidl
chore: Run `go mod tidy`