Skip to content

Commit

Permalink
Updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
konakonall committed Jan 24, 2024
1 parent e8453cf commit dda33bf
Showing 1 changed file with 65 additions and 61 deletions.
126 changes: 65 additions & 61 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,33 @@ 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.12](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.11...v1.4.12) - 2023-08-03
## [v1.5.0](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.12...v1.5.0) - 2024-01-24

feat
1、提升安全性:不再支持设置 pathStyle
2、提升安全性:wx.request 不支持默认redirect
3、提升安全性:host 强制加入签名计算
4、getObject支持设置DataType
5、重新整理万象demo

fix
1、修复 uploadFile 未对参数 Key 进行校验

### Merged

- Dev/1.5.0 [`#98`](https://github.com/tencentyun/cos-wx-sdk-v5/pull/98)
- Dev/sign pic operations [`#97`](https://github.com/tencentyun/cos-wx-sdk-v5/pull/97)
- Feat/ci demo [`#94`](https://github.com/tencentyun/cos-wx-sdk-v5/pull/94)

### Commits

feat
- Updated CHANGELOG.md [`2455c00`](https://github.com/tencentyun/cos-wx-sdk-v5/commit/2455c00c3fe8eb44654a2e9c7876f04c51e3ca06)

- 增加代码格式化
- 提供base64方法
## [v1.4.12](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.11...v1.4.12) - 2023-08-03

feat
- 增加代码格式化
- 提供base64方法

### Merged

Expand All @@ -24,9 +45,8 @@ feat

## [v1.4.11](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.10...v1.4.11) - 2023-07-26

fix

- 修复使用await异常bug
fix
- 修复使用await异常bug

### Merged

Expand All @@ -41,9 +61,8 @@ fix

## [v1.4.10](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.9...v1.4.10) - 2023-01-04

feat

- postObject支持x-cos-forbid-overwrite头部
feat
- postObject支持x-cos-forbid-overwrite头部

### Merged

Expand All @@ -55,9 +74,8 @@ feat

## [v1.4.9](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.8...v1.4.9) - 2022-12-29

fix

- 更新可以签入签名的headers
fix
- 更新可以签入签名的headers

### Merged

Expand All @@ -72,9 +90,8 @@ fix

## [v1.4.8](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.7...v1.4.8) - 2022-11-21

feat

- getObjectAcl支持传VersionId
feat
- getObjectAcl支持传VersionId

### Merged

Expand All @@ -86,9 +103,8 @@ feat

## [v1.4.7](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.6...v1.4.7) - 2022-11-09

fix

- 升级依赖包@xmldom/xmldom版本
fix
- 升级依赖包@xmldom/xmldom版本

### Merged

Expand All @@ -100,9 +116,8 @@ fix

## [v1.4.6](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.5...v1.4.6) - 2022-10-25

fix

- 修复批量上传uploadFiles偶现问题
fix
- 修复批量上传uploadFiles偶现问题

### Merged

Expand All @@ -114,9 +129,8 @@ fix

## [v1.4.5](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.4...v1.4.5) - 2022-10-22

fix

- getObjectUrl暂时只支持回调写法
fix
- getObjectUrl暂时只支持回调写法

### Merged

Expand All @@ -128,8 +142,8 @@ fix

## [v1.4.4](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.3...v1.4.4) - 2022-10-20

- 分块复制支持续传
- 合法域名校验支持内网域名和.cn域名
- 分块复制支持续传
- 合法域名校验支持内网域名和.cn域名

### Merged

Expand All @@ -141,9 +155,8 @@ fix

## [v1.4.3](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.2...v1.4.3) - 2022-09-22

feat

- 支持sdk内部获取上传文件大小,不再依赖用户传入的FileSize
feat
- 支持sdk内部获取上传文件大小,不再依赖用户传入的FileSize

### Merged

Expand All @@ -155,9 +168,8 @@ feat

## [v1.4.2](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.1...v1.4.2) - 2022-09-09

fix

- 修复已知问题
fix
- 修复已知问题

### Merged

Expand All @@ -170,19 +182,17 @@ fix

## [v1.4.1](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.0...v1.4.1) - 2022-09-01

fix

- 修复已知问题
fix
- 修复已知问题

### Commits

- fix:修复已知问题 [`d1a433f`](https://github.com/tencentyun/cos-wx-sdk-v5/commit/d1a433fbd787ba134a672141ae8c7d750df50704)

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

feat

- 新增beacon上报
feat
- 新增beacon上报

### Merged

Expand All @@ -194,11 +204,10 @@ feat

## [v1.3.0](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.2.1...v1.3.0) - 2022-08-09

feat

- webpack升级到4.x
- putObject支持FilePath参数。同时传参FilePath和Body时,优先级Body>FilePath
- 初始化支持指定SimpleUploadMethod,当调用高级上传uploadFile或批量上传uploadFiles时,对小文件执行简单上传方法postObject或putObject
feat
- webpack升级到4.x
- putObject支持FilePath参数。同时传参FilePath和Body时,优先级Body>FilePath
- 初始化支持指定SimpleUploadMethod,当调用高级上传uploadFile或批量上传uploadFiles时,对小文件执行简单上传方法postObject或putObject

### Merged

Expand All @@ -210,8 +219,7 @@ feat

## [v1.2.1](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.2.0...v1.2.1) - 2022-07-21

feat

feat
- 初始化支持HttpDNSServiceId参数,填写后代表开启 HttpDNS 服务。HttpDNS 用法详见https://developers.weixin.qq.com/miniprogram/dev/framework/ability/HTTPDNS.html

### Merged
Expand All @@ -227,9 +235,8 @@ feat

## [v1.2.0](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.1.8...v1.2.0) - 2022-06-30

fix

- 修复使用postObject不能正确的pauseTask,cancelTask问题
fix
- 修复使用postObject不能正确的pauseTask,cancelTask问题
- 签名回调里使用SecurityToken代替并兼容XCosSecurityToken

### Merged
Expand All @@ -248,9 +255,8 @@ fix

## [v1.1.8](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.1.7...v1.1.8) - 2022-06-23

feat

- putBucketCors支持ResponseVary
feat
- putBucketCors支持ResponseVary
- 提高签名时Expires参数的优先级

### Merged
Expand Down Expand Up @@ -309,7 +315,7 @@ fix:修复host签名时不兼容全球加速域名

## [v1.1.3](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.1.2...v1.1.3) - 2021-12-03

feat
feat
-sdk入口文件默认为压缩版

### Commits
Expand All @@ -320,9 +326,9 @@ feat

## [v1.1.2](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.1.1...v1.1.2) - 2021-12-01

- host参与签名
- getObjectUrl签名签入Query
- 新增参与签名的headers白名单
- host参与签名
- getObjectUrl签名签入Query
- 新增参与签名的headers白名单
- 支持打包出.min.js

### Merged
Expand All @@ -345,8 +351,8 @@ fix:CIHost兼容处理

## [v1.1.0](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.0.13...v1.1.0) - 2021-11-17

- 新增appendObject接口
- 新增媒体处理demo
- 新增appendObject接口
- 新增媒体处理demo
- 修复已知d.ts错误

### Merged
Expand Down Expand Up @@ -379,7 +385,7 @@ fix:修复uploadSliceItem

## [v1.0.12](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.0.11...v1.0.12) - 2021-11-11

fix:修复getBucketReferer已知错误
fix:修复getBucketReferer已知错误
feat:分块上传支持支持mimeLimit、trafficLimit

### Merged
Expand Down Expand Up @@ -415,8 +421,6 @@ fix:getObjectUrl报错问题

## [v1.0.9](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.0.8...v1.0.9) - 2021-06-11

- 新增高级上传接口

### Merged

- feat:新增高级上传uploadFile接口 [`#48`](https://github.com/tencentyun/cos-wx-sdk-v5/pull/48)
Expand Down

0 comments on commit dda33bf

Please sign in to comment.