Version 10.24.0
New Features
- Print summary logs at lower log levels and add BytesTransferred to the output in the
jobs show
command. (#1319) - Added a flag
--put-blob-size-mb
tocopy
,sync
andbench
commands to specify the maximum size of a blob to be uploaded using PutBlob. (#2561) - Added support for latest put blob service limits. Block blob put blob size can now be set up to 5000MB. (#2569)
- Updated all SDK dependencies to their latest version. (#2599)
- Updated summary logs to use consistent wording across all commands. (#2602)
Bug Fixes
- Fixed an issue where AzCopy would fail to auto login with the AZCOPY_AUTO_LOGIN_TYPE environment variable set to PSCRED on certain Linux and MacOS environments. (#2491)(#2555)
- Fixed a bug where page blob download optimizer would behave incorrectly on highly fragemented blobs if the service times out. (#2445)
- Ignore 404 errors on retried deletes. (#2554)
- Fixed a bug where the
VersionID
property would not be honored on thelist
command. (#2007) - Fixed a bug where ADLS Gen2 paths with encoded special characters would fail to transfer. (#2549)
- Fixed an issue where ACL copying would fail when specifying an ADLS Gen2 account with the blob endpoint. (#2546)
- Fixed an issue where the snapshot ID would not be preserved when testing which authentication type to use for managed disks. (#2547)
- Fixed an issue where
copy
would panic if a root directory is specified as the destination. (#2036)
Documentation
- Removed the azcopy login/logout deprecation notice. (#2589)
- Added a warning for customers using Shared Key for Azure Datalake transfers to indicate that Shared Key authentication will be deprecated and removed in a future release. (#2569)
- Updated the list help text to clearly indicate the services and authentication types supported.(#2563)
Security fixes
- Updated dependencies to address security vulnerabilities.