Skip to content

Commit 5e4f953

Browse files
committed
Updated CHANGELOG.md
1 parent 10df7f7 commit 5e4f953

File tree

1 file changed

+44
-24
lines changed

1 file changed

+44
-24
lines changed

CHANGELOG.md

Lines changed: 44 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,37 @@ 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.4.9](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.8...v1.4.9) - 2022-10-20
11+
12+
- 修复getSourceParams使用不当部分
13+
- protocol兼容不带冒号的http、https
14+
- 合法域名校验支持cos内网、cn域名
15+
- d.ts补充
16+
17+
### Merged
18+
19+
- Feat/1.4.9 [`#161`](https://github.com/tencentyun/cos-js-sdk-v5/pull/161)
20+
- fix 1.4.8 [`#160`](https://github.com/tencentyun/cos-js-sdk-v5/pull/160)
21+
22+
## [v1.4.8](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.6...v1.4.8) - 2022-09-06
23+
24+
fix
25+
- 修复已知问题
26+
27+
### Commits
28+
29+
- fix 1.4.8 [`82824f0`](https://github.com/tencentyun/cos-js-sdk-v5/commit/82824f0539683019d83d5450a6e5d36cb27eac2e)
30+
- 修复代码容错 [`ffb0bef`](https://github.com/tencentyun/cos-js-sdk-v5/commit/ffb0befe48295402435190af029a165b2b773c35)
31+
- Updated CHANGELOG.md [`6bcf227`](https://github.com/tencentyun/cos-js-sdk-v5/commit/6bcf227938d0d2d1f1d730587b438a36ea190dbf)
32+
- upd [`084aa2a`](https://github.com/tencentyun/cos-js-sdk-v5/commit/084aa2a5b9b6e0ac8beb679d9ff1000ef617ac44)
33+
1034
## [v1.4.6](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.5...v1.4.6) - 2022-09-05
1135

1236
- 修复代码容错
1337

1438
### Commits
1539

16-
- 修复代码容错 [`b038089`](https://github.com/tencentyun/cos-js-sdk-v5/commit/b038089c46252cb762cb20ff17cd903ef60b58a0)
40+
- 修复带啊名容错 [`b038089`](https://github.com/tencentyun/cos-js-sdk-v5/commit/b038089c46252cb762cb20ff17cd903ef60b58a0)
1741
- Updated CHANGELOG.md [`2ee0f64`](https://github.com/tencentyun/cos-js-sdk-v5/commit/2ee0f64cba09669e3916fc1e379bf1ab16f15505)
1842

1943
## [v1.4.5](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.4...v1.4.5) - 2022-09-01
@@ -52,7 +76,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
5276

5377
## [v1.4.1](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.4.0...v1.4.1) - 2022-08-18
5478

55-
fix
79+
fix
5680
- 修复引入sdk在dev模式下启动报错问题
5781

5882
### Merged
@@ -65,8 +89,8 @@ fix
6589

6690
## [v1.4.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.10...v1.4.0) - 2022-08-17
6791

68-
feat
69-
- 升级webpack版本
92+
feat
93+
- 升级webpack版本
7094
- 增加beacon上报
7195

7296
### Merged
@@ -80,7 +104,7 @@ feat
80104

81105
## [v1.3.10](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.9...v1.3.10) - 2022-08-01
82106

83-
fix
107+
fix
84108
- isNode环境判断新增webWorker场景
85109

86110
### Merged
@@ -95,9 +119,9 @@ fix
95119

96120
## [v1.3.9](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.8...v1.3.9) - 2022-06-23
97121

98-
feat
99-
- putBucketCors支持ResponseVary
100-
- 补充d.ts
122+
feat
123+
- putBucketCors支持ResponseVary
124+
- 补充d.ts
101125

102126
### Merged
103127

@@ -177,8 +201,8 @@ fix:修复host签名时不兼容全球加速域名
177201

178202
## [v1.3.3](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.2...v1.3.3) - 2021-12-01
179203

180-
- host参与签名
181-
- getObjectUrl签名签入Query
204+
- host参与签名
205+
- getObjectUrl签名签入Query
182206
- 新增参与签名的headers白名单
183207

184208
### Merged
@@ -229,8 +253,8 @@ fix:CIHost兼容处理
229253

230254
## [v1.3.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.2.21...v1.3.0) - 2021-11-17
231255

232-
- 新增appendObject接口
233-
- 新增媒体处理demo
256+
- 新增appendObject接口
257+
- 新增媒体处理demo
234258
- 修复已知d.ts错误
235259

236260
### Commits
@@ -303,7 +327,7 @@ fix:修复getObjectUrl报错问题
303327

304328
## [v1.2.15](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.2.14...v1.2.15) - 2021-07-01
305329

306-
- 分块上传upload part支持headers白名单
330+
- 分块上传upload part支持headers白名单
307331
- getObjectUrl 支持Query、Headers参数
308332

309333
### Merged
@@ -344,7 +368,7 @@ fix:修复getObjectUrl报错问题
344368

345369
## [v1.2.12](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.2.11...v1.2.12) - 2021-06-04
346370

347-
-demo新增简单上传base64内容文件
371+
-demo新增简单上传base64内容文件
348372
-sliceUploadFile方法新增返回值UploadId
349373

350374
### Merged
@@ -456,12 +480,12 @@ fix:修复getObjectUrl报错问题
456480

457481
## [v1.2.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.1.10...v1.2.0) - 2021-02-03
458482

459-
* 整改错误格式
460-
* 补充测试用例
461-
* 增加覆盖率统计
462-
* 增加 d.ts 支持
463-
* 优化签名计算逻辑
464-
* getObject 接口支持 onProgress
483+
* 整改错误格式
484+
* 补充测试用例
485+
* 增加覆盖率统计
486+
* 增加 d.ts 支持
487+
* 优化签名计算逻辑
488+
* getObject 接口支持 onProgress
465489
* 修复 global 报错
466490

467491
### Commits
@@ -509,8 +533,6 @@ fix:修复getObjectUrl报错问题
509533

510534
## [v1.1.5](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.1.3...v1.1.5) - 2020-12-17
511535

512-
分片支持 Pic-Operations 参数,和 UploadResult 返回值
513-
514536
### Commits
515537

516538
- putObject sliceUploadFile 统一返回值格式。 [`f95505c`](https://github.com/tencentyun/cos-js-sdk-v5/commit/f95505ca389cd7a7b92b39d3fb1873eb71af27dd)
@@ -522,8 +544,6 @@ fix:修复getObjectUrl报错问题
522544

523545
## [v1.1.3](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.1.2...v1.1.3) - 2020-12-16
524546

525-
sliceuploadFile 接口支持 Pic-Operations 传递给 multipartComplete 接口
526-
527547
### Commits
528548

529549
- 增加示例 [`26a1063`](https://github.com/tencentyun/cos-js-sdk-v5/commit/26a1063aa1a6ee4c8adc9137c874cf1e5bb34dee)

0 commit comments

Comments
 (0)