@@ -7,11 +7,36 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10+ ## [ v2.11.13] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.12...v2.11.13 ) - 2022-10-19
11+
12+ - 分块复制支持续传
13+ - protocol兼容不带冒号的http、https
14+ - 合法域名校验支持cos内网、cn域名
15+ - d.ts补充
16+
17+ ### Merged
18+
19+ - feat:2.11.13 [ ` #153 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/153 )
20+ - upd:完善demo和d.ts [ ` #149 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/149 )
21+ - Feat/2.11.12 [ ` #148 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/148 )
22+
23+ ## [ v2.11.12] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.11...v2.11.12 ) - 2022-06-23
24+
25+ feat
26+ - 提高签名时Expires参数的优先级
27+ - 补充d.ts
28+
29+ ### Commits
30+
31+ - Updated CHANGELOG.md [ ` 1ddde9d ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/1ddde9d6d87de4556b351fb63c5e041b148cff7e )
32+ - feat 2.11.12 [ ` 3039ba8 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/3039ba8c9625f3a4320ca880e2715b649888bf83 )
33+ - upd d.ts [ ` b8777ab ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/b8777ab8405a7e5ae8f609e60492ca468db6e143 )
34+
1035## [ v2.11.11] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.8...v2.11.11 ) - 2022-06-13
1136
1237feat:初始化支持透传request tunnel参数
1338
14- eg: new COS({ Tunnel: true })
39+ eg. new COS({ Tunnel: true })
1540
1641### Commits
1742
@@ -712,11 +737,6 @@ fix: clone bug
712737
713738## [ v2.3.5] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.3.4...v2.3.5 ) - 2018-03-15
714739
715- * 添加 Protocol 参数支持
716- * 优化返回数据的容错处理
717- * 优化 Region 错误格式判断
718- * 优化参数对象污染问题
719-
720740### Commits
721741
722742- 容错优化 [ ` f98fffe ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/f98fffebf10c0acb6858a01eb35cd39fdaeb72a2 )
@@ -750,10 +770,6 @@ fix: clone bug
750770
751771## [ v2.3.0] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.2.5...v2.3.0 ) - 2018-03-06
752772
753- * 支持多版本,多个接口支持 VersionId 参数
754- * 支持自定义 Header 参数
755- * 支持 SSE 服务端加密参数
756-
757773### Commits
758774
759775- 支持多版本 [ ` 8d12e9b ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/8d12e9b348b8b564062cecdc5f2c450ec0e44634 )
0 commit comments