From 9a9e81ead431335d9c6a59eb0388ab76e8fea604 Mon Sep 17 00:00:00 2001 From: gouki0123 Date: Wed, 31 Aug 2022 13:01:41 +0000 Subject: [PATCH] Updated CHANGELOG.md --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5e9b92..1f6cd93 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). +## [v1.4.2](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.1...v1.4.2) - 2022-08-31 + +- 分片复制支持续传 + +### Commits + +- 复制支持自动判断续传 [`adb2791`](https://github.com/tencentyun/cos-js-sdk-v5/commit/adb279164315c4ffb7c8eed66a3ff11f37383842) +- 修复复制错误,优化测试用例 [`6dbf95a`](https://github.com/tencentyun/cos-js-sdk-v5/commit/6dbf95ad4907867bc715c5bb02d57245f0bc795b) +- Updated CHANGELOG.md [`f42fb53`](https://github.com/tencentyun/cos-js-sdk-v5/commit/f42fb5359f7d12709be81b4ea6669d679458c882) + ## [v1.4.1](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.0...v1.4.1) - 2022-08-18 fix @@ -691,10 +701,6 @@ sliceuploadFile 接口支持 Pic-Operations 传递给 multipartComplete 接口 ## [v0.5.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v0.4.27...v0.5.0) - 2018-12-06 -* 签名回调新增 Scope 参数,支持细粒度 STS 权限控制 -* 添加前端签名 js demo/common/cos-auth.min.js -* 增加 timeout 参数 - ### Commits - 支持 STS Scope [`e527581`](https://github.com/tencentyun/cos-js-sdk-v5/commit/e527581e0834202c40f4054a65de9160b3e02153)