github Azure/azure-storage-azcopy v10.31.0-preview.1
AzCopy v10.31.0-preview.1

pre-release23 hours ago

Version 10.31.0-preview.1

Dependency updates

  1. Golang 1.24.4 -> 1.24.6 (#3154)

New Features

  1. Azure Files NFS -> Azure Files SMB transfers.
    • Transfer from Azure Files NFS to Azure Files SMB. (--from-to=FileNFSFileSMB)
  2. Azure Files SMB -> Azure Files NFS transfers.
    • Transfer from Azure Files SMB to Azure Files NFS. (--from-to=FileSMBFileNFS)
  3. Symlink support for Azure Files NFS shares.
    Introduced support for symbolic links in Azure Files NFS shares.
    Symlinks can be preserved, skipped, or followed based on command-line flags.
    • Preserve symlinks: --preserve-symlinks=true
    • Skip symlinks: default behavior when flags are not provided
    • Follow symlinks: --follow-symlinks=true
  4. Added a --check-version flag to make version checking an opt in feature. (#3173)

Bug Fixes

  1. Fixed a bug to retry on WSAETIMEDOUT on Windows. (#3195)
  2. Fixed a bug with the folder creation tracker which caused folder creation calls to happen more often than necessary. (#3151)
  3. Fixed a bug to redact x-ams-credential from logs. (#3206)
  4. Fixed a bug where powershell login would fail with older versions of Az.Accounts. (#3191)
  5. Fixed a bug where symlink direct targets would be handled as a file instead of a symlink. (#3222)

Breaking changes

  1. AzCopy no longer checks version by default. (#3173)

Don't miss a new azure-storage-azcopy release

NewReleases is sending notifications on new releases.