diff --git a/CHANGELOG.md b/CHANGELOG.md index e476621..0eccb03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +## [v5.4.33](https://github.com/tencentyun/qcloud-sdk-dotnet/compare/v5.4.32...v5.4.33) - 2022-11-17 + +* 修复mono runtime下调用高级下载接口 Pause 导致下载偶发失败的问题 + +### Commits + +- 修复mono runtime下调用高级下载 Pause & Resume 接口偶发下载失败的问题 [`b79fb5e`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/b79fb5e9a9354b48bb3ea9e52e816c79913d4087) +- Updated CHANGELOG.md [`94bb6d7`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/94bb6d76d2adedf7180a8202fe1cd425eb8a5715) +- Task.Cancel() support throwExceptionIfCancelled [`c2780e5`](https://github.com/tencentyun/qcloud-sdk-dotnet/commit/c2780e5aa06d2cdde5f7e3f6009b337482fd9e67) + ## [v5.4.32](https://github.com/tencentyun/qcloud-sdk-dotnet/compare/v5.4.31...v5.4.32) - 2022-07-22 * 高级上传接口支持断点续传