Skip to content

2024.12.1.11

Latest
Compare
Choose a tag to compare
@MaidSafe-QA MaidSafe-QA released this 21 Jan 20:39
490eea2

Release Note

Binary Versions

  • antnode: v0.3.5
  • antctld: v0.11.7
  • antctl: v0.11.7
  • ant: v0.3.6
  • nat-detection: v0.2.15
  • node-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.