Releases: tus/tus-js-client
Releases · tus/tus-js-client
v5.0.0-pre2
Prelease for testing automatic releases from Github
v4.3.1
v4.3.0
What's Changed
- Support IETF draft -04 and -05 by @Acconut in #735
- Update types to allow Node.js'
Bufferfor uploads by @DennySlick in #674
New Contributors
- @h3knix made their first contribution in #727
- @DennySlick made their first contribution in #674
Full Changelog: v4.2.3...v4.3.0
v4.2.3
v4.2.2
v4.2.1
v4.2.0
What's Changed
- Add
metadataForPartialUploadsoption to set metadata for partial uploads only by @loren-m-crawford in #703 - Provide last response to
onSuccesscallback by @netdown in #689 - Allow
getHeadermethods to returnundefinedby @Acconut in #710 - Only pass strings to
HttpRequest#setHeaderby @DraganDanicic in #709
New Contributors
- @hard-rox made their first contribution in #698
- @netdown made their first contribution in #689
- @DraganDanicic made their first contribution in #709
- @loren-m-crawford made their first contribution in #703
Full Changelog: v4.1.0...v4.2.0
v4.1.0
v4.0.1
v4.0.0
This major release does not include changes to tus-js-client's API or its behavior compared to v3.x. The purpose of this major release is soley to drop support for older Node.js version. tus-js-client v4 requires at least Node.js v18 to run. Please make sure that this requirement is met when upgrading tus-js-client.
What's Changed
Full Changelog: v3.1.3...v4.0.0