@@ -7,6 +7,39 @@ 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.4] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.2...v2.11.4 ) - 2021-12-01
11+
12+ -getObjectUrl签名签入Query
13+ -新增参与签名的headers白名单
14+
15+ ### Merged
16+
17+ - Feat/2.11.4 [ ` #121 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/121 )
18+ - fix:CIHost兼容处理 [ ` #120 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/120 )
19+
20+ ### Commits
21+
22+ - fix:优化obj2str实现 [ ` a3f7593 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/a3f7593c056e18f8a3cb20cadc8b4ec17c9ffefa )
23+ - upd:删掉重复代码 [ ` 1e18606 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/1e18606b8171693ce45dc7239ed66fa0b57b918b )
24+ - upd:getObjectUrl的qUrlParamList encode处理 [ ` fac0291 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/fac0291349a0b3ab88af474af7af097f0316a347 )
25+ - Merge https://github.com/livehigh/cos-nodejs-sdk-v5 [ ` 5839594 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/583959479ed5927f1afc3048cf970d979716404f )
26+ - merge [ ` e53fe4a ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/e53fe4ae1b0616a5367a2c743120e725fe318879 )
27+ - feat: 2.11.3 [ ` 07fa7b2 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/07fa7b282dd1eb1626057f05ee706e63bbde7834 )
28+ - upd:格式化 [ ` 8f0a600 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/8f0a600e586c4efb559aec64d0c05d9fe4c88692 )
29+ - upd:2.11.4 [ ` 0fa1586 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/0fa158601c7c6b2b248dc31a57312187670ed3f4 )
30+ - upd [ ` 46ee17d ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/46ee17d7d9325931e363cc932a9df3cd6cb4fe1b )
31+ - v2.11.3 兼容 secretId/secretKey [ ` 5a6af14 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/5a6af14ac2b185f3057e5e923e645e04ef3e05a9 )
32+ - 更新 d.ts [ ` be8ad20 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/be8ad201934d509c98b631a532f3d771d060e2c7 )
33+
34+ ## [ v2.11.2] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.1...v2.11.2 ) - 2021-11-18
35+
36+ fix:CIHost兼容处理
37+
38+ ### Commits
39+
40+ - Updated CHANGELOG.md [ ` fa1259a ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/fa1259a0fc833ccd5982c2515954726747f2bc49 )
41+ - fix:CIHost兼容处理 [ ` 49bd436 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/49bd436282136d679f46aac44262ffe64d775cf3 )
42+
1043## [ v2.11.1] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.0...v2.11.1 ) - 2021-11-17
1144
1245fix:requestError处理
@@ -803,11 +836,6 @@ fix: clone bug
803836
804837## [ v1.2.1] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v1.1.3...v1.2.1 ) - 2017-06-15
805838
806- * putObject 新增 onProgress 回调
807- * 优化分片上传的 onProgress 回调,更细粒度地返回进度,修改回调返回的信息
808- * 清除代码里的 console.log
809- * 添加 mocha 自测代码
810-
811839### Commits
812840
813841- modify onProgress,add test,remove console.log [ ` 92b5613 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/92b5613789b078eb119bd1306f5d2140cc821761 )
@@ -817,11 +845,6 @@ fix: clone bug
817845
818846## [ v1.1.3] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v1.1.0...v1.1.3 ) - 2017-05-31
819847
820- - 参数 Appid 改成 AppId,不再兼容传入 Appid,内部变量 appid 改成 appId
821- - 修复 DeleteMultipleObject 方法的错误,并把方法名改成 deleteMultipleObject
822- - 前缀为 Multipart 的方法改成首字母小写 multipart
823- - 修复 sliceUploadFile 方法返回数据为空的问题
824-
825848### Commits
826849
827850- modify sdk [ ` f5a70f3 ` ] ( https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/f5a70f32cd4b2bfe7c470ae92ffe454d87dc9959 )
0 commit comments