Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
konakonall committed Aug 17, 2022
1 parent 5159160 commit bcf969e
Showing 1 changed file with 47 additions and 12 deletions.
59 changes: 47 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,53 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

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

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

feat
- 升级webpack版本
- 增加beacon上报

### Merged

- feat/1.4.0 [`#156`](https://github.com/tencentyun/cos-js-sdk-v5/pull/156)
- rebuild [`#155`](https://github.com/tencentyun/cos-js-sdk-v5/pull/155)

### Commits

- Delete .DS_Store [`5159160`](https://github.com/tencentyun/cos-js-sdk-v5/commit/5159160b4abd93af1d91f9c5201f8ec5d49f0b23)

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

fix
- isNode环境判断新增webWorker场景

### Merged

- fix: 修复 isNode 环境判断不严谨的问题,兼容 web worker 环境 [`#153`](https://github.com/tencentyun/cos-js-sdk-v5/pull/153)
- upd 补充d.ts [`#152`](https://github.com/tencentyun/cos-js-sdk-v5/pull/152)
- feat 1.3.9 [`#151`](https://github.com/tencentyun/cos-js-sdk-v5/pull/151)

### Commits

- rebuild [`ed66e79`](https://github.com/tencentyun/cos-js-sdk-v5/commit/ed66e79ba6c9fb7427f7e97c2d4afb8180d1bb15)

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

feat
- putBucketCors支持ResponseVary
- 补充d.ts

### Merged

- Feat/ci audit [`#149`](https://github.com/tencentyun/cos-js-sdk-v5/pull/149)

### Commits

- build [`e4de69a`](https://github.com/tencentyun/cos-js-sdk-v5/commit/e4de69ad53763f9eea9804990b7900b98f440d0a)
- Updated CHANGELOG.md [`841c93b`](https://github.com/tencentyun/cos-js-sdk-v5/commit/841c93bde6ec09e4d244cb55574ba715e658c7b8)
- 优化 sts 示例 [`bdf1aea`](https://github.com/tencentyun/cos-js-sdk-v5/commit/bdf1aea0b7cc4b97e57bc155b040868eb8a513b0)
- feat 1.3.9 [`b6892c8`](https://github.com/tencentyun/cos-js-sdk-v5/commit/b6892c82afacc0c4e8c66328aca3225aba04977d)

## [v1.3.8](https://github.com/tencentyun/cos-js-sdk-v5/compare/v1.3.7...v1.3.8) - 2022-05-23

fix:修复已知错误
Expand Down Expand Up @@ -786,12 +833,6 @@ sliceuploadFile 接口支持 Pic-Operations 传递给 multipartComplete 接口

## [v0.4.5](https://github.com/tencentyun/cos-js-sdk-v5/compare/v0.4.4...v0.4.5) - 2018-05-03

* 修复 sliceUploadFile 方法,所有分片都完成只执行 complete 时,没有反馈进度 100% 的问题
* 修复 putObject 的 Body 传中文字符串, ContentLength 算错的问题
* 修复 putObject、sliceUploadFile 参数对象会被 SDK 污染的问题
* 修复 json2xml 方法在 ie11 的 bug
* 更正签名例子里 json2str 方法代码冗余

### Commits

- 修改进度反馈 bug,修改参数缺失提示,修改参数对象污染问题 [`fc865b9`](https://github.com/tencentyun/cos-js-sdk-v5/commit/fc865b90576a056416b56eb6c05f111b5d6e6f6f)
Expand All @@ -805,9 +846,6 @@ sliceuploadFile 接口支持 Pic-Operations 传递给 multipartComplete 接口

## [v0.4.4](https://github.com/tencentyun/cos-js-sdk-v5/compare/v0.4.3...v0.4.4) - 2018-04-19

* 支持 UploadId 缓存到 LocalStorage,减少 md5 计算过程,加速上传,默认缓存 50 个 UploadId,约占用5KB空间
* 修改签名 demo,推荐使用临时密钥,更好地在后端控制权限

### Commits

- 支持 UploadId 缓存,修改签名例子 [`e44bad6`](https://github.com/tencentyun/cos-js-sdk-v5/commit/e44bad64198097afb02bb5c211fede4b0999cc3a)
Expand Down Expand Up @@ -839,9 +877,6 @@ sliceuploadFile 接口支持 Pic-Operations 传递给 multipartComplete 接口

## [v0.4.0](https://github.com/tencentyun/cos-js-sdk-v5/compare/v0.3.11...v0.4.0) - 2018-03-26

* 签名支持 Query 和 Headers 参数
* 完善后端例子,默认签名权限收拢到只能上传文件

### Commits

- 修改签名方式,保证安全性 [`0fa7b69`](https://github.com/tencentyun/cos-js-sdk-v5/commit/0fa7b69cfc179129f75d034d5536c3b6905c0130)
Expand Down

0 comments on commit bcf969e

Please sign in to comment.