Skip to content

Commit 213f98b

Browse files
committed
Updated CHANGELOG.md
1 parent 034d0fd commit 213f98b

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

CHANGELOG.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10+
## [v2.11.7](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.6...v2.11.7) - 2022-04-25
11+
12+
feat:getObjectUrl支持全球加速参数
13+
14+
fix:请求返回错误类型兼容处理
15+
16+
### Merged
17+
18+
- fix:兼容错误类型 [`#144`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/144)
19+
- feat:补充d.ts;支持设置host不参与签名; [`#143`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/143)
20+
- fix: 修复错误的将开发环境依赖添加到正式依赖中 [`#138`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/138)
21+
- fix: 移除多于的模块引入 [`#129`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/129)
22+
23+
### Commits
24+
25+
- Updated CHANGELOG.md [`d0f283e`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/d0f283eccbac2dc13df6eea1788f106464f7b349)
26+
- upd d.ts [`b5b59f1`](https://github.com/tencentyun/cos-nodejs-sdk-v5/commit/b5b59f117ed239ca3274cb6f4e0177f092afc38f)
27+
1028
## [v2.11.6](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v2.11.5...v2.11.6) - 2021-12-27
1129

1230
fix:修复host签名时不兼容全球加速域名
@@ -785,24 +803,6 @@ fix: clone bug
785803

786804
## [v2.0.0](https://github.com/tencentyun/cos-nodejs-sdk-v5/compare/v1.2.4...v2.0.0) - 2017-07-08
787805

788-
### 新增功能
789-
- 新增 on、off、emit 方法,开始支持事件
790-
- 新增队列管理功能,可以通过 task-list-update 和 task-update 事件获取文件列表和文件更新
791-
- 新增任务管理功能,可以通过 cancelTask/pauseTask/restartTask 管理上传任务
792-
- 添加文件上传并发控制,并发数默认3
793-
794-
### 修改功能
795-
- 统一基础接口返回值,base.js 里的接口请求成功都会返回 statusCode 和 headers
796-
- 修改 *ACL 和 *CORS 接口名称,改为 *Acl 和 *Cors,原方法通过 warn 提示警告
797-
- putObject 接口不再支持在 Body 参数参入文件路径,会返回错误
798-
- getObject 接口默认直接返回文件内容
799-
- headObject 和 headBucket 接口更改,返回值移动到 headers
800-
- 修改多个 XML 格式接口,统一整理参数格式和返回格式
801-
- 修改多个 put* 和 delete* 接口,不再提供 *Success 的返回值,可换成 !err 判断
802-
803-
### 问题修复
804-
- 修复 porgress 的 speed 字段单位计算错误和计算误差
805-
806806
### Merged
807807

808808
- 捕获流输入,输出的错误 [`#11`](https://github.com/tencentyun/cos-nodejs-sdk-v5/pull/11)

0 commit comments

Comments
 (0)