Skip to content

Commit 75ad429

Browse files
committed
2 parents e27a81d + 54198d6 commit 75ad429

File tree

2 files changed

+26
-7
lines changed

2 files changed

+26
-7
lines changed

CHANGELOG.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ 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+
## [v1.3.3](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.2...v1.3.3) - 2021-12-01
11+
12+
- host参与签名
13+
- getObjectUrl签名签入Query
14+
- 新增参与签名的headers白名单
15+
16+
### Merged
17+
18+
- Feat/1.3.2 [`#131`](https://github.com/tencentyun/cos-js-sdk-v5/pull/131)
19+
20+
### Commits
21+
22+
- feat:1.3.2 [`483c853`](https://github.com/tencentyun/cos-js-sdk-v5/commit/483c853ec18b9016aaa661efe4c25c428ae40ef1)
23+
- upd:host参与签名计算 [`1444bd8`](https://github.com/tencentyun/cos-js-sdk-v5/commit/1444bd8d6bb9f7d1f87534e39b944c944d7d8add)
24+
- upd:changelog [`df99d8e`](https://github.com/tencentyun/cos-js-sdk-v5/commit/df99d8e79ff49a7020a93e1c949da3e6f1bc800b)
25+
- Updated CHANGELOG.md [`ee9f20c`](https://github.com/tencentyun/cos-js-sdk-v5/commit/ee9f20c07d310faaa33047368dc187da51cbe7a8)
26+
- upd:格式化 [`77a3b2d`](https://github.com/tencentyun/cos-js-sdk-v5/commit/77a3b2d194329e7b6baa208d347a4166a32f0b14)
27+
- upd:增加参与签名的headers白名单 [`5c9c0f7`](https://github.com/tencentyun/cos-js-sdk-v5/commit/5c9c0f7b3a8c998156e8ba352330775ed02c31c5)
28+
- upd:删掉重复代码 [`4b3f66b`](https://github.com/tencentyun/cos-js-sdk-v5/commit/4b3f66b0f45d85017d90fa69a36bcee4a71740f0)
29+
- upd:优化签名 [`e9346c0`](https://github.com/tencentyun/cos-js-sdk-v5/commit/e9346c0272b50592df4bdb784e5e27b98ea06ea2)
30+
- fix:优化obj2str实现 [`dcc93ff`](https://github.com/tencentyun/cos-js-sdk-v5/commit/dcc93ff2d5d3421e782bc4082d461ff2b6d7fc56)
31+
- upd:host参与签名计算 [`04353f1`](https://github.com/tencentyun/cos-js-sdk-v5/commit/04353f177afa2459269c62b832882d1e1dc3b5fe)
32+
- upd:readme [`87b88f2`](https://github.com/tencentyun/cos-js-sdk-v5/commit/87b88f2bf4d847d372a8073a5df4bfe17eb0f6e7)
33+
- upd:util.js [`5dd3fc0`](https://github.com/tencentyun/cos-js-sdk-v5/commit/5dd3fc07f9941d7019f2b1a947657021a51b329e)
34+
1035
## [v1.3.2](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.1...v1.3.2) - 2021-11-30
1136

1237
fix:兼容某些环境下不存在navigator对象问题
@@ -908,12 +933,6 @@ sliceuploadFile 接口支持 Pic-Operations 传递给 multipartComplete 接口
908933

909934
## v0.0.6 - 2017-07-20
910935

911-
* 支持简单上传
912-
* 支持分片上传
913-
* 支持分片并发、分片错误重试、文件并发控制
914-
* 支持对上传任务取消、暂停、开始操作
915-
* 支持一些基本的 Bucket、Object 操作接口
916-
917936
### Commits
918937

919938
- fix upload [`915ea79`](https://github.com/tencentyun/cos-js-sdk-v5/commit/915ea7951ce2139f1450a5456bc1783ec62767c2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
### 二、计算签名
1919

20-
由于签名计算放在前端会暴露 SecretId 和 SecretKey,我们把签名计算过程放在后端实现,前端通过 ajax 向后端获取签名结果,正式部署时请再后端加一层自己网站本身的权限检验
20+
由于签名计算放在前端会暴露 SecretId 和 SecretKey,我们把签名计算过程放在后端实现,前端通过 ajax 向后端获取签名结果,正式部署时请在后端加一层自己网站本身的权限检验
2121

2222
这里提供 [PHP 和 NodeJS 的签名例子](https://github.com/tencentyun/cos-js-sdk-v5/blob/master/server/),其他语言,请参照对应的 [XML SDK](https://cloud.tencent.com/document/product/436/6474)
2323

0 commit comments

Comments
 (0)