You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
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>
Add `pre-terminate` hook (#1248)
* Add `pre-terminate` hook
* Add test for hooks package
* Add test for handler package
* Document new hook return value
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>