You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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 to copy, sync and bench 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)
Fixed a bug where the VersionID property would not be honored on the list 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.