Skip to content

Tags: tus/tusd

Tags

v2.7.1

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

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

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

Verified

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

v2.5.0-rc2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
filestore: Expose `.info` path and fix absolute paths (#1162)

* filestore: Allow providing custom, absolute paths

* filestore: Expose path to `.info` file in hooks

v2.5.0-rc1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
filestore: Allow customising the storage path (#1083)

* filestore: Allow customising the destination path

* Compatible with uploads from previous version

* Add todo about documentation

* More comments

* Documentation

v2.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
handler: Fix error with RUFH upload ending too soon (#1098)

* handler: Fix error with RUFH upload ending too soon

* Remove redundant check

v2.3.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
handler: Simultaneous support for -01 and -02 of IETF draft (#1066)

* [ADD] support for both draft v01 and v02 for the upload protocol

This improves commit 09f105d to support both draft v01 and draft v02 versions of the ietf upload protocol

* [ADD] config.go allowheaders

* [ADD] tests to cors head and post

Patch coming next

* [HF] minor be even more explicit on which version has which headers

* [ADD] patch test works now

* [REFACTOR] don't use slices since not supported

Error: pkg/handler/unrouted_handler.go:12:2: package slices is not in GOROOT (/Users/runner/hostedtoolcache/go/1.20.12/x64/src/slices)

* [FIX] easy comments

* [HF] extract isDraftVersionResumableUploadComplete

* [HF] more consistent naming

* [HF slightly cleaner code

* [HF] comments on functions

* [HF] bad find and replace

* [REFACTOR] deduplicate code on post_test.go

* [REFACTOR] head_test to deduplicate code

* [REFACTOR] patch test to not repeat itself + standardize post test with othes

* Make interop versions unexported and add comment

* Rename some function to be shorter and clearer

* Update variable names for distinguishing them

* Put setting of Upload-Complete into own function

* Typo

* Refactor HEAD tests

* Refactor POST tests

* Refactor PATCH test

* Reuse test helper

* Move setting of interop version out of unrelated function

---------

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

v2.2.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: Unify style of CLI arguments (#1050)

Update CLI option examples from 2 leading dashes to just 1.

v2.2.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump the docker group with 2 updates (#1040)

Bumps the docker group with 2 updates: golang and alpine.


Updates `golang` from 1.21.3-alpine to 1.21.4-alpine

Updates `alpine` from 3.18.4 to 3.18.5

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>