Release Note
Binary Versions
antnode
: v0.3.5antctld
: v0.11.7antctl
: v0.11.7ant
: v0.3.6nat-detection
: v0.2.15node-launchpad
: v0.5.3
Merged Pull Requests
2025-01-21 #2649 -- feat: use retry strategy for downloading chunks [@jacderida]
Detailed Changes
Client
Changed
- Use balanced retry strategy for downloading chunks. Sometimes it would be possible we wouldn't find a chunk if we tried to retrieve it on the first attempt, so as with uploads, we will use a balanced retry strategy for downloads. This should make the
ant file download
command more robust.