Skip to content

Commit

Permalink
10.25 Changelog (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
adreed-msft authored May 28, 2024
1 parent bc87edc commit 6d9a50c
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,33 @@

# Change Log

## Version 10.25.0

### Security fixes

1. Updated Golang version to 1.22.3 to address security vulnerabilities

### New Features

1. Workload Identity authentication is now available (#2619)
2. `azcopy list` now supports a `--location` flag, to support ambiguous URIs (#2595)
3. `azcopy list` now properly supports `--output-type=json` for users in automated scenarios. (#2629)

### Bug Fixes

1. Fixed a bug where AzCopy was not reporting performance info in `-output-type=json` (#2636)
2. Fixed a bug AzCopy would crash when operating on extremely large (16.5+TB) managed disks (#2635)
3. Fixed a bug with hash-based sync where the directory structure would not be replicated when using `--local-hash-storage-mode=HiddenFiles` with `--hash-meta-dir` (#2611)
4. Fixed a bug where attempting to use a non-S3/GCP/Azure storage URI would result in treating the URI as a local path (#2652)

### Documentation changes

1. Updated inaccurate helptext and filled in missing helptext (#2649)
2. Many important errors now include a link to relevant documentation to assist users in troubleshooting AzCopy (#2647)
3. Ambiguous flags (such as `--cpk-by-value`) have improved clarity in documentation (#2615)
4. A clearer error message is provided when failing a transfer due to authorization. (#2644)
5. A special error has been created when performing an Azure Files to Azure Blob Storage transfer, indicating present lack of service-side support (#2616)

## Version 10.25.0-Preview-1

### Security fixes
Expand Down
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package common

const AzcopyVersion = "10.25.0-Preview-1"
const AzcopyVersion = "10.25.0"
const UserAgent = "AzCopy/" + AzcopyVersion
const S3ImportUserAgent = "S3Import " + UserAgent
const GCPImportUserAgent = "GCPImport " + UserAgent
Expand Down

0 comments on commit 6d9a50c

Please sign in to comment.