Skip to content

Commit 73bf86e

Browse files
authored
Add changelog for 10.29 (#3029)
* Add changelog for 10.29 * Version.go
1 parent c5e0e71 commit 73bf86e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

ChangeLog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11

22
# Change Log
33

4+
## Version 10.29.0
5+
6+
### Breaking changes
7+
1. TokenStore tokens now use sha256 ([#3006](https://github.com/Azure/azure-storage-azcopy/pull/3006))
8+
9+
### Bug Fixes
10+
1. Fixed a regression where certain values were no longer output on dryruns ([#2923](https://github.com/Azure/azure-storage-azcopy/pull/2923))
11+
2. Catch and retry on certain Windows networking errors (e.g. port in use, remote host dropped) ([#2916](https://github.com/Azure/azure-storage-azcopy/pull/2916), [2962](https://github.com/Azure/azure-storage-azcopy/pull/2962), [2967](https://github.com/Azure/azure-storage-azcopy/pull/2967))
12+
3. Fixed an incorrect number of transfers being displayed upon resume ([#2961](https://github.com/Azure/azure-storage-azcopy/pull/2961))
13+
4. Fixed the URL output by AzCopy login to correct some sign in issues ([#2973](https://github.com/Azure/azure-storage-azcopy/pull/2973))
14+
5. Fixed a bug with `put-blob-mb` where a lower maximum threshold would be used ([#2936](https://github.com/Azure/azure-storage-azcopy/pull/2936))
15+
6. Catch EINTR responses from system calls appropriately ([#2942](https://github.com/Azure/azure-storage-azcopy/pull/2942))
16+
417
## Version 10.28.1
518

619
### Dependency updates

common/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package common
22

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

0 commit comments

Comments
 (0)