Skip to content

Commit dda33bf

Browse files
committed
Updated CHANGELOG.md
1 parent e8453cf commit dda33bf

File tree

1 file changed

+65
-61
lines changed

1 file changed

+65
-61
lines changed

CHANGELOG.md

Lines changed: 65 additions & 61 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,33 @@ 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.12](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.11...v1.4.12) - 2023-08-03
10+
## [v1.5.0](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.12...v1.5.0) - 2024-01-24
11+
12+
feat
13+
1、提升安全性:不再支持设置 pathStyle
14+
2、提升安全性:wx.request 不支持默认redirect
15+
3、提升安全性:host 强制加入签名计算
16+
4、getObject支持设置DataType
17+
5、重新整理万象demo
18+
19+
fix
20+
1、修复 uploadFile 未对参数 Key 进行校验
21+
22+
### Merged
23+
24+
- Dev/1.5.0 [`#98`](https://github.com/tencentyun/cos-wx-sdk-v5/pull/98)
25+
- Dev/sign pic operations [`#97`](https://github.com/tencentyun/cos-wx-sdk-v5/pull/97)
26+
- Feat/ci demo [`#94`](https://github.com/tencentyun/cos-wx-sdk-v5/pull/94)
27+
28+
### Commits
1129

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

14-
- 增加代码格式化
15-
- 提供base64方法
32+
## [v1.4.12](https://github.com/tencentyun/cos-wx-sdk-v5/compare/v1.4.11...v1.4.12) - 2023-08-03
33+
34+
feat
35+
- 增加代码格式化
36+
- 提供base64方法
1637

1738
### Merged
1839

@@ -24,9 +45,8 @@ feat
2445

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

27-
fix
28-
29-
- 修复使用await异常bug
48+
fix
49+
- 修复使用await异常bug
3050

3151
### Merged
3252

@@ -41,9 +61,8 @@ fix
4161

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

44-
feat
45-
46-
- postObject支持x-cos-forbid-overwrite头部
64+
feat
65+
- postObject支持x-cos-forbid-overwrite头部
4766

4867
### Merged
4968

@@ -55,9 +74,8 @@ feat
5574

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

58-
fix
59-
60-
- 更新可以签入签名的headers
77+
fix
78+
- 更新可以签入签名的headers
6179

6280
### Merged
6381

@@ -72,9 +90,8 @@ fix
7290

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

75-
feat
76-
77-
- getObjectAcl支持传VersionId
93+
feat
94+
- getObjectAcl支持传VersionId
7895

7996
### Merged
8097

@@ -86,9 +103,8 @@ feat
86103

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

89-
fix
90-
91-
- 升级依赖包@xmldom/xmldom版本
106+
fix
107+
- 升级依赖包@xmldom/xmldom版本
92108

93109
### Merged
94110

@@ -100,9 +116,8 @@ fix
100116

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

103-
fix
104-
105-
- 修复批量上传uploadFiles偶现问题
119+
fix
120+
- 修复批量上传uploadFiles偶现问题
106121

107122
### Merged
108123

@@ -114,9 +129,8 @@ fix
114129

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

117-
fix
118-
119-
- getObjectUrl暂时只支持回调写法
132+
fix
133+
- getObjectUrl暂时只支持回调写法
120134

121135
### Merged
122136

@@ -128,8 +142,8 @@ fix
128142

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

131-
- 分块复制支持续传
132-
- 合法域名校验支持内网域名和.cn域名
145+
- 分块复制支持续传
146+
- 合法域名校验支持内网域名和.cn域名
133147

134148
### Merged
135149

@@ -141,9 +155,8 @@ fix
141155

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

144-
feat
145-
146-
- 支持sdk内部获取上传文件大小,不再依赖用户传入的FileSize
158+
feat
159+
- 支持sdk内部获取上传文件大小,不再依赖用户传入的FileSize
147160

148161
### Merged
149162

@@ -155,9 +168,8 @@ feat
155168

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

158-
fix
159-
160-
- 修复已知问题
171+
fix
172+
- 修复已知问题
161173

162174
### Merged
163175

@@ -170,19 +182,17 @@ fix
170182

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

173-
fix
174-
175-
- 修复已知问题
185+
fix
186+
- 修复已知问题
176187

177188
### Commits
178189

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

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

183-
feat
184-
185-
- 新增beacon上报
194+
feat
195+
- 新增beacon上报
186196

187197
### Merged
188198

@@ -194,11 +204,10 @@ feat
194204

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

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

203212
### Merged
204213

@@ -210,8 +219,7 @@ feat
210219

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

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

217225
### Merged
@@ -227,9 +235,8 @@ feat
227235

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

230-
fix
231-
232-
- 修复使用postObject不能正确的pauseTask,cancelTask问题
238+
fix
239+
- 修复使用postObject不能正确的pauseTask,cancelTask问题
233240
- 签名回调里使用SecurityToken代替并兼容XCosSecurityToken
234241

235242
### Merged
@@ -248,9 +255,8 @@ fix
248255

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

251-
feat
252-
253-
- putBucketCors支持ResponseVary
258+
feat
259+
- putBucketCors支持ResponseVary
254260
- 提高签名时Expires参数的优先级
255261

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

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

312-
feat
318+
feat
313319
-sdk入口文件默认为压缩版
314320

315321
### Commits
@@ -320,9 +326,9 @@ feat
320326

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

323-
- host参与签名
324-
- getObjectUrl签名签入Query
325-
- 新增参与签名的headers白名单
329+
- host参与签名
330+
- getObjectUrl签名签入Query
331+
- 新增参与签名的headers白名单
326332
- 支持打包出.min.js
327333

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

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

348-
- 新增appendObject接口
349-
- 新增媒体处理demo
354+
- 新增appendObject接口
355+
- 新增媒体处理demo
350356
- 修复已知d.ts错误
351357

352358
### Merged
@@ -379,7 +385,7 @@ fix:修复uploadSliceItem
379385

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

382-
fix:修复getBucketReferer已知错误
388+
fix:修复getBucketReferer已知错误
383389
feat:分块上传支持支持mimeLimit、trafficLimit
384390

385391
### Merged
@@ -415,8 +421,6 @@ fix:getObjectUrl报错问题
415421

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

418-
- 新增高级上传接口
419-
420424
### Merged
421425

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

0 commit comments

Comments
 (0)