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
Copy file name to clipboardexpand all lines: ChangeLog.md
+26
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,32 @@
1
1
2
2
# Change Log
3
3
4
+
## Version 10.14.0
5
+
6
+
### New features
7
+
1. Feature to [permanently delete](https://docs.microsoft.com/en-us/rest/api/storageservices/delete-blob#remarks) soft-deleted
8
+
snapshots/versions of the blobs has been added (preview). `--permanent-delete=none/snapshots/version/snapshotsandversions`.
9
+
2. Feature to preserve properties and ACLs when copying to Azure file share root directory.
10
+
3. Pin all APIs to use the default service version `2020-04-08` and let users decide the service version via
11
+
`AZCOPY_DEFAULT_SERVICE_API_VERSION` environment variable. Previously, few APIs were not respecting the `AZCOPY_DEFAULT_SERVICE_API_VERSION` environment variable.
12
+
13
+
### Bug fixes
14
+
1. Fixed issue in which AzCopy failed to copy to classic blob container with `preserve blob access tier`.
15
+
2. Fixed [issue 1630](https://github.com/Azure/azure-storage-azcopy/issues/1630) : AzCopy created extra empty
16
+
directories at destination while performing S2S transfer from one ADLS Gen2 account to another ADLS Gen2 account.
17
+
3. Changed the way AzCopy was using to obtain and set ACLs to ensure accuracy.
18
+
4. Clarify error message for `azcopy sync` when source or destination cannot be detected.
19
+
5. Report error when client provided key(CPK) encryption is applied to DFS endpoint.
20
+
6. Fixed [issue 1596](https://github.com/Azure/azure-storage-azcopy/issues/1596) : AzCopy failed to transfer files
21
+
(with '/.' in their path) from AWS S3 to Azure blob storage.
22
+
7. Fixed [issue 1474](https://github.com/Azure/azure-storage-azcopy/issues/1474) : AzCopy panicked when trying to re-create an already open plan file.
23
+
8. Improved handling of Auth error against single file.
24
+
9. Fixed [issue 1640](https://github.com/Azure/azure-storage-azcopy/issues/1640) : Recursive copy from GCS bucket to Azure container failed
25
+
with `FileIgnored` error when using `--exclude-path`.
26
+
10. Fixed [issue 1655](https://github.com/Azure/azure-storage-azcopy/issues/1655) : AzCopy panicked when using `--include-before` flag.
27
+
11. Fixed [issue 1609](https://github.com/Azure/azure-storage-azcopy/issues/1609) : `blockid` converted to lower case in AzCopy logs.
28
+
12. Fixed [issue 1643](https://github.com/Azure/azure-storage-azcopy/issues/1643), [issue 1661](https://github.com/Azure/azure-storage-azcopy/issues/1661) : Updated Golang version to `1.16.10` to fix security vulnerabilities in Golang packages.
0 commit comments