Skip to content

AzCopy v10.29.0

Compare
Choose a tag to compare
@adreed-msft adreed-msft released this 28 Apr 20:23
· 4 commits to 33cc2dd20d3548ed5af8bb960dab149d740c07d5 since this release
73bf86e

Version 10.29.0:

Breaking changes

  1. TokenStore tokens now use sha256 (#3006)

Bug Fixes

  1. Fixed a regression where certain values were no longer output on dryruns (#2923)
  2. Catch and retry on certain Windows networking errors (e.g. port in use, remote host dropped) (#2916, 2962, 2967)
  3. Fixed an incorrect number of transfers being displayed upon resume (#2961)
  4. Fixed the URL output by AzCopy login to correct some sign in issues (#2973)
  5. Fixed a bug with put-blob-mb where a lower maximum threshold would be used (#2936)
  6. Catch EINTR responses from system calls appropriately (#2942)