Change Log
Version 10.20.0
New Features
- Mac M1/M2 Support
- Force small blobs to use PutBlob for any source.
- Support to delete CPK encrypted blobs.
- Support to follow symlinks when
--preserve-smb-permissions
is enabled. - Support to return LMT data on
list
command for Azure Files.
Bug Fixes
- Fixed an issue where source trailing dot header was passed when source for a S2S copy is not file service
- Gracefully handle File Share trailing dot paths to Windows/Blob (that do not support trailing dot) by skipping such files
- Allow trailing dot option to be ignored instead of erroring out in situations it does not apply.
- Issue #2186 where AzCopy would panic when using
--include-before
and--include-after
flags on remove file share resources. - Issue #2183 where AzCopy would panic when providing Azure Files URLs with no SAS token.
- Fixed a bug where AzCopy would automatically assume a HNS path to be a file if the path did not have a slash terminator.
- Fixed an issue where
--skip-version-check
would not be honored forlogin
,logout
,help
commands. #2299
Documentation
- Add a log for LMTs when a mismatch is encountered.
- Added documentation indicating the
login
andlogout
commands will be deprecated in the future.
Security fixes
- Updated dependencies to address security vulnerabilities.
What's Changed
- Mac M1 Beta Release by @tasherif-msft in #2239
- Code coverage and tests on e2e tests by @gapra-msft in #2225
- Resolved a few trailing dot issues by @gapra-msft in #2248
- Make pipeline fail when e2e tests fail by @gapra-msft in #2261
- Prevent panic on remove with include before param on file share accounts by @gapra-msft in #2270
- Return error on failure to split URL by @gapra-msft in #2271
- Updated dependencies by @gapra-msft in #2286
- Force small blobs to use PutBlob for all sources by @nakulkar-msft in #2250
- Handle DFS directories without path separator by @nakulkar-msft in #2280
- chore: unnecessary use of fmt.Sprintf by @testwill in #2277
- Add additional log when LMT mismatch is seen by @nakulkar-msft in #2306
- Added support to delete CPK encrypted blobs by @gapra-msft in #2304
- Added skip version check before calling beginDetectNewVersion by @gapra-msft in #2301
- Bump google.golang.org/grpc from 1.51.0 to 1.53.0 by @dependabot in #2284
- chore: slice replace loop by @testwill in #2278
- Support follow-symlinks SMB properties by @adreed-msft in #2258
- Pull properties to support extra data on Azure Files by @adreed-msft in #2256
- Deprecate login command by @nakulkar-msft in #2310
- Updated version and changelog for 10.20.0 release by @gapra-msft in #2312
New Contributors
- @testwill made their first contribution in #2277
- @dependabot made their first contribution in #2284
Full Changelog: v10.19.0...v10.20.0