Commit 1d1988e 1 parent 78c689f commit 1d1988e Copy full SHA for 1d1988e
File tree 2 files changed +21
-1
lines changed
2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# Change Log
3
3
4
+ ## Version 10.13.0
5
+
6
+ ### New features
7
+ 1 . Added Arc VM support for authorization via managed identity.
8
+ 2 . Widen managed disk scenario to all md- accounts instead of just md-impexp- accounts.
9
+ 3 . The concurrency is now set to AUTO for Azure Files by default to avoid throttling.
10
+ 4 . Decrease the number of create directory calls for Azure Files to avoid throttling.
11
+ 5 . Added the from-to flag for sync.
12
+
13
+ ## Bug fixes
14
+ 1 . Fixed the memory usage issue with generating the list of skipped/failed transfers in JSON output.
15
+ 2 . Fixed ADLS Gen2 ACL copying where intermediate folders were missed.
16
+ 3 . Fixed the S3 to Blob scenario using the login command.
17
+ 4 . Fixed dry-run for dfs endpoints.
18
+ 5 . Fixed incorrect percentage-done shown while resuming job.
19
+ 6 . Fixed login issues on the ARM platforms.
20
+ 7 . Fixed incorrect progress status for the sync command.
21
+ 8 . Fixed concurrency map access problem for folder creation tracker.
22
+ 9 . Fixed resuming with a public source.
23
+
4
24
## Version 10.12.2
5
25
6
26
## Bug fixes
Original file line number Diff line number Diff line change 1
1
package common
2
2
3
- const AzcopyVersion = "10.13.0-preview "
3
+ const AzcopyVersion = "10.13.0"
4
4
const UserAgent = "AzCopy/" + AzcopyVersion
5
5
const S3ImportUserAgent = "S3Import " + UserAgent
6
6
const GCPImportUserAgent = "GCPImport " + UserAgent
You can’t perform that action at this time.
0 commit comments