Skip to content

Commit 1d1988e

Browse files
authored
Increment version for 10.13 and added changelog (#1593)
1 parent 78c689f commit 1d1988e

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

ChangeLog.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11

22
# Change Log
33

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+
424
## Version 10.12.2
525

626
## Bug fixes

common/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

3-
const AzcopyVersion = "10.13.0-preview"
3+
const AzcopyVersion = "10.13.0"
44
const UserAgent = "AzCopy/" + AzcopyVersion
55
const S3ImportUserAgent = "S3Import " + UserAgent
66
const GCPImportUserAgent = "GCPImport " + UserAgent

0 commit comments

Comments
 (0)