Skip to content

Releases: facebook/wdt

v1.19 2015 Sept 16th p0

17 Sep 03:58
Compare
Choose a tag to compare

fixes #73 (major version negotiation issue with URI/URL. v19 command line will work with any previous version but v18 for instance would crash v17 etc...). If using the C++ api directly and checking the errorCode of TransferRequest you need to use v20 and url_backward_compatibility=true option.

reset the connection timeout back to 1s (for high latency links)

v1.18 2015 Sept 12th p0

13 Sep 04:29
Compare
Choose a tag to compare

Notable changes from previous version:

WDT can now resume interrupted transfer based solely on file size based an examining the directory tree (as opposed to previously using it's own transfer log)

If you are using wdt on single disk systems use that mode and disable blocks mode, if you are using flash continue to use the transfer log and the block mode which are most effectives when doing simultaneous IOs is not expensive (like flash, unlike single disk systems)

v1.17 2015 Sept 10th p0

11 Sep 15:43
Compare
Choose a tag to compare

Notable changes from previous version:

WDT now correctly binds to multiple sockets for hosts with both IPv4 and IPv6 addresses

Bug fixes and more/better tests

V1.16 2015 Aug 31st p1

01 Sep 07:32
Compare
Choose a tag to compare

First github release (should have started tagging earlier but let's start now)

No major known bugs

Our versioning scheme is vMAJOR.MINOR.BUILD where BUILD is YYMMDDP = date + build index starting at 0 (first build of the day) up to 9 (10th build of the day)

release candidate didn't pass travis

01 Sep 07:42
Compare
Choose a tag to compare
Pre-release

shell script problem in new test fixed in next build v1.16.1508311