Releases: dnanexus/dxda
v0.6.2 Support downloading writeable symlinks
v0.6.1 Do not log all HTTP request failures
Do not log all HTTP request failures if retrying, only upon failure without retry.
Bump golang version to 1.20.11.
Full version diff: v0.6.0...v0.6.1
v0.6.0 Lower default maximum goroutines
Lower default number of goroutines used in download
and inspect
from 2*CPUs to CPUs due to occasional filesystem errors seen in DNAnexus jobs.
Fix -num_threads
argument for inspect
command.
Update macOS runner to macos-12
. Update linux builder to Ubuntu 20.04.
v0.5.12 Tag docker image with release number
Tag docker image upon release and push to dockerhub.
v0.5.11 Fix retry of "context canceled" errors
Fix retry of "context canceled" errors to retry twice after a timeout of six minutes.
Fix docker image build and update in dockerhub.
v0.5.10 Retry context canceled
Retry context canceled once per DxHttpRequest() in case of connection timeout. Originally released on Nov 14, 2022 with incorrect release version still set to v0.5.9.
Re-uploaded with proper version number Feb 8, 2023.
v0.5.9 Build on Ubuntu 18.04
Drop builder from Ubuntu 20.04 --> 18.04 for libc compatibility
v0.5.8 user-agent format
Change user-agent format to be in line with dx-toolkit.
Allow dxfuse to provide its own user-agent string.
v0.5.7 Retry 502 errors outside of dnanexus jobs
Extend retry for 502 error to downloads outside of a dnanexus job.
v0.5.6 Retry connection reset and connection refused
Retry ECONNRESET and ECONNREFUSED network errors.
Increase retry of part length mismatch to 10 times.
Bump to go v1.16.