v1.7.1
This patch release fixes a problem in the retry logic where tus-js-client would not retry if the server responded with 409 Conflict
(used if a PATCH request has a mismatching offset) or 423 Locked
(used if the server detects concurrent access to an upload). With this fix tus-js-client will retry properly if the retryDelays
option has been set.